Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-05-07 | handle utf-8 strings properly. | simonb | 1 | -1/+1 | |
use utf8 internally | |||||
2006-04-26 | resize and notify client when autogrouping | simonb | 1 | -0/+6 | |
2006-04-24 | Use -Wall when --enable-debug and some warning fixes | simonb | 1 | -2/+1 | |
+ thanks Jonas Koelker | |||||
2006-04-23 | focus a window if it's the only one. | simonb | 1 | -1/+2 | |
Thanks Jonas Koelker | |||||
2006-04-19 | mouse focus fixes - thanks Scott Kuhl: skuhl AT cs utah edu | simonb | 1 | -2/+2 | |
2006-04-17 | iconbutton handling fixes | simonb | 1 | -0/+5 | |
2006-04-16 | fix all compiler warnings with -Wall | simonb | 1 | -6/+8 | |
2006-04-14 | fix window button image updates | simonb | 1 | -0/+1 | |
2006-04-11 | situation: a maximized xterm changes its size (coz the user changes the font). | mathias | 1 | -61/+75 | |
after unmaximizing the window it snaps back to its old values .. which are not in sync with the sizehints anymore. hence we need to apply them for maximizing / unmaximizing and unfullscreen to avoid ugly visual appearance. | |||||
2006-04-02 | size_t fixes, thanks Semushin Slava aka php-coder | fluxgen | 1 | -1/+1 | |
2006-03-22 | more external tab work, tidying and tab width config option | simonb | 1 | -7/+0 | |
2006-03-22 | external tabs features and bugfixes | simonb | 1 | -30/+77 | |
2006-03-20 | external tabs | simonb | 1 | -12/+49 | |
2006-03-18 | We now create titlebar resource session.screen<num>.titlbar.left/right on ↵ | fluxgen | 1 | -56/+124 | |
the fly here instead of fluxbox.cc | |||||
2006-02-20 | moved class Layer from class Fluxbox and thus reduces some dependecies | fluxgen | 1 | -7/+6 | |
2006-02-19 | Added center resize. Resizes all corners at the same time. | fluxgen | 1 | -14/+41 | |
2006-02-19 | FbWinFrame should not depend on class Fluxbox | fluxgen | 1 | -1/+2 | |
2006-02-18 | moved all focus handling to FocusControl | fluxgen | 1 | -1/+1 | |
2006-02-18 | moved all focus handling to class FocusControl | fluxgen | 1 | -9/+10 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2006-01-16 | applied patch from php-coder to fix some warnings, mostly signed vs unsigned | mathias | 1 | -4/+4 | |
issues | |||||
2006-01-03 | unused headers | fluxgen | 1 | -1/+0 | |
2005-12-22 | removed unused variable | fluxgen | 1 | -2/+0 | |
2005-11-22 | indentation | fluxgen | 1 | -25/+25 | |
2005-10-19 | Fixed reordering of tabs, patch from Rob Stevens | mathias | 1 | -5/+5 | |
2005-10-04 | avoid drawing the resize outline when not really resizing, caused flickering. | mathias | 1 | -18/+30 | |
2005-09-16 | reverted last change .. the problem of the user must be handled ↵ | mathias | 1 | -1/+1 | |
differently... never commit after 3 hours of sleep again. | |||||
2005-09-16 | LeftMouseButton should always setInputFocus() to avoid focus problems | mathias | 1 | -1/+1 | |
when changing the active window via NextWindow/PrevWindow and then not beeing able to set the focus of the window underneath the mouse with a simple click again (in MouseFocus - mode). Suggestion via mail to devel-ml from Eike von Seggern | |||||
2005-09-08 | tweak last patch for titlebar scroll options | simonb | 1 | -2/+3 | |
2005-09-07 | Add titlebar scrolling options (thanks Krzysiek Pawlik ↵ | simonb | 1 | -0/+30 | |
<krzysiek.pawlik__AT__people.pl>) New init options added: session.screenN.windowScrollAction: Shade|NextTab - set the action that happens when scrolling on the titlebar session.screenN.windowScrollReverse: true|false - reverse the action direction | |||||
2005-09-04 | added feature request #1084510: | mathias | 1 | -0/+4 | |
when mod1 + leftmouse are clicked on a window and the mouse is not moved, the window is raised at leftmouserelease. i dont think we need an extra option for that since its very unobtrusive but neat to have. | |||||
2005-07-25 | Fix for #1240248, Segfaults for :MoveTabLeft/Right | mathias | 1 | -14/+10 | |
wrong code in Container.cc | |||||
2005-07-20 | Changed some *Focus options, just to make some things a bit more clear. | mathias | 1 | -15/+13 | |
the "Sloppy" was always a bit .. unprecise. removed SloppyFocus, SemiSloppyFocus and ClickToFocus options added MouseFocus, ClickFocus, MouseTabFocus, ClickTabFocus - MouseFocus - change the focus to the window under the mouse (almost similar to the 'old' SloppyFocus) - ClickFocus - change the focus to the window the user clicks - MouseTabFocus - change active tabclient to the one under the mouse in titlebar, does NOT change the focus - ClickTabFocus - change active tabclient when clicked onto a tabbutton to achieve former SemiSloppyFocus behavior one needs MouseFocus and ClickTabFocus | |||||
2005-07-13 | When the screen is filled with windows it can be pretty hard to find a "valid" | mathias | 1 | -7/+10 | |
area to drop a tab button to detach the client from the group. solution is to detach the client if the tab button is dropped onto the client area of the same group. | |||||
2005-07-04 | cleaning, change getCount to numberOfWorkspace | fluxgen | 1 | -13/+4 | |
2005-06-23 | minor fix for window menu | fluxgen | 1 | -2/+4 | |
2005-06-23 | moved window menu from FluxboxWindow to BScreen | fluxgen | 1 | -65/+15 | |
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-18 | Fixes #1116965, shadwd windows on restart: | mathias | 1 | -16/+12 | |
shaded icons behaved badly on restart, they went into a real stupid state: somehow shaded, but at the same time iconic, so you werent able to unshade, resize them properly. i fixed that by applying NormalState on shutdowntime (see FluxboxWindow::restore(), unshading a shaded frame to get good window dimensions and on init() i mark the window initialized and connect it to Fluxbox::attachSignals() a bit later. | |||||
2005-05-06 | Added new Buttons for the Titlebar of a Window (Mathias) | mathias | 1 | -0/+11 | |
- Shade - just like the "Stick"-button Styleresources: window.shade.pixmap, window.shade.unfocus.pixmap, window.shade.pressed.pixmap window.unshade.pixmap, window.unshade.unfocus.pixmap, window.unshade.pressed.pixmap etc. - MenuIcon - click on it provides the windowmenu, if the app contains a pixmap (gvim, konqueror etc etc) the pixmap is displayed, a little menu otherwise. Styleresources: windowmenu.pixmap, windowmenu.unfocus.pixmap windowmenu.pressed.pixmap etc. Example ~/.fluxbox/init - entry: session.titlebar.left: MenuIcon Stick session.titlebar.right: Shade Minimize Maximize Close hint: if the app HAS a pixmap i use window.title.focus.pixmap (look WinButtonTheme for reference)in pixmap-based-styles. this looks excellent and dont need much extra-code to pipe that info into WinButtons. | |||||
2005-05-03 | minor fix | fluxgen | 1 | -1/+0 | |
2005-05-03 | using associateClient to create new tab and map it to labelbuttons | fluxgen | 1 | -45/+25 | |
2005-05-02 | more compose and select2nd | fluxgen | 1 | -31/+33 | |
2005-05-02 | using Select2nd | fluxgen | 1 | -78/+84 | |
2005-05-02 | cleaning, create and delete tabs with FbWinFrame createTab/removeTab | fluxgen | 1 | -54/+25 | |
2005-04-29 | transient window fix | fluxgen | 1 | -36/+57 | |
2005-04-26 | fix systray client sizing | simonb | 1 | -1/+1 | |
2005-04-26 | extension of previous big patch. Move a bunch of menu things onto | simonb | 1 | -5/+4 | |
background pixmap. Same for textbuttons. | |||||
2005-04-22 | clear the maximized-Flag from a resized/moved Window ... a moved or resized | mathias | 1 | -0/+3 | |
Window is not maximized any longer per definition imho. maybe we need to apply the same policy to the fullscreen-State |