Age | Commit message (Expand) | Author | Files | Lines |
2005-07-20 | Changed some *Focus options, just to make some things a bit more clear. | mathias | 6 | -91/+131 |
2005-07-13 | When the screen is filled with windows it can be pretty hard to find a "valid" | mathias | 1 | -7/+10 |
2005-07-07 | info about locale path, patch from php-coder | fluxgen | 1 | -1/+4 |
2005-07-05 | respect border size in the MoveTo action, especially at the right and lower | mathias | 1 | -2/+2 |
2005-07-04 | cleaning, change getCount to numberOfWorkspaces | fluxgen | 3 | -22/+22 |
2005-07-04 | cleaning, change getCount to numberOfWorkspaces | fluxgen | 4 | -12/+27 |
2005-07-04 | cleaning, change getCount to numberOfWorkspace | fluxgen | 8 | -65/+46 |
2005-06-30 | if we check the time only ever second we can get into trouble, eg: | mathias | 1 | -3/+4 |
2005-06-28 | Add missing ``template <>`` befor ThemeItem<Font>::setDefaultValue. | grubert | 1 | -1/+1 |
2005-06-28 | - Fix for toggling the toolbar doesnt update strut (thanx C. Monti) | mathias | 1 | -25/+15 |
2005-06-23 | minor fix for window menu | fluxgen | 1 | -2/+4 |
2005-06-23 | added forgotten _FBNLS; | mathias | 1 | -0/+1 |
2005-06-23 | moved window menu from FluxboxWindow to BScreen | fluxgen | 1 | -2/+6 |
2005-06-23 | added showSubmenu in MenuItem | fluxgen | 3 | -3/+11 |
2005-06-23 | moved window menu from FluxboxWindow to BScreen | fluxgen | 16 | -283/+303 |
2005-06-23 | new files | fluxgen | 4 | -1/+83 |
2005-06-19 | fix handling of shaded and iconic windows, particularly on restart | simonb | 1 | -44/+44 |
2005-06-19 | revert 4055, caused crashes plus it should be done differently | simonb | 1 | -12/+16 |
2005-06-19 | change fbwinframe to use container | simonb | 4 | -269/+266 |
2005-06-18 | Fixes #1116965, shadwd windows on restart: | mathias | 1 | -16/+12 |
2005-06-18 | Screen.cc: not used code | mathias | 1 | -4/+0 |
2005-06-17 | *.font.shadow.x and *.font.shadow.x were not correctly read or better, | mathias | 1 | -3/+8 |
2005-06-16 | little typo which prevented shadowcolor beeing set | mathias | 1 | -1/+1 |
2005-06-15 | Enhanced MoveTo, fixes #1074568 | mathias | 3 | -14/+81 |
2005-06-15 | Fixes #1213003, SendToWorkspace shouldnt follow | mathias | 3 | -2/+57 |
2005-06-15 | Fixes #1216020, *.font.effect wont get cleared if not defined in style | mathias | 1 | -1/+15 |
2005-06-08 | most used items should appear ontop of a menu. so i reordered the | mathias | 1 | -22/+41 |
2005-06-07 | Fixed justification in WorkspaceNameTool #1213262, values were set after the | mathias | 1 | -4/+6 |
2005-06-04 | added -screen to -help | mathias | 1 | -0/+1 |
2005-06-03 | - Usage of xft-fonts is prefered, except a font-description starts with '-' | mathias | 15 | -276/+197 |
2005-06-03 | deleted the "fallback"-code, which was one of the reasons for slowing down | mathias | 1 | -44/+2 |
2005-06-02 | * patch from vadim <suhanov_vadim@mail.ru>: | mathias | 1 | -0/+5 |
2005-06-02 | * patch from vadim <suhanov_vadim@mail.ru>: | mathias | 1 | -1/+1 |
2005-06-02 | * _NET_WM_STATE_HIDDEN is now used correctly -> if the window goes iconic, this | mathias | 2 | -12/+33 |
2005-05-20 | added the ability to use keycode in keys file | fluxgen | 1 | -2/+20 |
2005-05-18 | locale path | fluxgen | 1 | -3/+0 |
2005-05-18 | locale path | fluxgen | 1 | -1/+0 |
2005-05-18 | update | fluxgen | 1 | -0/+1 |
2005-05-17 | fix systemtray overlap | simonb | 1 | -1/+3 |
2005-05-14 | Vadim pointed out that _NET_CLIENT_LIST and _NET_CLIENT_LIST_STACKING are not... | mathias | 3 | -5/+11 |
2005-05-13 | fix a segfault | simonb | 2 | -3/+3 |
2005-05-12 | llittle rewrite for the FbTk_istringstream usage.. was needed coz gcc2.95.x | mathias | 3 | -17/+8 |
2005-05-12 | replaced setenv() completly by putenv(). since putenv() really puts the | mathias | 1 | -6/+30 |
2005-05-12 | missing #include <typeinfo> | mathias | 1 | -0/+1 |
2005-05-12 | __APPLE__ doesnt have <nl_types.h> | mathias | 1 | -1/+1 |
2005-05-12 | when the app changes its pixmap we need to trigger that correctly | mathias | 1 | -0/+12 |
2005-05-11 | minor optimization | mathias | 1 | -2/+2 |
2005-05-10 | copy N paste ... icc complained slightly | mathias | 1 | -1/+1 |
2005-05-10 | cache the root pixmap (per screen) | simonb | 3 | -36/+123 |
2005-05-09 | fix from vadim for fbrun-tabcompletion | mathias | 1 | -0/+1 |