This website requires JavaScript.
Explore
Help
Sign In
ardour
/
livetrax
Watch
13
Star
0
Fork
0
You've already forked livetrax
Code
8d5065bc32
livetrax
/
libs
/
gtkmm2ext
History
Paul Davis
1e0fd01815
drop boost::signals2 and replace with carl's solution which continues to rely on boost::function and boost::bind but alters two important semantics of signals2: (1) when a Connection object is disconnected, the slot ("functor") associated with the connection is destroyed immediately, unlike signals2 where this is deferred to a subsequent connect/emit call on the signal (2) if one functor called by the signal disconnects another Connection, the functor represented by the Connection will NOT be called during the current signal emission (signals2 copies the slot list at the start of emission and calls everything in the slot list). this change fixes some very nasty crashes apparently caused by boost::signals2 assuming that the memory referenced by a functor remains valid after a disconnect (google will show other developers who had issues with this).
...
git-svn-id: svn://localhost/ardour2/branches/3.0@12265 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-14 17:18:48 +00:00
..
gtkmm2ext
drop boost::signals2 and replace with carl's solution which continues to rely on boost::function and boost::bind but alters two important semantics of signals2: (1) when a Connection object is disconnected, the slot ("functor") associated with the connection is destroyed immediately, unlike signals2 where this is deferred to a subsequent connect/emit call on the signal (2) if one functor called by the signal disconnects another Connection, the functor represented by the Connection will NOT be called during the current signal emission (signals2 copies the slot list at the start of emission and calls everything in the slot list). this change fixes some very nasty crashes apparently caused by boost::signals2 assuming that the memory referenced by a functor remains valid after a disconnect (google will show other developers who had issues with this).
2012-05-14 17:18:48 +00:00
po
.cvsignore
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
actions.cc
MCP: somewhat functional (?) full keybinding GUI
2012-04-17 21:36:48 +00:00
application.cc
AUTHORS
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
auto_spin.cc
fulfill the promise of an in-library Keyboard object, and use platform specific modifiers throughout libgtkmm2ext. also fix up scrolling of pixfaders by making them grab keyboard magic focus when the mouse pointer is within them
2009-12-10 23:01:45 +00:00
barcontroller.cc
bindable_button.cc
binding_proxy.cc
bindings.cc
quiten down in the back
2011-11-04 17:51:34 +00:00
cairo_packer.cc
a variety of mostly unused parameter errors from OS X Lion's compiler
2012-05-02 20:29:46 +00:00
cairo_widget.cc
remove additional "mid" color from ArdourButton; replace Active/Mid widget state with ExplicitActive/ImplicitActive; represent implicit-active state with colored border around ArdourButton; tune button colors; new rounded_foo() functions, some in use, some not in use right now
2012-02-07 17:43:55 +00:00
cairocell.cc
cell_renderer_color_selector.cc
cell_renderer_pixbuf_multi.cc
new multistate custom cell pixbuf renderer
2009-11-21 19:25:54 +00:00
cell_renderer_pixbuf_toggle.cc
choice.cc
click_box.cc
Use sigc::slot for ClickBox printing function rather
2012-03-21 16:38:59 +00:00
COPYING
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
debug.cc
dndtreeview.cc
Fix crash when dragging something from another task over the editor window.
2010-05-16 18:51:05 +00:00
fastmeter.cc
Fix meter colour range to again have a hard knee at 0dB and twiddle colours so >0dB levels are red and stand out.
2011-08-31 18:58:46 +00:00
focus_entry.cc
fr_FR.po
Add fr_FR translation for libgtkmm2ext from Roming22 (
#4080
).
2011-08-14 19:24:23 +00:00
gettext.h
grouped_buttons.cc
gtk_ui.cc
remove virtual inheritance of sigc::trackable by Receiver and AbstractUI<T>, done by changing Gtkmm2ext::UI to use composition (HAS-A) rather than inheritance (IS-A) for Receiver; use correct synchronization when starting up a BseUI event loop thread so that tests that start/stop quickly do not encounter a race condition
2012-05-14 17:07:53 +00:00
gtkapplication_quartz.mm
gtkapplication_x11.c
gtkapplication.c
gtkutils.cc
i18n.h
idle_adjustment.cc
keyboard.cc
libgtkmm2ext.pc.in
libgtkmm2ext.spec.in
motionfeedback.cc
make it possible (hackily) to pick the base color for the knob images created by MotionFeedback
2011-10-29 15:53:22 +00:00
pixfader.cc
Re-claim double-clicks on pixfaders to re-fix
#3470
.
2011-10-24 23:46:00 +00:00
pixscroller.cc
cairo-ify expose handlers for PixFader and PixScroller (latter is not used); tweak UI RC file in response; move rgb macros to gtkmm2ext for easier use there as we go cairo over time
2011-02-08 19:19:55 +00:00
popup.cc
prolooks_helpers.c
prompter.cc
Make route group dialog resizable; make ArdourPrompter entries
2012-03-05 22:34:49 +00:00
scroomer.cc
selector.cc
fulfill the promise of an in-library Keyboard object, and use platform specific modifiers throughout libgtkmm2ext. also fix up scrolling of pixfaders by making them grab keyboard magic focus when the mouse pointer is within them
2009-12-10 23:01:45 +00:00
slider_controller.cc
stateful_button.cc
sync-menu.c
tearoff.cc
textviewer.cc
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
treeutils.cc
utils.cc
window_title.cc
wscript