summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-10first pass an alternate cursor set (updates expected soon)Paul Davis
2014-06-10make the icon set selector actually do somethingPaul Davis
2014-06-10add icon set selector to theme managerPaul Davis
2014-06-10add ::get_icon_sets() to utilsPaul Davis
2014-06-10change ::get_icon_path() and ::get_icon() to accept an "icon set" name to pro...Paul Davis
2014-06-10remove ambiguous use of Rect (on OS X)Paul Davis
2014-06-10fix crash recovery: add new constructors to SndFileSource, AudioFileSource, a...Paul Davis
2014-06-09remove instances of RGBA_TO_UINT() macro from region_view.ccPaul Davis
2014-06-09remove instances of RGBA_TO_UINT() macro from audio_region_view.ccPaul Davis
2014-06-09remove more unusued color members from TimeAxisViewItemPaul Davis
2014-06-09substantial changes in color management, involving a reduction in the use of ...Paul Davis
2014-06-10wrap MIDI timecode at 24hRobin Gareus
2014-06-10really fix sending MIDI timecode.Robin Gareus
2014-06-10fix crash when trying to send MMC of timecode > 255 hoursRobin Gareus
2014-06-10close dir opened with opendir() - fixes accumulated fd for plugin state savesRobin Gareus
2014-06-09use Canvas::LineSet for tempolines rather than N different Canvas::Line items...Paul Davis
2014-06-09fix Canvas::LineSet implementation to support horizontal and vertical linesetsPaul Davis
2014-06-09allow a drag down over the drop zone to be "reversed" and the region moved ba...Paul Davis
2014-06-09forward scroll events from track control headers to the canvas, to get consis...Paul Davis
2014-06-09change height of canvas drop so last 20 pixels of bottom track is still visib...Paul Davis
2014-06-09rename Editor::_canvas_bottom_rect as Editor::_canvas_drop_zone; increase its...Paul Davis
2014-06-09fix up fit-selected-tracks so that we are filling the trackview area, not the...Paul Davis
2014-06-09remove global canvas scroll offset, to provide no-scroll-parent == no-scroll ...Paul Davis
2014-06-08some misc tweaks to the ALSA BackendRobin Gareus
2014-06-08reset accumulated capture offset on file roll-over.Robin Gareus
2014-06-08fix problem with calls to Editor::trackview_by_y_position() when using motion...Paul Davis
2014-06-08fix borked logic controlling whether/when to draw clip/outline pixels/lines i...Paul Davis
2014-06-08Merge branch 'waveview_caching_for_upstream' of https://github.com/nmains/ard...Paul Davis
2014-06-09Use global clip level from prefs. Restore clip colour, \nick_m
2014-06-08introduce Drag::_trackview_only which indicates that all y-axis positions for...Paul Davis
2014-06-08when delivering enter/leave events to canvas items, ensure that the event coo...Paul Davis
2014-06-08add Item::canvas_origin() for conveniencePaul Davis
2014-06-08fix crash caused by click-on-region-name if name highlights are not in use - ...Paul Davis
2014-06-08fix 'use_latency_button' (broken in prev. commit)Robin Gareus
2014-06-08ALSA Backend: align midi output buffer with n_periods (currently 2)Robin Gareus
2014-06-08basic Midi latency measurement GUI (re-use Audio latency notebook)Robin Gareus
2014-06-08prepare MIDI latency measurement (backend)Robin Gareus
2014-06-08implement midi capture alignment:Robin Gareus
2014-06-07remove some 1920 tick constants and leave notes for some others.Robin Gareus
2014-06-08Use a dumb cache for waveview ImageSurfaces. This halves the size of thenick_m
2014-06-07limit automation event density - fixes #5928Robin Gareus
2014-06-07ALSA backend: separate systemic audio+midi latencyRobin Gareus
2014-06-07check for xjadeo/xjremote >= 0.7.7Robin Gareus
2014-06-07update for xjadeo 0.7.7 (don't connect to jackd by default)Robin Gareus
2014-06-07ALSA rt-thread priority fixesRobin Gareus
2014-06-07ALSA backend: prevent possible crash destruction of a-r-dRobin Gareus
2014-06-07ALSA & Dummy: implement port [un]registration_callbackRobin Gareus
2014-06-07install libardouralsautil into the normal libdir, not a subdirPaul Davis
2014-06-07Revert windows backend search expression to "*backend.dll"Tim Mayberry
2014-06-07Don't use module versioning with dummy backend when building with mingwTim Mayberry