]> icculus.org git repositories - dana/openbox.git/history - openbox/client.c
properly send resize events for when the app has requested the resize
[dana/openbox.git] / openbox / client.c
2003-09-19 Dana Jansensproperly send resize events for when the app has reques...
2003-09-18 Dana Jansensdont split client requested resizes into 2 events,...
2003-09-17 Dana Jansensno tabs
2003-09-17 Dana Jansensadd copyright headers, adjust --version output to inclu...
2003-09-15 Dana Jansensrevert my commit of d3th, it fucked up focus badly
2003-09-15 Dana Jansensbreak focus. or maybe make it better.
2003-09-15 Dana Jansenssave the sm_client_id just like saving other properties...
2003-09-14 Dana Jansensdont impose staying on-screen for non-normal windows...
2003-09-14 Dana Jansensdont waste a strdup which is never freed
2003-09-12 Dana Jansensadd support for a default icon, but no icon has been...
2003-09-08 Dana Jansensremove debug prints
2003-09-08 Dana Jansensround 2 for this shit
2003-09-08 Dana Jansensflush after resizing a client
2003-09-08 Dana Jansensif the client is growing, resize it before the frame...
2003-09-08 Dana Jansenswatch for windows with titlecounts changing their title...
2003-09-08 Dana Jansensoops
2003-09-08 Dana Jansenssome simpler code
2003-09-08 Dana Jansensdont reset all the states to FALSE in client_get_state...
2003-09-06 Dana JansensCloses #799. i think im too high to say more.
2003-09-03 Dana Jansenshandle the case where a transient is a child of a dockapp
2003-09-03 Dana Jansenssupport getting the desktop from the startup notificati...
2003-09-03 Dana Jansensadd a reconfigure action, also reconfigure on SIGUSR2.
2003-09-03 Dana Jansensmake the client destructor a GDestroyNotify
2003-09-02 Dana Jansensstop doing stupid shit for the size increments in clien...
2003-09-01 Dana Jansensflash when urgent
2003-09-01 Dana Jansensadd urgent actions
2003-08-31 Dana Jansensmove_onscreen was supposed to go away.. :) thanks mikachu
2003-08-30 Dana Jansensuse the nwe theme's show_handle value
2003-08-30 Dana Jansensadd destructor functions for clients that you acn subsc...
2003-08-29 Dana Jansensremove the event dispatcher
2003-08-28 Dana Jansenschange the menu plugin interface, no need for the creat...
2003-08-28 Dana Jansenshalf way through the changes to new menu code/design...
2003-08-27 Dana Jansensdont be rude to non-normal windows with keeping them...
2003-08-25 Dana Jansensremove the last of the cool stuff thanks to GTK fuck...
2003-08-25 Dana Jansensbetter handling of maximizing, wrt changing decorations...
2003-08-25 Dana Jansensrestore the stacking order of a saved session
2003-08-14 Dana Jansensmake activate take a here parameter
2003-08-12 Dana Jansensoops i fucked up tore's patch. better.
2003-08-12 Dana Jansensbug fixes for growtoedge from tore. props to tore for...
2003-08-12 Dana Jansensdont move windows when starting
2003-08-12 Dana Jansenssmall bugfix to the directional focus code.
2003-08-12 Dana Jansensmove the keyboard and mouse plugins into the kernel...
2003-08-10 Dana Jansenssave the frame decorations in client_configure_full...
2003-08-05 Dana Jansensa couple frame layout bugfixes hidden inside all this...
2003-08-05 Dana Jansenswhen setting up decor on a window, it needs to reconfig...
2003-08-03 Dana Jansenskill non-opaque move/resize
2003-08-02 Dana Jansensuse the frame size not the client size when figuring...
2003-08-02 Dana Jansensthat line ended up in teh if somehow...
2003-07-31 Dana Jansensset the desktop hint if the desktop is changed by the...
2003-07-31 Dana Jansensset the desktop hint after everything is read/setup...
2003-07-31 Dana Jansensadd the window to the lists before setting the client...
2003-07-31 Dana Jansensadd a function to retrieve the sm_client_id value
2003-07-30 Dana Jansensrestore saved session data for applications
2003-07-30 Dana Jansensattemp #3
2003-07-30 Dana Jansensattempt #2 at better logical size values
2003-07-30 Dana Jansensattempt #2 at better logical size values
2003-07-30 Dana Jansensinclude the base size in the logical size
2003-07-30 Dana Jansensthe size can be 0 when there is a base size
2003-07-30 Dana Jansensimproved ICCCM compliance!
2003-07-28 Dana Jansensbase rudeness on if they have a strut even smarter!
2003-07-28 Dana Jansensbase rudeness on if they have a strut or not
2003-07-28 Dana Jansensmake the new placement restrictions not affect !normal...
2003-07-28 Dana Jansensmake those apps stay/map on screen!! fuck stupid apps...
2003-07-28 Dana Jansensuse the macro
2003-07-28 Dana Jansenskeep apps from moving/maping their titlebar underneath...
2003-07-25 Dana Jansensadd client_search_transient which searches the tree...
2003-07-24 Dana Jansensuse ob_debug for any debug printing and only display...
2003-07-22 Dana Jansensstop shownig the desktop when a new window maps
2003-07-12 Dana Jansenssimple code cleanup
2003-07-11 Dana Jansenswhen a transient maps on another desktop, give it focus...
2003-07-11 Dana Jansensmove to the desktop of the activated window
2003-07-10 Dana Jansensadd disabled buttons, instead of now showing buttons...
2003-07-10 Dana Jansensprefix and capitalize ObMenu ObMenuEntry and ObMenuEntr...
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 capitalizing the StackLayer -> ObStacking...
2003-07-10 Dana Jansensprefix and capitalize the ObFocusFallbackType enum
2003-07-10 Dana Jansensprefix TRAN_GROUP to OB_TRAN_GROUP
2003-07-10 Dana Jansensprefix and capitalize some more constants/enums in...
2003-07-10 Dana Jansensrename the Client struct to ObClient
2003-07-10 Dana Jansensadd a mwm.h for the mwm hint structure and flags.
2003-07-10 Dana Jansensadd misc.h with some standard enumerations with proper...
2003-07-10 Dana Jansensrename 'xinerama' stuff to 'monitors' to be more generi...
2003-07-10 Dana Jansensadd client_search_top_transient.
2003-06-27 Dana Jansensxinerama support
2003-06-26 Dana Jansenscheck that extensions_vidmode is set before trying...
2003-06-26 Dana Jansensset the desktop hint when the window already has a...
2003-06-26 Dana Jansensremove/add instead of raising to put a window into...
2003-06-24 Dana Jansenscheck to make sure the window is on screen *after*...
2003-06-21 Dana Jansensadd decoration state to the frame struct. make client_c...
2003-06-21 Dana Jansensmake client_reconfigure a non-user-type client_configure
2003-06-21 Dana Jansensremove debug print
2003-06-21 Dana Jansenssend teh configure event to client on user-requested...
2003-06-21 Dana Jansensmore namespacing with Rr*
2003-06-21 Dana Jansensrename pixel32/16 to RrPixel32/16
2003-06-21 Dana Jansensfixed to accomodate the changes to the render/ API.
2003-06-19 Dana Jansensfix for how base-size is used to comply with the icccm
2003-06-08 Dana Jansensdescribe the complicated if a bit :)
2003-06-08 Dana Jansensmore checks for when to do an XResizeWindow
2003-06-08 Dana Jansenssend the configure notify for resizes too, just to...
next