Fix windows test to also pass under wine
[ardour.git] / gtk2_ardour /
2015-09-18 Robin Gareuscreate new Event-IDs for pasted midi-notes
2015-09-17 Robin GareusRevert "work around bug or feature of string_compose()"
2015-09-17 Ben Loftisassociate label more closely with VST path button....
2015-09-17 Robin Gareusspeficy gtk treeview style for consistency
2015-09-17 Robin Gareuswork around bug or feature of string_compose()
2015-09-17 Robin Gareususe pbd's gstdio compatibility wrapper (GUI)
2015-09-17 Robin Gareusexplicit glibmm/datetime include
2015-09-17 Tim MayberryUse PBD::open_uri in about dialog to open website,...
2015-09-16 Robin Gareusfix #6588. use ardour-codename only for Ardour.
2015-09-16 Robin Gareusfix a tautologically undefined comparison
2015-09-16 Robin Gareusdeleting pointers to incomplete types may cause undefin...
2015-09-16 Robin Gareusfix clang compilation.
2015-09-16 Paul Davisfix missed but required merge resolution related to...
2015-09-16 Tim MayberryUse tooltips.h in ArdourButton to remove ardour_ui...
2015-09-16 Tim MayberryUse ARDOUR_UI_UTILS::set_tooltip rather than via ARDOUR...
2015-09-16 Tim MayberryAdd tooltips.h header for setting tooltips rather than...
2015-09-16 Tim MayberryAdd missing header include in midi_channel_selector.h
2015-09-16 Tim MayberryAdd missing header include in shuttle_control.h
2015-09-16 Tim MayberryAdd missing header include in plugin_selector.h
2015-09-16 Tim MayberryRemove ardour_ui.h header inclusion
2015-09-16 Tim MayberryRemove tooltips() member from ARDOUR_UI and use Gtk_UI...
2015-09-16 Tim MayberryUse Forward declaration for non-MSVC compilers in ardou...
2015-09-16 Tim MayberryForward declare Meterbridge class in ardour_ui.h
2015-09-16 Tim MayberryRemove ui_config.h inclusion from ardour_ui.h
2015-09-16 Tim MayberryMove UIConfiguration Singleton into UIConfiguration...
2015-09-16 Tim MayberryMove ARDOUR_UI::ui_scale into UIConfiguration class
2015-09-16 Tim MayberryRemove inclusion of ardour_ui.h from ui_config.cc
2015-09-16 Tim MayberryMove DPIReset and ColorsChanged signals into UIConfigur...
2015-09-16 Tim MayberryRemove unused header include
2015-09-16 Tim MayberryMove util functions into UIConfiguration as they depend...
2015-09-16 Tim MayberryRemove duplicate extern declaration
2015-09-16 Robin Gareusadd datetime to snapshot sidebar
2015-09-16 Robin Gareusunify recent session dialogs
2015-09-16 Robin Gareusfix d6029f9 (recent sort-order)
2015-09-16 Robin Gareusadd Hour:Minute to last-modified.
2015-09-16 Robin Gareusremeber recent-session sort-column
2015-09-16 Robin Gareushighlight default sort column
2015-09-16 Robin Gareusdisable even/odd row highlight for GtKTreeview.
2015-09-16 Robin Gareususer-sortable recent session list
2015-09-16 Robin Gareusadd "last modified" column to session-dialog
2015-09-16 Robin Gareuspartially revert de53fac (pre-sort session list)
2015-09-16 Tim MayberryDon't try and split a region when dragging, should...
2015-09-15 Robin Gareusprepare time column in recent session
2015-09-15 Robin Gareusinspect snapshot for its info (not parent)
2015-09-15 Robin Gareuspre-sort recent-sessions by modification time - #6575
2015-09-15 Paul Davisexpose the new use monitor fades option
2015-09-15 Robin Gareusremove unused variable
2015-09-15 Robin Gareusdon't allow to focus sidebar checkboxes - fixes #6445
2015-09-15 Robin Gareusdisplay active peak-builds
2015-09-15 Paul Davisexpose transport fade option
2015-09-15 Robin GareusGUI part: cleanup peak-files
2015-09-15 Robin Gareuspending-peaks: checker pattern.
2015-09-14 Robin Gareusvisually indicate peak-file rebuild
2015-09-13 Robin GareusRevert inadvertently pushed commit
2015-09-13 Robin Gareuscenter, don't expand plugin widgets
2015-09-12 Robin Gareusvalgrind: only use objc supression file on OSX
2015-09-12 Robin GareusGUI part of memleak fixes
2015-09-12 Robin Gareustrick ardour to print main-thead mem-pool stats.
2015-09-11 Robin GareusHave GUI Option reflect current state (in case toggle...
2015-09-10 Robin Gareussession->path() returns a dir (not the session file)
2015-09-10 Robin Gareusditto for the announcement message
2015-09-10 Robin Gareusfix a small memleak.
2015-09-10 Robin Gareuscatch mem-leaks more easily.
2015-09-10 Colin FletcherCheck that a route has a track before trying to insert...
2015-09-08 Tim MayberryDon't unload session with Session -> Open -> Cancel...
2015-09-08 Paul Davisoffer up (when possible) MBWF, RF64 and RF64 (WAV)...
2015-09-08 Guy ShermanNOOP, whitespace only
2015-09-08 Robin Gareusfix prev. commit
2015-09-08 Robin Gareusportable c-code for reading pingback/announcement message
2015-09-08 John EmmasUse glib to open our 'announcements' file, rather than...
2015-09-08 Robin Gareusfix redeclaration of symbol
2015-09-08 Robin GareusAllow to override A/V-lock (when moving audio)
2015-09-07 Robin GareusAllow to override A/V-lock (when moving video)
2015-09-07 Robin Gareusadd OSX/objc valgrind suppression file
2015-09-07 Robin Gareusimage-surface/software rendering as preference
2015-09-06 Robin GareusWorkaround to allow loading large sessions.
2015-09-06 Robin Gareusinitialize some uninitialized variables.
2015-09-06 Robin Gareusgracefully handle LV2 GUI instantiation failure.
2015-09-06 Robin Gareuscatch duplicate shortcut folders.
2015-09-06 Robin GareusDon't keep gtk-file-chooser around.
2015-09-06 Robin Gareusupdate region's constrained-name width with name
2015-09-06 Robin Gareushighlight regions with pending peak-files
2015-09-06 Robin Gareusproperly disconnect peak-ready connection
2015-09-06 Robin Gareusfix peak-thread, GUI-thread race condition
2015-09-05 John EmmasAs an experiment, use PBD::ScopedFileDescriptor in...
2015-09-05 Robin Gareusfix log-scale for automation lanes.
2015-09-05 Robin Gareusdon't use gain-mapping (verbose-cursor) for plugin...
2015-09-05 Robin Gareusdisplay session create/open failure errors.
2015-09-03 Tim MayberryRemove Apply button in Import dialog/Window and change...
2015-09-03 Tim MayberryChange Cancel button in Import Dialog to Close button
2015-09-03 Tim MayberryIndentation and whitespace fixes in sfdb_ui.h
2015-09-02 Robin Gareusfix typo in 434416c
2015-09-02 Robin Gareusshow compile-time cpu-arch in about - closes #6548
2015-09-02 Tim MayberryAdd utility method for choosing which device/s to displ...
2015-09-02 Tim MayberryUse previously set buffer size in EngineDialog if possible
2015-09-02 Tim MayberryAdd "Refresh Devices" button in Audio Setup dialog...
2015-09-02 Tim MayberryAdd some debugging output for state restoration in...
2015-09-02 Tim MayberryRemove Apply button from Audio Setup dialog now that...
2015-09-02 Tim MayberryChange "Stop" button into a Start/Stop button in Audio...
2015-09-01 Robin Gareusrefine "recent" column headers
next