aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-07-04fix some sizing issues with gravity fixessimonb3-12/+9
2006-07-04autogrouped windows from groups file didn't raise, bug #1449608markt1-0/+1
2006-07-04new windows don't steal focus from fullscreen windowsmarkt1-2/+9
2006-07-04some dead resources and the functions that go with themmarkt5-12/+2
2006-07-03fix gravitysimonb5-111/+125
2006-07-03call waitpid until no more children to wait for (thanks Devin/dlab).simonb1-1/+2
2006-07-02updated documentation and another dead functionmarkt2-4/+1
2006-07-01more dead functionsmarkt9-6/+13
2006-07-01more dead functionsmarkt31-83/+40
2006-06-30more dead functionsmarkt2-22/+0
2006-06-30dead functionsmarkt2-5/+1
2006-06-30another dead functionmarkt2-6/+0
2006-06-29Fixing my own codemarkt3-4/+5
2006-06-29minor tidy, thanks Slava Semushinsimonb1-3/+1
2006-06-28Linear cycling wasn't affecting normal cycling order (Mark)markt1-4/+2
2006-06-28cleanup dead function Workspace::setLastFocusedWindowmarkt2-23/+0
2006-06-28more focus issues with linear cycling and tabbed windowsmarkt3-5/+5
2006-06-28one more focus issue on detachmarkt1-0/+1
2006-06-28Fix some focus issues on detach and restartmarkt4-15/+17
2006-06-27some minor code cleanups thanks Slava Semushin (php-coder), who also thanks M...simonb3-28/+11
2006-06-27Fix slit menu so it closes when you press escapemarkt1-0/+1
2006-06-26fix _NET_FRAME_EXTENTSsimonb4-13/+36
2006-06-26Fix FocusHidden (added m_focus_hidden to FluxboxWindow)markt2-1/+4
2006-06-26properly protect usage of iconv_t by HAVE_ICONVsimonb2-3/+15
2006-06-25Fix compile error with some compilers not including iconv.h before FbString.hhmarkt1-0/+5
2006-06-25fix FbPixmap retaining pixmap (that made cache not work properly)simonb2-18/+12
2006-06-25Check for NoSymbol more explicitly - thanks Julien Trolet (dmxen at simonb1-2/+4
2006-06-25support encodings in menu filessimonb4-26/+198
2006-06-25fix crash when unable to convert from local to utf-8simonb1-0/+3
2006-06-25Fix DetachClient key command so new window is visiblemarkt1-0/+3
2006-06-24Make Urgency Hint flash the correct WinClient's tab.markt10-35/+76
2006-06-24fix more x errors due to using an invalid backgroundsimonb6-6/+34
2006-06-24fix disappearing menu selection boxessimonb4-12/+31
2006-06-22Added patch from Jim Ramsay (i dot am at jimramsay dot com) to freelymathias6-102/+158
2006-06-21fix nls... notably classify text on conversion whether its for X or simonb28-260/+321
2006-06-21make new nls stuff work. Was missing path updatesimonb1-4/+0
2006-06-19 Fix window placement when apps remembers size but not locationsimonb1-0/+7
2006-06-19better fix for iconbar bugfluxgen2-1/+7
2006-06-19try ignoring NotifyUngrab to fix focus revert issues when closing simonb1-1/+1
2006-06-19fix placement issue with xinerama (only hit if screens are vertically aligned)simonb1-2/+2
2006-06-19fix timer issues (esp clock not updating on multiple screens)simonb3-49/+53
2006-06-18added support for _NET_WM_WINDOW_TYPE_DIALOG and _NET_FRAME_EXTENTSfluxgen6-5/+63
2006-06-18init variablesfluxgen1-2/+2
2006-06-18fixed bug #1507754, windowtitle in toolbar not updated. Solution: reset m_tit...fluxgen1-0/+1
2006-06-16Fix crash when closing a window while cycling (Mark)markt1-2/+3
2006-06-11support for _NET_WM_MOVERESIZEfluxgen3-45/+83
2006-06-11added support for urgency hint, thanks Mark Tiefenbruckfluxgen4-5/+20
2006-06-10dont free old color until we have a valid new colorfluxgen1-3/+2
2006-06-10added new command: ToggleCmd, works like a macro but executes the commands on...fluxgen3-6/+77
2006-06-10fixed resize box bug. The text used to determine the size used space, which c...fluxgen1-3/+3