aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
AgeCommit message (Expand)AuthorFilesLines
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
2002-04-09update from Workspace changesfluxgen1-8/+7
2002-04-09Replaced LinkedList structures with std::map, std::vector, and std::list.cout1-238/+98
2002-04-09added action RootMenufluxgen1-2/+43
2002-04-08updated to match BaseMenufluxgen1-13/+13
2002-04-04fixed ToggleDecor key actionfluxgen1-4/+6
2002-04-04moved nls defines to enums in namespace FBNLSfluxgen1-12/+4
2002-04-02signed/unsigned fixesfluxgen1-5/+5
2002-03-19Xinerama supportfluxgen1-2/+22
2002-03-19Fixed timer pointerfluxgen1-11/+8
2002-03-18parameter to prevFocus/nextFocusfluxgen1-3/+3
2002-03-01expand keyfilenamefluxgen1-3/+7
2002-03-01fixed default arguments for titlebarfluxgen1-4/+7
2002-02-27fixed the focusbug when deleting a window which calls Fluxbox::setFocusedWind...fluxgen1-4/+4
2002-02-26added setupConfigFiles, removed debug stuff and added SENDTOWORKSPACE key actionfluxgen1-8/+113
2002-02-20using parameter value for key actionsfluxgen1-11/+17
2002-02-17handleUnmapnotify and gnome stufffluxgen1-103/+80
2002-02-16Fixed typo, HorizMax != VertMax anymorepekdon1-3/+3
2002-02-15fixed this before, doing it againpekdon1-2/+2
2002-02-11fixed window creationfluxgen1-17/+8
2002-02-10removed some debug msgfluxgen1-11/+3
2002-02-07added _WIN_STATE to gnome atomsfluxgen1-9/+59
2002-02-06moved some events in process_event to eventhandling functionsfluxgen1-423/+465
2002-02-06fixed isTransient in UnmapNotifyfluxgen1-2/+3
2002-02-04fixed MapNotify eventfluxgen1-12/+50
2002-02-02leftWorkspace/rightWorkspace addedpekdon1-8/+5
2002-01-21Fixed screen resourcesfluxgen1-81/+50