Mathias Gumz
bb013f5c75
fix compiler warning about std::auto_ptr
...
fluxbox uses std::unique_ptr<> where it previously used std::auto_ptr<>.
C++0X was approved in 2011. among other things, it deprecates std::auto_ptr.
5 years is long enough for compilers to catch up the standard.
2016-08-28 19:49:30 +02:00
Ryan Pavlik
5d56046b68
FocusableList.cc,.hh: Pass string arguments by const reference.
...
Found by cppcheck
2012-01-04 07:55:44 +01:00
Pavel Labath
e54bca68d2
Make sure FocusableList disconnects from signals when it is destroyed
2011-09-14 19:39:11 +02:00
Pavel Labath
7525ca9f77
Remove all trace of Observers and Subjects
...
this marks the completion of the transition to FbTk::Signal
2011-05-10 13:00:46 +02:00
Pavel Labath
6a0280aa4d
Convert FluxboxWindow::layerSig to FbTk::Signal
2011-05-10 13:00:46 +02:00
Pavel Labath
4f89009c9e
Convert FluxboxWindow::workspaceSig to FbTk::Signal
2011-05-10 13:00:45 +02:00
Pavel Labath
ae68b7f7cd
Convert Focusable::orderSig,addSig,removeSig,resetSig to FbTk::Signal
2011-05-10 13:00:45 +02:00
Pavel Labath
129bac1e0f
Convert Focusable::dieSig to FbTk::Signal
2011-05-10 13:00:45 +02:00
Henrik Kinnunen
dd8fcc8b7b
Changed title signal in Focusable to new signal system
2010-03-26 18:15:45 +01:00
Henrik Kinnunen
bcf37890b6
Change focused signal to use the new signal system
2008-09-28 10:46:49 +02:00
Henrik Kinnunen
86819abab9
Changed current workspace signal in BScreen to use the new signal system
2008-09-21 13:44:48 +02:00
Mark Tiefenbruck
22aa93c56d
fix the Focus key command
2008-08-05 05:00:48 -07:00
Thomas Orgis
1e2ab2f3ed
some fixes for gcc 3.4
2008-04-21 15:43:10 -07:00
Bernhard Walle
d300c62ba0
Fix build with g++ 4.3
...
This change fixes the build for g++ 4.3. Build verified on openSUSE Factory.
Only missing includes and using directives are added.
2008-03-25 20:59:52 +01:00
Mark Tiefenbruck
9c105111d2
remove old svn $Id$ tags
2008-01-03 17:34:12 -08:00
markt
5d7043320d
allow arbitrary window patterns in iconbar
2007-11-12 21:59:43 +00:00