aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
AgeCommit message (Expand)AuthorFilesLines
2003-02-22fix autoraise to be saved as separate init optionrathnor1-58/+8
2003-02-22fix focus models for new event handler and Resource setuprathnor1-77/+43
2003-02-18Added layer menus for windows, toolbar, and slit, plus associatedrathnor1-1/+51
2003-02-17execute command from key inputfluxgen1-3/+4
2003-02-09fixing up of layer coderathnor1-12/+12
2003-02-03creating screen with specified number of layersfluxgen1-2/+3
2003-02-02Integration of new Layering code, plus updates to the layering code itselfrathnor1-25/+37
2003-01-12removed Basemenu, Workspacemenu and Clientmenufluxgen1-4/+1
2003-01-12moved slit handling over to Slit.cc and temporarly disabled slit save/load re...fluxgen1-234/+112
2003-01-10removed Keyboard execute functionfluxgen1-16/+2
2003-01-09removed rootmenufluxgen1-6/+5
2003-01-05adjusted for fluxboxwindow referens events, updated fbwin configure to movere...fluxgen1-94/+84
2002-12-09minor fix for keys ptrfluxgen1-3/+2
2002-12-03removed menu and toolbar functionsfluxgen1-81/+12
2002-12-02indentation and EventManager usagefluxgen1-361/+354
2002-12-01Indenting from tabs to emacs 4-spacerathnor1-1909/+1909
2002-11-30using imagecontrolfluxgen1-2/+2
2002-11-27using new SignalEventHandlerfluxgen1-4/+4
2002-11-15referens on menufluxgen1-3/+3
2002-10-25compile time option for gnome and net wm hints, updateds for screen constructorfluxgen1-28/+30
2002-10-23fixed auto_ptr assignmentfluxgen1-2/+3
2002-10-16enable ewmhfluxgen1-2/+2
2002-10-15fixed wrong counter in init for screen with atomhandlerfluxgen1-25/+26
2002-10-11ewmh support and minor debug outputfluxgen1-8/+8
2002-09-08update workspace and check for tab in next/prev window keyeventfluxgen1-13/+20
2002-09-07added AtomHandler, fixed observer and removed gnome stufffluxgen1-95/+114
2002-08-30make sure we have valid keybindings while moving a windowfluxgen1-1/+31
2002-08-30removed grabguardfluxgen1-3/+2
2002-08-18setup cursors before creating screensfluxgen1-8/+9
2002-08-17initiate cursors and changed to FbTk EventHandler with SignalEventfluxgen1-6/+12
2002-08-16minor style cleaning and extra checking in unmapNotifyEventfluxgen1-42/+38
2002-08-14from char to std string in getRcFilename and updated to match the new expandF...fluxgen1-109/+94
2002-08-14changed signalhandling to FbTk SignalHandlerfluxgen1-19/+60
2002-08-13removed friend mainfluxgen1-35/+30
2002-08-11added groupfile resourcefluxgen1-2/+13
2002-08-04minor fixes for preprocessorsfluxgen1-22/+24
2002-08-02minor style issuesfluxgen1-20/+24
2002-07-14added algorithm includefluxgen1-1/+2
2002-07-13fixed check on valid win and screen pointer in setFocusedWindowfluxgen1-14/+21
2002-05-29slit order filenamefluxgen1-2/+21
2002-05-24removed sstream includefluxgen1-3/+1
2002-05-17strstream to sstream and minor fix with the a warningfluxgen1-3/+5
2002-05-08added desktopwheeling optionfluxgen1-3/+3
2002-05-08fixed checking on focused_window in handleKeyEventsfluxgen1-6/+10
2002-05-02fixed ScreenList and added MoveTabPrev/Next, FirstTab/LastTab key bindingsfluxgen1-21/+49
2002-04-28dont save on shutdownfluxgen1-15/+7
2002-04-20fixed workspace warpingfluxgen1-2/+2
2002-04-19added ToggleTabfluxgen1-1/+5
2002-04-17root window scrollingfluxgen1-2/+6
2002-04-12fixed for-loopfluxgen1-5/+5