summaryrefslogtreecommitdiff
path: root/openbox
AgeCommit message (Collapse)Author
2003-09-04when a pipe menu is killed, kill all its submenus as wellDana Jansens
2003-09-04fix RECT_CONTAINS, name clashDana Jansens
2003-09-04off by one caused clients to be resized a little during a moveDana Jansens
2003-09-04oops missed a !Dana Jansens
2003-09-04turn off focusDelay by defaultDana Jansens
2003-09-04move session code out of openbox.c all into session.cDana Jansens
remove --sm-save-file and --sm-client-id from argv so that they dont get reused when doing a restart.
2003-09-04match the declarations in the headerDana Jansens
2003-09-04ungrab only as many times as we grabbedDana Jansens
2003-09-04remove the reconfigure popupDana Jansens
2003-09-04match the func prototypes in the headerDana Jansens
2003-09-03fix for not using startup notificationDana Jansens
2003-09-03kill the window mapping.. its not doing anything anyways? whatever..Dana Jansens
2003-09-03dont ungrab/grab all the mouse bindings every time a new one is added. just ↵Dana Jansens
do it once on startup.
2003-09-03dont exit when a theme can't be loaded during reconfigureDana Jansens
2003-09-03handle the case where a transient is a child of a dockappDana Jansens
2003-09-03don't let move/resize occur on non-visible clientsDana Jansens
2003-09-03display a popup and perform a smooth transition when reconfiguringDana Jansens
2003-09-03grab keys on the client windows themselvesDana Jansens
2003-09-03only remove one flash timer at a time, so all frames dont stop flashing just ↵Dana Jansens
cuz a window closed
2003-09-03remove from desktop_menus when freedDana Jansens
2003-09-03use the ob_main_loop_timeout_remove_data to only remove one timerDana Jansens
2003-09-03dont set a strut when there are no apps in the dockDana Jansens
2003-09-03support getting the desktop from the startup notification protocolDana Jansens
pass on to the startup notification code that a window has mapped with a given wmclass
2003-09-03add the startup_idDana Jansens
2003-09-03add the NONE cursor.Dana Jansens
remove startup notification code from openbox.c and openbox.h call the new sn_startup/shutdown for startupnotification.c
2003-09-03use NONE cursor when not specifying oneDana Jansens
2003-09-03remove the startup notification code from event.c, it all lives in its own ↵Dana Jansens
file now
2003-09-03add startup notification in its own .c/.h filesDana Jansens
2003-09-03use the NONE cursor when not specifying oneDana Jansens
2003-09-03add ob_main_loop_timeout_remove_data.Dana Jansens
make the timeout remove functions remove *all* timeouts that match
2003-09-03remove teh startup state saving hacks since we can reconfigure now. no more ↵Dana Jansens
restarting for the average user anymore.
2003-09-03remove all the startup notification code from screen.cDana Jansens
2003-09-03add the startup_id atomDana Jansens
2003-09-03use the NONE cursor when not specifying a cursorDana Jansens
2003-09-03add a NONE cursor, to not change the cursor at allDana Jansens
2003-09-03add a reconfigure action, also reconfigure on SIGUSR2.Dana Jansens
support reconfiguring throughout the entire codebase.
2003-09-03make focusDelay check the destroying window properly before killing the timerDana Jansens
2003-09-03track the maximum margin of menu items. use this to keep icons in the menus ↵Dana Jansens
inside the bevel/borders of the menu items
2003-09-03add the focusDelay optionDana Jansens
2003-09-03dont grab frame context mouse bindings on desktop windowsDana Jansens
2003-09-03make the client destructor a GDestroyNotifyDana Jansens
2003-09-03rm empty lineDana Jansens
2003-09-03limit menus' width to 400pxDana Jansens
2003-09-03rename the theme name node from 'theme' to 'name'Dana Jansens
2003-09-03only show resize popups for clients with size increments. no move popup at ↵Dana Jansens
all. waste of screen space.
2003-09-03use the provided margins to layout the popup betterDana Jansens
2003-09-03make the default screen-edge resistance 20 (double what it is for windows)Dana Jansens
2003-09-02more fixes to keep the pointer stuff aligned when doing keyboard move/resizeDana Jansens
2003-09-02fix flashing when using keyboard move against the edge of the screenDana Jansens
2003-09-02use new menu.bullet.selected.imageColor. use the text colors for the menu ↵Dana Jansens
mask icons instead of teh bullet color, and set it based on selected/disabled/normal like the text.