introduce GUIObjectState; massive, pervasive changes in visibility and height managem...
[ardour.git] / gtk2_ardour / editor.cc
2011-07-07 Paul Davisintroduce GUIObjectState; massive, pervasive changes...
2011-07-02 Carl HetheringtonRemove erroneous assert which I added earlier.
2011-07-02 Carl HetheringtonFix some set-but-not-used variable warnings from gcc 4.6
2011-06-02 Paul Davisaudio clock switchover part2: remove most egregious...
2011-06-01 David RobillardDelete trailing whitespace
2011-05-25 Carl HetheringtonFix a couple of uninitialised variables (should fix...
2011-05-02 Carl HetheringtonTinker with text related to clean-up.
2011-05-02 Carl HetheringtonSeparate verbose cursor out into its own class and...
2011-04-23 Carl HetheringtonRemove unnecessary refresh_location_display_s method...
2011-04-19 Carl HetheringtonCleanup some more gint -> bools.
2011-04-19 Carl HetheringtonFix the return type for the edit_controls_button_releas...
2011-04-18 Carl HetheringtonRemove unused signal.
2011-04-17 Carl HetheringtonRemove extend-range-to-{start,end}-of-region and replac...
2011-04-16 Carl HetheringtonPut relief on all toolbar buttons for consistency ...
2011-04-07 Carl HetheringtonFix crash due to _over_region_trim_target not being...
2011-04-04 Paul Davisdo not set icon list *and* default icon list, which...
2011-03-26 Paul Davishide/rearrange stuff affected by last commit only if...
2011-03-26 Paul Davisgoodbye toggle buttons for autoplay, autoinput, click...
2011-03-08 Paul Daviswhen leaving internal edit mode, if the current mode...
2011-03-08 Paul Davisshow internal edit mode status correctly on session...
2011-03-07 Carl HetheringtonHide/Remove to apply to the track selection.
2011-03-04 Paul Davisbasic adoption of new mouse binding facility
2011-03-03 Paul Davisrestore oddly-commented out (by me) restoration of...
2011-03-02 Paul Davisrevert to using our own icons for zoom in/out/full...
2011-03-02 Carl HetheringtonPut some up/down buttons to the right of the summary...
2011-03-01 Carl HetheringtonMake track shrink / expand bindable actions (#3695).
2011-02-27 Carl HetheringtonDecide whether to show crossfade and choose-top-region...
2011-02-22 Carl HetheringtonFix show/hide of group tabs on session load (#3790).
2011-02-21 Paul Davisc&p debug
2011-02-20 Carl HetheringtonModify route _processor list set up so that the logic...
2011-02-17 Carl HetheringtonMake sense of parameter to tav_zoom_step match up with...
2011-02-10 Carl HetheringtonPrevent erroneous splitting icons in the editor mixer...
2011-02-06 Carl HetheringtonRemove Gtk::manage from the popup region menu item...
2011-01-30 Carl HetheringtonUpdate summary when a region is removed.
2011-01-29 Carl HetheringtonRe-offer region context menu even when in note mode...
2011-01-29 Carl HetheringtonFix problems when using the same menu item in both...
2011-01-29 Paul Davisa radically new approach to sizing the track header...
2011-01-19 Carl HetheringtonRemove duplicated code.
2011-01-19 Carl HetheringtonPatch from Lincoln to fix rhythm ferret in various...
2011-01-19 Carl HetheringtonFix session range location by hooking into the undo...
2011-01-18 Carl HetheringtonRename Frames ruler to Samples.
2011-01-18 Carl HetheringtonTidy up the ruler code slightly.
2011-01-09 Carl HetheringtonRemove unused methods.
2011-01-08 Carl HetheringtonWatch for route colour changes and update the summary...
2011-01-05 Carl HetheringtonDisable follow-playhead during drags. Fixes #3647.
2011-01-05 Carl HetheringtonMake editor list notebook shrink or expand when the...
2011-01-04 Carl HetheringtonRestore context menu to session markers. Fixes #3655.
2011-01-03 Carl HetheringtonSubstantially simpler fix for editor window jumping.
2011-01-03 Carl HetheringtonAdd option to show or hide zoom toolbar.
2011-01-03 Carl HetheringtonSomewhat experimental fix to try to stop the editor...
2010-12-30 Paul Davisresize all editor comboboxes when DPI is reset. involve...
2010-12-30 Carl HetheringtonAnother stab at the logic for selecting regions for...
2010-12-14 David RobillardRename libmusictime libtimecode (consistent with alread...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-12-01 Carl HetheringtonRe-expose timecode offset in the session option editor.
2010-12-01 Carl HetheringtonRevert previous incorrect patch.
2010-12-01 Carl HetheringtonRemove unused timecode offset stuff.
2010-11-27 Carl HetheringtonCopy-edit.
2010-11-25 David RobillardFix some messed up code (spacey tabs).
2010-11-16 Carl HetheringtonMove mouse cursor stuff out of Editor into its own...
2010-11-15 Carl HetheringtonModify region trim cursor if a region can only be trimm...
2010-11-15 Carl HetheringtonPresent trim cursors over region view name bar.
2010-11-14 Carl HetheringtonFix some cursor hot spots.
2010-11-14 Carl HetheringtonUse a couple more cursors in the summary.
2010-11-14 Carl HetheringtonFix up summary mouse cursors.
2010-11-14 Carl HetheringtonFix up fade in/out cursors.
2010-11-14 Carl HetheringtonUse the edit position to decide what items to put in...
2010-11-14 Carl HetheringtonFix crash on opening region menu.
2010-11-14 Carl HetheringtonAdd a clock to the menu bar in full-screen mode. Fixes...
2010-11-13 Paul Davismake ardour3 build and link on OS X (tiger, at least)
2010-11-12 Carl HetheringtonPrevent marker labels overlapping. Fixes #3535.
2010-11-10 Carl HetheringtonOption to show lines below markers (#3529).
2010-11-04 Carl HetheringtonHeinous hack to fix region menu sensitivity setup.
2010-11-03 Carl HetheringtonTidy up the region menu a bit, and hopefully clarify...
2010-10-26 Carl HetheringtonMove normalize dialogue to its own file. Add progress...
2010-10-20 Carl HetheringtonClean up get_regions_for_action prototype slightly.
2010-10-19 Carl HetheringtonModify get_regions_for_action to fix #2960. Rationale...
2010-10-17 Carl HetheringtonOnly compute and render the visible portion of crossfad...
2010-09-28 Paul Davischange tooltip for group tab to suggest click-to-(de...
2010-09-28 Paul Davis(1) use select next/previous row functions for tab...
2010-09-22 Paul Davismuch craziness with canvas cursors; fix 0 beat cursor...
2010-09-21 Carl HetheringtonUpdating zoom mouse cursor on modifier press. Fixes...
2010-09-19 Carl HetheringtonPut images on the fade in/out menus. Fixes #3411.
2010-09-19 Carl HetheringtonSave / restore settings from the editor region list...
2010-09-18 Carl HetheringtonPreserve region list selection state even if a region...
2010-09-17 Paul Davistext edit fix for #686
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-09-14 Paul Davisremove Glib::ustring from gtk2_ardour
2010-09-14 Paul Davisremove Glib::ustring from libardour; allow any characte...
2010-09-13 Paul Davispossible fix (by rearrangement) for #3424
2010-09-02 Paul Davisfix a variety of unused argument errors noted by gcc...
2010-09-02 Carl HetheringtonPaste to the source of a copy if there are no selected...
2010-08-31 Paul Davismostly fix 3409 by making it impossible to sync to...
2010-08-29 Carl HetheringtonGive new sessions the default GUI state. Fixes #3423.
2010-08-29 Carl HetheringtonDon't call reset_zoom with the default frames_per_unit...
2010-08-27 Carl HetheringtonRemove what I'm pretty sure was a hack to work around...
2010-08-26 Carl HetheringtonCopy-edit.
2010-08-25 Paul Davischeck dependents in Playlist after moving a region...
2010-08-25 Paul Davismajor chunk of the region layering editor from 2.X...
next