1) translate all of openbox's output
[dana/openbox.git] / openbox / openbox.c
2007-04-23 Dana Jansens1) translate all of openbox's output
2007-04-23 Dana Jansensonly show debug messages if you enable it on command...
2007-04-22 Dana Jansens1) get rid of menu titles
2007-04-21 Dana Jansensadd --debug-focus
2007-04-21 Dana Jansenshide focus debugging messages
2007-03-25 Dana Jansensreturn the old cursor. oops
2007-03-25 Dana Jansensadd support for the X Cursor library. this means a...
2007-03-18 Dana Jansensuse const char*'s when we should be
2007-03-14 Dana Jansensoh, 2 things in this commit..
2007-03-12 Mikael Magnussonupdate copyright notice in --version output
2007-03-04 Dana Jansensuse EXIT_SUCCESS. it's the same thing, but more correct.
2007-03-04 Mikael Magnussonuse ob_reconfigure/restart directly instead of actions...
2007-03-04 Mikael Magnussonuse integers instead of atoms for the actual control...
2007-03-04 Mikael Magnussonuse the X protocol to reconfigure instead of signals...
2007-03-04 Dana Jansensoops... I'm combining two different things in this...
2007-03-04 Dana JansensFonts are now going to be configured in the rc.xml...
2007-03-03 Dana Jansenslet the configuration file changes affect windows'...
2007-03-03 Dana Jansensok this time for real...
2007-03-03 Dana Jansensreverse that last commit.. that was by accident..
2007-03-03 Dana Jansensadd --reconfigure option to openbox.
2007-03-03 Dana Jansenswhy aren't these variables getting initialized. how...
2006-08-22 Mikael Magnussonupdate copyright step 1
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...
next