]> icculus.org git repositories - mikachu/openbox.git/history - openbox/frame.c
add a reconfigure action, also reconfigure on SIGUSR2.
[mikachu/openbox.git] / openbox / frame.c
2003-09-03 Dana Jansensadd a reconfigure action, also reconfigure on SIGUSR2.
2003-09-01 Dana Jansensdont crash when flashing a window when it goes away...
2003-09-01 Dana Jansensimproved frame flashing code, can start and stop it...
2003-09-01 Dana Jansensadd code to flash the frame
2003-08-27 Dana Jansensfix border on shaded maximized windows
2003-08-25 Dana Jansensbetter handling of maximizing, wrt changing decorations...
2003-08-25 Dana Jansensset the client decorations to match the frame's so...
2003-08-20 Dana Jansensrename the 'root' context to 'desktop'
2003-08-20 Dana Jansensadd an obscured flag that tracks if the frame is at...
2003-08-20 Dana Jansensgrab root mouse bindings on desktop windows also, since...
2003-08-05 Dana Jansensdont map the tl/tr invisible grips when the grip decors...
2003-08-05 Dana Jansensa couple frame layout bugfixes hidden inside all this...
2003-08-02 Dana Jansensthe grips go below the titlebar buttons
2003-08-02 Dana Jansensinvisible resizing areas/grips in the top corners of...
2003-07-31 Dana Jansensfix a long-lurknig gravity bug
2003-07-30 Dana Jansensmove the titlebar layout from the theme to the rc file
2003-07-30 Dana Jansenscode cleaning
2003-07-28 Dana Jansenshover theme elements for window titlebar buttons
2003-07-10 Dana Jansensadd disabled buttons, instead of now showing buttons...
2003-07-10 Dana Jansensmake ob_state a function so it cant be changed outside...
2003-07-10 Dana Jansensremove the ob_root var, its redundant of what Xlib...
2003-07-10 Dana Jansensprefixing and capitalization for the Frame->ObFrame...
2003-07-10 Dana Jansensrename the Client struct to ObClient
2003-07-10 Dana Jansensadd misc.h with some standard enumerations with proper...
2003-06-21 Dana Jansensadd decoration state to the frame struct. make client_c...
2003-06-21 Dana Jansensput the render theme into a struct
2003-06-21 Dana Jansensfixed to accomodate the changes to the render/ API.
2003-06-20 Dana Jansenssimply the render interface by not requiring the settin...
2003-06-20 Dana Jansensremove non-planar surfaces
2003-05-16 Dana Jansensrename "Slit" to "Dock".
2003-05-10 Dana Jansensadd a slit to the kernel
2003-04-25 Dana Jansenslet the frame hold a focus state so that it can lie.
2003-04-20 Dana Jansensmake the icon larger than the buttons by one pixel...
2003-04-17 Dana Jansensuse the new cursor defn's
2003-04-13 Dana Jansenspass the Client for frame_context cuz the client might...
2003-04-13 Dana Jansensmove the openbox engine into librender and the kernel...
2003-04-05 Dana Jansensuse a context enum instead of quarks
2003-03-31 Dana Jansenswas not using the pointer properly. leaving the value...
2003-03-16 Dana Jansensmerge the C branch into HEAD