]> icculus.org git repositories - mikachu/openbox.git/history - openbox/openbox.c
close but not quite
[mikachu/openbox.git] / openbox / openbox.c
2006-08-17 Mikael Magnussonclose but not quite
2006-08-17 Mikael Magnussonadd a client destructor to frame.c so it doesn't try...
2005-04-01 Mikael Magnussonnullterminate arguments to execlp
2004-03-21 Mikael Magnussonthat looked a bit silly
2004-03-21 Mikael Magnussonupdate copyright notices
2004-03-20 Mikael Magnussonwhitespace changes
2003-12-22 Dana Jansensdont have glib reap children, we shall reap them instea...
2003-10-25 Dana Jansensshow a message if chdir() fails
2003-10-25 Dana Jansensfree the GErrror
2003-10-15 Dana Jansensconsistant glib type usage
2003-10-15 Dana Jansensprint the signal handler messages only when debugging
2003-10-11 Dana Jansensremove XXX
2003-10-10 Dana Jansenssame shit different pile
2003-10-02 Dana Jansensdont queue up interative end actions
2003-09-22 Dana Jansenswe always want to start with something focused, moving...
2003-09-17 Dana Jansensno tabs
2003-09-17 Dana Jansensadd copyright headers, adjust --version output to inclu...
2003-09-17 Dana Jansensmake ob_exit() take an error code. don't exit with...
2003-09-17 Dana Jansensmove where grabs are init'd since they use the screen_s...
2003-09-15 Dana Jansensmake openbox base-dir spec compliant, and change the...
2003-09-14 Dana Jansensadjust the themes for the frames before everything...
2003-09-14 Dana Jansensmove moveresize_startup/shutdown so its between its...
2003-09-12 Dana Jansensnew popups with subclasses, added an ObIconPopup for...
2003-09-12 Dana Jansensstart the session shit, and grab the params before...
2003-09-04 Dana Jansenswas adding an extra / in ob_expand_tilde
2003-09-04 Dana Jansensmove session code out of openbox.c all into session.c
2003-09-04 Dana Jansensremove the reconfigure popup
2003-09-03 Dana Jansenskill the window mapping.. its not doing anything anyway...
2003-09-03 Dana Jansensdont exit when a theme can't be loaded during reconfigure
2003-09-03 Dana Jansensdisplay a popup and perform a smooth transition when...
2003-09-03 Dana Jansensadd the NONE cursor.
2003-09-03 Dana Jansensadd a reconfigure action, also reconfigure on SIGUSR2.
2003-09-01 Dana Jansensmake ob_expand_tilde expand all tildes in the string
2003-09-01 Dana Jansensmove expand_tilde to ob_expand_tilde in openbox.c to...
2003-08-30 Dana Jansensusing the ObMainLoop, which rulz the planet
2003-08-29 Dana Jansensremove the plugin stuffs
2003-08-29 Dana Jansensremove the event dispatcher
2003-08-28 Dana Jansensfix a bunch of memleaks from valgrind and stuff
2003-08-28 Dana Jansenschange the menu plugin interface, no need for the creat...
2003-08-14 Dana Jansensshutdown the menus before the plugins are unloaded
2003-08-12 Dana Jansensadjust for changes to the parsing api.
2003-08-12 Dana Jansensmove the keyboard and mouse plugins into the kernel...
2003-07-31 Dana Jansensoops missed one
2003-07-31 Dana Jansensexpose exit_with_error
2003-07-31 Dana Jansensonly load the session from file if a file was provided
2003-07-24 Dana Jansenssave and load the session save file, though its data...
2003-07-24 Dana Jansensuse ob_debug for any debug printing and only display...
2003-07-22 Dana Jansensadd the --replace command line option, and support...
2003-07-11 Dana Jansensadd --g-fatal-warnings
2003-07-10 Dana Jansensadd disabled buttons, instead of now showing buttons...
2003-07-10 Dana Jansenssync is in unistd.h
2003-07-10 Dana Jansensmove ob_pointer_pos to screen_pointer_pos
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 Jansensuse gint
2003-07-10 Dana Jansensob_remote has been killed, remove ob_sync from the...
2003-07-10 Dana Jansensthe --rc arg and rc_path var wasnt even being used...
2003-07-10 Dana Jansensmake the ob_restart/shutdown stuff static vars and...
2003-07-10 Dana Jansensadd misc.h with some standard enumerations with proper...
2003-07-10 Dana Jansensremove the use of the BINARY define. kill a compiler...
2003-07-05 Dana Jansensuse --foo instead of -foo for cmd line arguments
2003-06-29 Dana Jansensadd some comments and asserts to make sure I don't...
2003-06-28 Dana Jansensuse fprintf not g_message in the signal handler. no...
2003-06-27 Dana Jansensadd a call to g_set_prgname
2003-06-22 Dana Jansensreorder startup so menu goes before config parsing
2003-06-21 Dana Jansensalways use the session id from the session manager...
2003-06-21 Dana Jansensadd -sm-disable option
2003-06-21 Dana Jansensonly show -sm-client-id in the help when session manage...
2003-06-21 Dana Jansenssession management works, and it can resume with its...
2003-06-21 Dana Jansensmake session management optional
2003-06-21 Dana Jansensset the required properties so that session managers...
2003-06-21 Dana Jansensadd libSM *client* support, so we should work with...
2003-06-21 Dana Jansensmore namespacing to Rr*
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-05-24 Dana Jansensthis is a big one! im putting stats in here just cuz!
2003-05-24 Dana JansensECKS EM ELL
2003-05-18 Dana Jansensadd (optional) support for showing a busy cursor via...
2003-05-16 Dana Jansensrename "Slit" to "Dock".
2003-05-11 Dana JansensClients Menus and Slits are all 'ObWindow's now.
2003-05-10 Dana Jansensadd a slit to the kernel
2003-05-09 Dana Jansensadd shit that i made in the last week!
2003-05-09 Dana Jansensall my changes while i was offline.
2003-04-25 Dana Jansensrestore the desktop and focused window on restarts...
2003-04-18 Dana Jansensdon't wait(), the glib function does that for us woot.
2003-04-17 Dana Jansensadd the left/right/top/bottom direction arrows and...
2003-04-17 Dana Jansensdo not shadow parameter pls
2003-04-17 Dana Jansensadd support for interactive/keyboard move/resize
2003-04-17 Dana Jansensadd more cursors for move/resizing, and use the arrows...
2003-04-16 Dana Jansensraise menus above clients.
2003-04-15 Dana Jansensstart of showing/rendering menus. woot!
2003-04-13 Dana Jansenslet specify theme in the rc3 file. rm the other old...
2003-04-13 Dana Jansensmove the openbox engine into librender and the kernel...
2003-04-08 Dana Jansensmove config option loading for the kernel into config.c/h
2003-04-07 Dana Jansenstrack window groups
2003-04-05 Dana Jansensadd focus options to the new rc file
2003-04-05 Dana Jansenschange how rc parsing will work. a=b will be parsed...
2003-04-04 Dana Jansensreorder startup so that grabs are set up before parsing...
2003-04-03 Dana Jansensnew build system without automake
2003-04-02 Dana Jansenscreate a generic tokenizer/sectionizer for the config...
next