Age | Commit message (Expand) | Author | Files | Lines |
2006-07-06 | new dead function | markt | 2 | -6/+0 |
2006-07-06 | dont use a strut if slit is empty | fluxgen | 1 | -1/+3 |
2006-07-06 | update shape after resize, fixes bug #1491571 | fluxgen | 1 | -0/+3 |
2006-07-06 | changing between internal and external tabs doesn't affect iconified windows | markt | 1 | -0/+9 |
2006-07-06 | use auto-raise for attached window | markt | 1 | -2/+1 |
2006-07-06 | re-fixing the focus after fixing the crash bug | markt | 3 | -23/+11 |
2006-07-04 | fix crash on startup from iconv_close of an invalid descriptor | simonb | 1 | -1/+2 |
2006-07-04 | fix some sizing issues with gravity fixes | simonb | 3 | -12/+9 |
2006-07-04 | autogrouped windows from groups file didn't raise, bug #1449608 | markt | 1 | -0/+1 |
2006-07-04 | new windows don't steal focus from fullscreen windows | markt | 1 | -2/+9 |
2006-07-04 | some dead resources and the functions that go with them | markt | 5 | -12/+2 |
2006-07-03 | fix gravity | simonb | 5 | -111/+125 |
2006-07-03 | call waitpid until no more children to wait for (thanks Devin/dlab). | simonb | 1 | -1/+2 |
2006-07-02 | updated documentation and another dead function | markt | 2 | -4/+1 |
2006-07-01 | more dead functions | markt | 9 | -6/+13 |
2006-07-01 | more dead functions | markt | 31 | -83/+40 |
2006-06-30 | more dead functions | markt | 2 | -22/+0 |
2006-06-30 | dead functions | markt | 2 | -5/+1 |
2006-06-30 | another dead function | markt | 2 | -6/+0 |
2006-06-29 | Fixing my own code | markt | 3 | -4/+5 |
2006-06-29 | minor tidy, thanks Slava Semushin | simonb | 1 | -3/+1 |
2006-06-28 | Linear cycling wasn't affecting normal cycling order (Mark) | markt | 1 | -4/+2 |
2006-06-28 | cleanup dead function Workspace::setLastFocusedWindow | markt | 2 | -23/+0 |
2006-06-28 | more focus issues with linear cycling and tabbed windows | markt | 3 | -5/+5 |
2006-06-28 | one more focus issue on detach | markt | 1 | -0/+1 |
2006-06-28 | Fix some focus issues on detach and restart | markt | 4 | -15/+17 |
2006-06-27 | some minor code cleanups thanks Slava Semushin (php-coder), who also thanks M... | simonb | 3 | -28/+11 |
2006-06-27 | Fix slit menu so it closes when you press escape | markt | 1 | -0/+1 |
2006-06-26 | fix _NET_FRAME_EXTENTS | simonb | 4 | -13/+36 |
2006-06-26 | Fix FocusHidden (added m_focus_hidden to FluxboxWindow) | markt | 2 | -1/+4 |
2006-06-26 | properly protect usage of iconv_t by HAVE_ICONV | simonb | 2 | -3/+15 |
2006-06-25 | Fix compile error with some compilers not including iconv.h before FbString.hh | markt | 1 | -0/+5 |
2006-06-25 | fix FbPixmap retaining pixmap (that made cache not work properly) | simonb | 2 | -18/+12 |
2006-06-25 | Check for NoSymbol more explicitly - thanks Julien Trolet (dmxen at | simonb | 1 | -2/+4 |
2006-06-25 | support encodings in menu files | simonb | 4 | -26/+198 |
2006-06-25 | fix crash when unable to convert from local to utf-8 | simonb | 1 | -0/+3 |
2006-06-25 | Fix DetachClient key command so new window is visible | markt | 1 | -0/+3 |
2006-06-24 | Make Urgency Hint flash the correct WinClient's tab. | markt | 10 | -35/+76 |
2006-06-24 | fix more x errors due to using an invalid background | simonb | 6 | -6/+34 |
2006-06-24 | fix disappearing menu selection boxes | simonb | 4 | -12/+31 |
2006-06-22 | Added patch from Jim Ramsay (i dot am at jimramsay dot com) to freely | mathias | 6 | -102/+158 |
2006-06-21 | fix nls... notably classify text on conversion whether its for X or | simonb | 28 | -260/+321 |
2006-06-21 | make new nls stuff work. Was missing path update | simonb | 1 | -4/+0 |
2006-06-19 | Fix window placement when apps remembers size but not location | simonb | 1 | -0/+7 |
2006-06-19 | better fix for iconbar bug | fluxgen | 2 | -1/+7 |
2006-06-19 | try ignoring NotifyUngrab to fix focus revert issues when closing | simonb | 1 | -1/+1 |
2006-06-19 | fix placement issue with xinerama (only hit if screens are vertically aligned) | simonb | 1 | -2/+2 |
2006-06-19 | fix timer issues (esp clock not updating on multiple screens) | simonb | 3 | -49/+53 |
2006-06-18 | added support for _NET_WM_WINDOW_TYPE_DIALOG and _NET_FRAME_EXTENTS | fluxgen | 6 | -5/+63 |
2006-06-18 | init variables | fluxgen | 1 | -2/+2 |