summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Collapse)Author
2002-09-03some debug messages for bug testingMarius Nita
2002-09-01when trying to find a window on the screen to focus, dont use non-focusable ↵Dana Jansens
windows
2002-08-31sync with the 2.0 branchDana Jansens
2002-08-27revert a change for where new windows go in the listDana Jansens
2002-08-27include the config.h headerDana Jansens
2002-08-27initial checkinMarius Nita
2002-08-26dont change last active while cycling around in stacked modeDana Jansens
2002-08-26dont use an invalid iterator in handleKeypress, also, update _last_active is ↵Dana Jansens
it needs to be
2002-08-26update the active iterator after moving the active window to the front of ↵Dana Jansens
the list
2002-08-26added config.h includesMarius Nita
2002-08-26dont use what could be an invalid iteratorDana Jansens
2002-08-26dont break the focused window iteratorDana Jansens
2002-08-26in stacked cycling mode, insert new clients at the front of the listDana Jansens
2002-08-26dont auto-raise sticky windows, theyre on the current workspace tooDana Jansens
2002-08-26Added On/Off options to the grammar, for parameters.Marius Nita
2002-08-26Fixed a couple of glitches, added on/off values for booleanMarius Nita
2002-08-26add the options with default valuesDana Jansens
2002-08-26Modified the way focus is handled so the focus window is always at the top ↵Marius Nita
of the stack when doing stacked cycling. yay or something.
2002-08-26Fixed a boob mistake which was causing KeyRelease events to not be handled ↵Marius Nita
properly if keys were relased quickly.
2002-08-26Fixed goof in config interface. All the functions are now named getValue(), ↵Marius Nita
since they have different signatures.
2002-08-26Update to reflect the stacked cycling additionsMarius Nita
2002-08-26updated to reflect the new changes in epist.[ly]Marius Nita
2002-08-26Epist now supports stacked cycling. :D/-< :D\-<Marius Nita
Added several functions and modified several other ones to grab/ungrab the keyboard, handle KeyRelease events, modified focus behavior in cycleWindow, and more. Changed some calls for the new config format.
2002-08-26Added functions for setting boolean parametersMarius Nita
2002-08-26Slight modification to make it use the new config class calling conventionMarius Nita
2002-08-26Made case requirements less strict (you can now have "control" as well as ↵Marius Nita
"Control") and added True/False grammar rules for parameters.
2002-08-26New and improved configuration management. It now handles bool, string and ↵Marius Nita
number types, and all conversions happen at initialization time, so retrieval is faster. (yay)
2002-08-25include config.h in cc's before including openbox headersDana Jansens
use bison instead of yacc
2002-08-25add toggleDecorationsDana Jansens
2002-08-24add showRoot/Workspace menu plus a blurp about Openbox specific actionsDana Jansens
2002-08-24Capitalization fix, adding documentation for options, 2-d workspaces, and ↵Marius Nita
toggleGrabs
2002-08-24Safari_Al's patch which fixes inconsistent capitalization in some actions.Marius Nita
2002-08-22toggleGrabs action addedMarius Nita
2002-08-22modified focus() to accept a no-raise parameterMarius Nita
2002-08-22s/__openbox_version/OPENBOX_VERSIONDana Jansens
2002-08-22fixed getStringValue failure case and compiler warningsMarius Nita
2002-08-22fixed unsigned/signed comparison warningsMarius Nita
2002-08-22support for showing the root and workspace menu with epistDana Jansens
2002-08-22toggleDecorations!Dana Jansens
2002-08-21toggledecor almost doneDana Jansens
some code cleanups/fixes
2002-08-21added parameter to the move windows. it defaults to 1.Scott Moynes
2002-08-21changeWorkspaceHorz() now cyclesScott Moynes
2002-08-21cleaned up changeWorkspaceVert() a bitScott Moynes
2002-08-21added cycling to the grid stuffScott Moynes
2002-08-21uber patch.Scott Moynes
Added configuration options. Added workspace grid changing. Added keychain timeouts. Fixed some whitespace.
2002-08-20Fix send to menu, having deleted workspaces in it.Dana Jansens
Fix workspace warping, move the mouse and window the same amount. Fix workspace switching. Put old code back that worked better.
2002-08-19add -help and -version (thanks ppl)Dana Jansens
2002-08-16add the dateDana Jansens
2002-08-16group next/prev commands togetherDana Jansens
2002-08-16specify which parameters can be specifyed for cycling windows and workspacesDana Jansens