]> icculus.org git repositories - mikachu/openbox.git/history - openbox/frame.c
xflush after changing the focus decorations so it gets shown faster
[mikachu/openbox.git] / openbox / frame.c
2007-04-22 Dana Jansensxflush after changing the focus decorations so it gets...
2007-04-22 Dana Jansensadd a comparitor to timers. use this in event.c to...
2007-04-12 Dana Jansensexcessive debug printing.. :)
2007-03-24 Dana Jansenswatch for reverttoparent reverting to the root window...
2007-03-20 Dana Jansenswe're only getting one unmap notify now, with the new...
2007-03-14 Dana Jansensrefix for managing iconic windows, without having the...
2007-03-14 Dana Jansensmake frame and client window in a consistant mapped...
2007-03-12 Dana Jansensi rewrote handling of focus events. this is pretty...
2007-03-11 Dana Jansensremove the kde frame extents property, add the _NET_FRA...
2007-03-08 Dana Jansensa) remove the top_grip_height business from the theme
2007-03-08 Dana Jansenswas using paddingx for y-things, oops
2007-03-05 Dana Jansensscary commit..but here goes.
2007-03-02 Dana Jansenssupport clients which use true transparency 32-bit...
2006-11-15 Mikael Magnusson80 cols
2006-08-22 Mikael Magnussonupdate copyright step 1
2006-08-17 Mikael Magnussonadd a means to tell the timer destroy function not...
2006-08-17 Mikael Magnussonclose but not quite
2006-08-17 Mikael Magnussonadd a client destructor to frame.c so it doesn't try...
2006-03-13 Mikael Magnussonresize label after background pixmap has updated to...
2005-10-07 Mikael Magnussonmore 64 bit fixes
2005-07-14 Mikael Magnussonadd a config option hideDisabled in the theme section...
2005-07-14 Mikael Magnussonc++ comments
2004-03-21 Mikael Magnussonupdate copyright notices
2004-03-21 Mikael Magnussonyay no tabs in the source
2004-02-24 Mikael Magnussonhopefully fix some stuff with kde tray icons
2003-12-22 Dana Jansensdont make our frame windows override-redirect, so that...
2003-10-15 Dana Jansensconsistant glib type usage
2003-10-15 Dana Jansensunmap and map the client window when the frame is hidde...
2003-10-11 Dana Jansensuse RrColorPixel
2003-10-09 Dana Jansenswhen the frame is adjusted while the focus_cycle_target...
2003-10-02 Dana Jansensindenting
2003-09-24 Dana Jansenssupport the _KDE_NET_WM_FRAME_STRUT hint
2003-09-17 Dana Jansensconst
2003-09-17 Dana Jansensno tabs
2003-09-17 Dana Jansensadd copyright headers, adjust --version output to inclu...
2003-09-17 Dana Jansensadd the MoveResize context, which is used while doing...
2003-09-14 Dana Jansensdont redraw the frames when changing their theme
2003-09-10 Dana Jansensuse theme.show_handle
2003-09-08 Dana Jansensbigtime theme changes. bigtime.
2003-09-03 Dana Jansensonly remove one flash timer at a time, so all frames...
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