summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-09-03some debug messages for bug testingMarius Nita
2002-09-03add woodblock's sticky button shitDana Jansens
2002-09-01when trying to find a window on the screen to focus, dont use non-focusable ↵Dana Jansens
windows
2002-09-01sync with 2.0 branch (fix auto-rasie with gtk issue)Dana Jansens
2002-09-01add the cvsignore for this dirDana Jansens
2002-09-01sync with the 2.0 branch (make XAtom::getValue not use an XGrabServer)Dana Jansens
2002-08-31sync with the 2.0 branchDana Jansens
2002-08-29fixed debug flag being forced on.Scott Moynes
2002-08-28Added a optional omnipresent button, enabled using the title bar layout key "S".Scott Moynes
Needs to be documented, and the drawing tweaked a bit.
2002-08-27cleanups and add a server grab in getValueDana Jansens
2002-08-27systray windows fixDana Jansens
2002-08-27proper mask t catch the unmap events on systray windowsDana 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-27fix shape supportDana Jansens
2002-08-27Added missing header for clearShape, which was breaking compilationMarius Nita
2002-08-27latest changessssshape changes, give vR creditDana Jansens
2002-08-27fix shape.Dana Jansens
a) it didnt work when it added shape after mapping b) removing shape wouldnt have worked right either
2002-08-27initial checkinMarius Nita
2002-08-26Draw close button with line_width of 2.Scott Moynes
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-26sync with bb-cvsDana Jansens
2002-08-26dont limit how big a window can be resized.Dana Jansens
dont let the user resize a window smaller than 0, which makes it wrap to a huge number
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-26sync with blackboxDana Jansens
get rid of the default limit on window sizes
2002-08-26don't limit how big a window can be resizedDana Jansens
2002-08-26unmanage desktop windows on shutdownDana Jansens
2002-08-26format commentDana Jansens
2002-08-25include config.h in cc's before including openbox headersDana Jansens
use bison instead of yacc
2002-08-25config request with only resize honors window's gravityDana Jansens
2002-08-25use the window's gravity when handling a configureRequest event for a resize ↵Dana Jansens
only