2007-05-22 |
Mikael Magnusson | change render to obrender in a message |
blob | commitdiff | raw |
2007-05-22 |
Dana Jansens | don't reload the session on restart |
blob | commitdiff | raw | diff to current |
2007-05-20 |
Mikael Magnusson | add --restart |
blob | commitdiff | raw | diff to current |
2007-05-20 |
Dana Jansens | fix segfault by ordering shutdown properly |
blob | commitdiff | raw | diff to current |
2007-05-19 |
Dana Jansens | for startup notification, use the left ptr+watch if... |
blob | commitdiff | raw | diff to current |
2007-05-19 |
Dana Jansens | move focus_cycle_popup into its own file |
blob | commitdiff | raw | diff to current |
2007-05-19 |
Dana Jansens | move focus_cycle_indicator into its own file |
blob | commitdiff | raw | diff to current |
2007-05-19 |
Dana Jansens | move focus cycling into its own file |
blob | commitdiff | raw | diff to current |
2007-05-15 |
Dana Jansens | always ignore errors for client_focus like we used to. |
blob | commitdiff | raw | diff to current |
2007-05-15 |
Dana Jansens | simplify focus handling a bit. no need to listen to... |
blob | commitdiff | raw | diff to current |
2007-05-15 |
Dana Jansens | updates for the build system. always set Openbox on... |
blob | commitdiff | raw | diff to current |
2007-05-14 |
Dana Jansens | remove config namespaces |
blob | commitdiff | raw | diff to current |
2007-05-14 |
Dana Jansens | we don't need to save the config type in the session... |
blob | commitdiff | raw | diff to current |
2007-05-14 |
Dana Jansens | add --debug-xinerama |
blob | commitdiff | raw | diff to current |
2007-05-13 |
Dana Jansens | don't unset the config namespace so that if you rerun... |
blob | commitdiff | raw | diff to current |
2007-05-13 |
Dana Jansens | save the config type in the session command line arguments |
blob | commitdiff | raw | diff to current |
2007-05-13 |
Dana Jansens | when using openbox-gnome/kde-session, use a separate... |
blob | commitdiff | raw | diff to current |
2007-05-13 |
Dana Jansens | rename the openbox_* atoms back to ob_* |
blob | commitdiff | raw | diff to current |
2007-05-13 |
Dana Jansens | reorganize --help. dont error if they use a --sm stuff... |
blob | commitdiff | raw | diff to current |
2007-05-10 |
Dana Jansens | translate a few more strings and use g_message not... |
blob | commitdiff | raw | diff to current |
2007-05-10 |
Dana Jansens | fix cmd line argument parsing, it would drop some. |
blob | commitdiff | raw | diff to current |
2007-05-09 |
Dana Jansens | dont use XKeysymToKeycode because valgrind says it... |
blob | commitdiff | raw | diff to current |
2007-05-09 |
Dana Jansens | use the keysyms instead of translating. waste. |
blob | commitdiff | raw | diff to current |
2007-05-09 |
Dana Jansens | support for _NET_WM_USER_TIME_WINDOW round 2 ! yay... |
blob | commitdiff | raw | diff to current |
2007-05-07 |
Dana Jansens | switch to using a command line variable instead, for... |
blob | commitdiff | raw | diff to current |
2007-05-07 |
Dana Jansens | add .desktops for running Openbox, KDE/Openbox and... |
blob | commitdiff | raw | diff to current |
2007-05-06 |
Mikael Magnusson | don't translate message saying we can't translate messages |
blob | commitdiff | raw | diff to current |
2007-05-06 |
Dana Jansens | a bunch of thigns got squashed into this commit.. sorry.. |
blob | commitdiff | raw | diff to current |
2007-05-06 |
Dana Jansens | refactor all the session stuff. yay, it works properly... |
blob | commitdiff | raw | diff to current |
2007-05-05 |
Dana Jansens | change the --config-file to --config, which works diffe... |
blob | commitdiff | raw | diff to current |
2007-05-05 |
Dana Jansens | some changes to ConfigureRequest, based on what I found... |
blob | commitdiff | raw | diff to current |
2007-05-05 |
Dana Jansens | fixes to the properties and net_supported. a bunch... |
blob | commitdiff | raw | diff to current |
2007-05-04 |
Dana Jansens | make the modifier key code a lot better... |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Dana Jansens | add a separate font config for onscreendisplays |
blob | commitdiff | raw | diff to current |
2007-04-24 |
Dana Jansens | consistency |
blob | commitdiff | raw | diff to current |
2007-04-24 |
Dana Jansens | don't split strings inside _() across lines. change... |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Dana Jansens | 1) translate all of openbox's output |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Dana Jansens | only show debug messages if you enable it on command... |
blob | commitdiff | raw | diff to current |
2007-04-22 |
Dana Jansens | 1) get rid of menu titles |
blob | commitdiff | raw | diff to current |
2007-04-21 |
Dana Jansens | add --debug-focus |
blob | commitdiff | raw | diff to current |
2007-04-21 |
Dana Jansens | hide focus debugging messages |
blob | commitdiff | raw | diff to current |
2007-03-25 |
Dana Jansens | return the old cursor. oops |
blob | commitdiff | raw | diff to current |
2007-03-25 |
Dana Jansens | add support for the X Cursor library. this means a... |
blob | commitdiff | raw | diff to current |
2007-03-18 |
Dana Jansens | use const char*'s when we should be |
blob | commitdiff | raw | diff to current |
2007-03-14 |
Dana Jansens | oh, 2 things in this commit.. |
blob | commitdiff | raw | diff to current |
2007-03-12 |
Mikael Magnusson | update copyright notice in --version output |
blob | commitdiff | raw | diff to current |
2007-03-04 |
Dana Jansens | use EXIT_SUCCESS. it's the same thing, but more correct. |
blob | commitdiff | raw | diff to current |
2007-03-04 |
Mikael Magnusson | use ob_reconfigure/restart directly instead of actions... |
blob | commitdiff | raw | diff to current |
2007-03-04 |
Mikael Magnusson | use integers instead of atoms for the actual control... |
blob | commitdiff | raw | diff to current |
2007-03-04 |
Mikael Magnusson | use the X protocol to reconfigure instead of signals... |
blob | commitdiff | raw | diff to current |
2007-03-04 |
Dana Jansens | oops... I'm combining two different things in this... |
blob | commitdiff | raw | diff to current |
2007-03-04 |
Dana Jansens | Fonts are now going to be configured in the rc.xml... |
blob | commitdiff | raw | diff to current |
2007-03-03 |
Dana Jansens | let the configuration file changes affect windows'... |
blob | commitdiff | raw | diff to current |
2007-03-03 |
Dana Jansens | ok this time for real... |
blob | commitdiff | raw | diff to current |
2007-03-03 |
Dana Jansens | reverse that last commit.. that was by accident.. |
blob | commitdiff | raw | diff to current |
2007-03-03 |
Dana Jansens | add --reconfigure option to openbox. |
blob | commitdiff | raw | diff to current |
2007-03-03 |
Dana Jansens | why aren't these variables getting initialized. how... |
blob | commitdiff | raw | diff to current |
2006-08-22 |
Mikael Magnusson | update copyright step 1 |
blob | commitdiff | raw | diff to current |
2006-08-17 |
Mikael Magnusson | close but not quite |
blob | commitdiff | raw | diff to current |
2006-08-17 |
Mikael Magnusson | add a client destructor to frame.c so it doesn't try... |
blob | commitdiff | raw | diff to current |
2005-04-01 |
Mikael Magnusson | nullterminate arguments to execlp |
blob | commitdiff | raw | diff to current |
2004-03-21 |
Mikael Magnusson | that looked a bit silly |
blob | commitdiff | raw | diff to current |
2004-03-21 |
Mikael Magnusson | update copyright notices |
blob | commitdiff | raw | diff to current |
2004-03-20 |
Mikael Magnusson | whitespace changes |
blob | commitdiff | raw | diff to current |
2003-12-22 |
Dana Jansens | dont have glib reap children, we shall reap them instea... |
blob | commitdiff | raw | diff to current |
2003-10-25 |
Dana Jansens | show a message if chdir() fails |
blob | commitdiff | raw | diff to current |
2003-10-25 |
Dana Jansens | free the GErrror |
blob | commitdiff | raw | diff to current |
2003-10-15 |
Dana Jansens | consistant glib type usage |
blob | commitdiff | raw | diff to current |
2003-10-15 |
Dana Jansens | print the signal handler messages only when debugging |
blob | commitdiff | raw | diff to current |
2003-10-11 |
Dana Jansens | remove XXX |
blob | commitdiff | raw | diff to current |
2003-10-10 |
Dana Jansens | same shit different pile |
blob | commitdiff | raw | diff to current |
2003-10-02 |
Dana Jansens | dont queue up interative end actions |
blob | commitdiff | raw | diff to current |
2003-09-22 |
Dana Jansens | we always want to start with something focused, moving... |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Dana Jansens | no tabs |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Dana Jansens | add copyright headers, adjust --version output to inclu... |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Dana Jansens | make ob_exit() take an error code. don't exit with... |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Dana Jansens | move where grabs are init'd since they use the screen_s... |
blob | commitdiff | raw | diff to current |
2003-09-15 |
Dana Jansens | make openbox base-dir spec compliant, and change the... |
blob | commitdiff | raw | diff to current |
2003-09-14 |
Dana Jansens | adjust the themes for the frames before everything... |
blob | commitdiff | raw | diff to current |
2003-09-14 |
Dana Jansens | move moveresize_startup/shutdown so its between its... |
blob | commitdiff | raw | diff to current |
2003-09-12 |
Dana Jansens | new popups with subclasses, added an ObIconPopup for... |
blob | commitdiff | raw | diff to current |
2003-09-12 |
Dana Jansens | start the session shit, and grab the params before... |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Dana Jansens | was adding an extra / in ob_expand_tilde |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Dana Jansens | move session code out of openbox.c all into session.c |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Dana Jansens | remove the reconfigure popup |
blob | commitdiff | raw | diff to current |
2003-09-03 |
Dana Jansens | kill the window mapping.. its not doing anything anyway... |
blob | commitdiff | raw | diff to current |
2003-09-03 |
Dana Jansens | dont exit when a theme can't be loaded during reconfigure |
blob | commitdiff | raw | diff to current |
2003-09-03 |
Dana Jansens | display a popup and perform a smooth transition when... |
blob | commitdiff | raw | diff to current |
2003-09-03 |
Dana Jansens | add the NONE cursor. |
blob | commitdiff | raw | diff to current |
2003-09-03 |
Dana Jansens | add a reconfigure action, also reconfigure on SIGUSR2. |
blob | commitdiff | raw | diff to current |
2003-09-01 |
Dana Jansens | make ob_expand_tilde expand all tildes in the string |
blob | commitdiff | raw | diff to current |
2003-09-01 |
Dana Jansens | move expand_tilde to ob_expand_tilde in openbox.c to... |
blob | commitdiff | raw | diff to current |
2003-08-30 |
Dana Jansens | using the ObMainLoop, which rulz the planet |
blob | commitdiff | raw | diff to current |
2003-08-29 |
Dana Jansens | remove the plugin stuffs |
blob | commitdiff | raw | diff to current |
2003-08-29 |
Dana Jansens | remove the event dispatcher |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Dana Jansens | fix a bunch of memleaks from valgrind and stuff |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Dana Jansens | change the menu plugin interface, no need for the creat... |
blob | commitdiff | raw | diff to current |
2003-08-14 |
Dana Jansens | shutdown the menus before the plugins are unloaded |
blob | commitdiff | raw | diff to current |
2003-08-12 |
Dana Jansens | adjust for changes to the parsing api. |
blob | commitdiff | raw | diff to current |
2003-08-12 |
Dana Jansens | move the keyboard and mouse plugins into the kernel... |
blob | commitdiff | raw | diff to current |
next |