]> icculus.org git repositories - dana/openbox.git/history - openbox
check for invalid keys properly
[dana/openbox.git] / openbox /
2003-03-26 Dana Jansenscomment that the relative move/resize amounts need...
2003-03-26 Dana Jansenssplit up the relative move/resize actions into horz...
2003-03-26 Dana Jansenscreate actions from string names
2003-03-26 Dana Jansenslet a be null for action_free
2003-03-26 Dana Jansensuse g_warning not printf
2003-03-26 Dana Jansenskill the prints again for now
2003-03-26 Dana Jansensdont print bad window errors
2003-03-26 Dana Jansensput back map/unmap msgs
2003-03-26 Dana Jansensdont let you got to numdesktops+1
2003-03-26 Dana Jansensrm the debug print
2003-03-26 Dana Jansenskill debug prints
2003-03-26 Dana Jansensoops
2003-03-26 Dana Jansensrm some debug prints
2003-03-26 Dana Jansensuse ungrab enter events
2003-03-26 Dana Jansensuse rgba icons for clients
2003-03-26 Dana Jansenscheck for no client
2003-03-26 Dana Jansensnew output file from flex
2003-03-26 Dana Jansensusnig flex directly, renaming symbols so that theres...
2003-03-26 Dana Jansensfree the string for action_restart too
2003-03-26 Dana Jansensprint a warning when a module fails to open
2003-03-25 Dana Jansensdont change desktop when its out of range
2003-03-25 Dana Jansenstypo
2003-03-25 Dana Jansensdont accept MapRequest's for !iconic windows
2003-03-25 Dana Jansensclarify using stacking_lower for restoring the stacking...
2003-03-25 Dana Jansensfree the startup stacking order after using it
2003-03-25 Dana Jansensread in the stacking order on startup, and use it to...
2003-03-25 Dana Jansensdont change the stacking order hint while shuting down
2003-03-24 Dana Jansensadd action.h for menu entries
2003-03-24 Dana Jansensyou cant reference yourself as a type
2003-03-24 Dana Jansensuse g_hash_table properly
2003-03-24 Scott MoynesAdded some menu structure.
2003-03-24 Dana Jansensmake sure the ConfigureNotify is propogated even when...
2003-03-24 Dana Jansensalways send the event on a final configure even if...
2003-03-24 Dana Jansensmake sure windows which cant be moved or resized also...
2003-03-24 Dana Jansensonly configure the engine if something changed
2003-03-24 Dana Jansensonly perform the actions necessary when performing...
2003-03-24 Dana Jansensdouble ptrs suck! yay shape!
2003-03-24 Dana Jansenshandle shape events
2003-03-24 Dana Jansensdont move/resize !normal windows
2003-03-24 Dana Jansenskill debug prints
2003-03-24 Dana Jansenskill debug print
2003-03-24 Dana Jansensmore focus improvements. everything seems to work!
2003-03-24 Dana JansensTime is declared in Xlib.h
2003-03-24 Dana Jansensnot.
2003-03-24 Dana Jansensfocus seems to work when not remote too now
2003-03-24 Dana Jansensmore focus fixes. i wish this could end.
2003-03-24 Dana Jansensno \n in g_message
2003-03-24 Dana Jansensadd restart and exit actions
2003-03-23 Dana Jansensyet more improvements to focus handling
2003-03-23 Dana Jansenscompare it to null like i do elsewhere
2003-03-23 Dana Jansenscode optimization
2003-03-23 Dana Jansenswhen adjusting the trasient lists, set them, dont leave...
2003-03-23 Dana Jansenswhitespace
2003-03-23 Dana Jansensuse gnew0 to make life easy
2003-03-23 Dana Jansensuse the plugins' plugin_setup_config function
2003-03-23 Dana Jansenskill debug print
2003-03-23 Dana Jansenshandle multiple maprequests graciously
2003-03-23 Dana Jansensoops
2003-03-23 Dana Jansensmove windows when the number of desktops changes and...
2003-03-23 Dana Jansensset focus_order back to null on shutdown so g_renew...
2003-03-23 Dana Jansensrm the themerc stuff
2003-03-23 Dana Jansensrm themerc.[ch]
2003-03-23 Dana Jansensbetter parsing errors
2003-03-23 Dana Jansensadd booleans
2003-03-23 Dana Jansensproperly parse comments!
2003-03-23 Dana Jansensadd descriptive names and long descriptions to config...
2003-03-22 Dana Jansensmake the openbox engine use the new config shit instead...
2003-03-22 Dana Jansensonly load the system rc if the user rc didnt load
2003-03-22 Dana Jansensload the engine out of the config shit. tho the orderin...
2003-03-22 Dana Jansensparse lines that start with '#' as comments
2003-03-22 Dana Jansenslet identifiers have '.' in them
2003-03-22 Dana Jansensgive the filename to the parser for errors
2003-03-22 Dana Jansensremove debug print
2003-03-22 Dana Jansensyah. fuck
2003-03-22 Dana Jansensadd a check for adding the same exact def'n twice
2003-03-22 Dana Jansensconfig system fleshed out. many thanks to woodlbock...
2003-03-22 Dana Jansensignore cparse.c
2003-03-22 Dana Jansensdidnt belong
2003-03-22 Dana Jansensstart the config system, add the config file parser
2003-03-22 Dana Jansensasserts in unmanage to try track a crash
2003-03-22 Dana Jansensblef
2003-03-22 Dana Jansensadd the client_kill function, and the kill action,...
2003-03-22 Dana Jansensmake the ~/.openbox dir on startup
2003-03-22 Dana Jansensrename the res_name and res_class members to name and...
2003-03-21 Dana Jansensadd strict ansi compliance
2003-03-21 Dana Jansensignore the openbox3 binary
2003-03-21 Dana Jansensbuild 'openbox3' instead of 'ob3'
2003-03-21 Dana Jansensbuild the binary called 'openbox3'
2003-03-21 Dana Jansensalways adjust the frames size and position together...
2003-03-21 Dana Jansensdont focus anything in the kernel from showing-the...
2003-03-21 Dana Jansensbetter comment for Event_Client_Moving
2003-03-21 Dana Jansenschoke on invalid options on the cmd line
2003-03-21 Dana Jansensdont check for != NULL before freeing. pointless.
2003-03-21 Dana Jansensdon't check for != NULL before freeing. pointless
2003-03-21 Dana Jansensdefn vars at the top of funcs
2003-03-21 Dana Jansensadd the client_set_focused function.
2003-03-21 Dana Jansensuse the client_set_focused function when getting FocusI...
2003-03-21 Dana Jansensinit the focus_client ptr in startup
2003-03-21 Dana Jansensdont use the client's colormap if it is set to None!
2003-03-21 Dana Jansensadd a dispatched event for interactively moving a window.
next