Age | Commit message (Expand) | Author | Files | Lines |
2007-12-20 | replace svn stuff with git | Mark Tiefenbruck | 57 | -57/+57 |
2007-12-19 | "fix" `About' item in fbgm with tcsh, #1806327 | Mark Tiefenbruck | 1 | -1/+1 |
2007-12-19 | fix a few $HOME-related issues in fbgm | Mark Tiefenbruck | 1 | -3/+3 |
2007-12-19 | fixed "iconify" menu item | Mark Tiefenbruck | 1 | -1/+6 |
2007-12-19 | check apps file settings after ewmh and gnome | Mark Tiefenbruck | 2 | -7/+8 |
2007-12-19 | always focus a client that gets raised in the focused window | Mark Tiefenbruck | 1 | -1/+7 |
2007-12-19 | don't minimize a window just because its transient got minimized | Mark Tiefenbruck | 1 | -14/+5 |
2007-12-19 | remove reassoc argument from FluxboxWindow::deiconify | Mark Tiefenbruck | 4 | -43/+26 |
2007-12-19 | remove some unnecessary uses of FluxboxWindow::deiconify | Mark Tiefenbruck | 2 | -3/+3 |
2007-12-19 | don't let transient windows steal the focus from other programs | Mark Tiefenbruck | 2 | -1/+4 |
2007-12-18 | clicks on the handle were matching OnTitlebar | Mark Tiefenbruck | 1 | -0/+1 |
2007-12-18 | switched Mouse Tab Focus and Click Tab Focus nls entries | Mark Tiefenbruck | 2 | -2/+5 |
2007-12-18 | open transient windows on same workspace as parent | Mark Tiefenbruck | 2 | -0/+12 |
2007-12-18 | fix torn menus | Mark Tiefenbruck | 2 | -12/+17 |
2007-12-18 | holding control will now keep the menu open | Mark Tiefenbruck | 18 | -42/+64 |
2007-12-18 | make MenuItem responsible for decision to close menu when clicked | Mark Tiefenbruck | 8 | -31/+43 |
2007-12-17 | fix startup items in apps file with specified screen number | Mark Tiefenbruck | 2 | -1/+5 |
2007-12-17 | removed session.screen<N>.imageSearchPath, as it was: | Mark Tiefenbruck | 1 | -11/+0 |
2007-12-16 | fix initialization of menu fonts | Mark Tiefenbruck | 1 | -1/+2 |
2007-12-16 | load style before loading theme objects, remove duplicate theme load | Mark Tiefenbruck | 12 | -14/+19 |
2007-12-16 | changed CommandRegistry to a template class, renamed to ObjectRegistry<Type> | Mark Tiefenbruck | 18 | -378/+318 |
2007-12-14 | fix compile issue with gcc 4.3 | Mark Tiefenbruck | 2 | -0/+9 |
2007-12-14 | StringUtil::removeFirst/TrailingWhitespace didn't truncate a string that was ... | markt | 3 | -12/+9 |
2007-12-13 | fix --with-style configure option | markt | 3 | -2/+4 |
2007-12-13 | close menus when they lose focus, instead of on [exec] commands | markt | 3 | -12/+6 |
2007-12-13 | added FbTk::CommandRegistry, decentralized command parsing, and made them aut... | markt | 33 | -1114/+966 |
2007-12-11 | added edge resize modes | markt | 4 | -30/+40 |
2007-12-11 | only allow one open menu at a time | markt | 13 | -117/+42 |
2007-12-11 | update default keys and init files for OnTitlebar code | markt | 3 | -3/+6 |
2007-12-09 | added OnTitlebar modifier to keys file | markt | 9 | -95/+158 |
2007-12-08 | fixing previous commit | markt | 2 | -54/+54 |
2007-12-07 | updated turkish translations | markt | 3 | -158/+158 |
2007-12-02 | make sure subj != 0 in IconbarTool::update() | markt | 1 | -1/+1 |
2007-11-23 | fix from NetBSD for using the home directory of the user who compiled fluxbox | markt | 1 | -3/+3 |
2007-11-23 | make sure window commands operate on the right window | markt | 2 | -0/+12 |
2007-11-23 | somewhat fixed DeiconifyCmd | markt | 3 | -6/+13 |
2007-11-22 | added special FocusIn/Out MouseOver/Out ChangeWorkspace keys | markt | 8 | -17/+90 |
2007-11-22 | applied some patches from NetBSD | markt | 6 | -0/+6 |
2007-11-22 | added translations for zh_TW | markt | 6 | -1/+581 |
2007-11-22 | set resize increments to 1 when set to 0 by the application | markt | 2 | -0/+8 |
2007-11-22 | use winclient instead of fluxboxwindow for matching, and removing old code | markt | 4 | -9/+9 |
2007-11-22 | added conditional statements to keys file | markt | 11 | -43/+486 |
2007-11-20 | move titlebar click handling to FluxboxWindow, fix buttons getting ungrabbed | markt | 9 | -153/+73 |
2007-11-16 | added :Focus key command | markt | 2 | -3/+10 |
2007-11-16 | ToggleDecor from a window with Deco=TAB should hide the tabs, rather than sho... | markt | 2 | -2/+5 |
2007-11-16 | fix minimization | markt | 1 | -0/+2 |
2007-11-13 | fix signaling when changing tabs | markt | 1 | -1/+6 |
2007-11-12 | a little fix for focusing lowered tabs on other workspaces | markt | 3 | -5/+5 |
2007-11-12 | allow arbitrary window patterns in iconbar | markt | 28 | -463/+724 |
2007-11-09 | fix font updates in iconbar | markt | 1 | -0/+2 |