| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-03-04 | Fonts are now going to be configured in the rc.xml file. The format is such as | Dana Jansens | |
| <theme> ... <font place="ActiveWindow"> <name>arial,sans</name> <size>8</size> <weight>bold</weight> <slant>italic</slant> <shadow>yes</shadow> <shadowOffset>1</shadowOffset> <shadowTint>64</shadowTint> </font> </theme> Valid place="" are ActiveWindow, InactiveWindow, MenuTitle, and MenuItem. Only valid weight is "bold" Valid slants are "italic" and "oblique" shadowTint is a value between -100 and 100 size is the font size in points. pixelsize could possibly be added in the form of 8px, but it's not right now. the name can contain multiple families and they will all be used to match characters You can omit any fields and get the default for it. You can omit naming a font for a place="" and get the default font for it. This is completely replacing theme-specified fonts, for better or for worse. Font shadowing may go back into the theme at some point, instead of in the rc.xml. | |||
| 2007-03-03 | let the configuration file changes affect windows' decroations and ↵ | Dana Jansens | |
| functionality on reconfigure (fix keepBorder bug 2841 | |||
| 2007-03-03 | ok this time for real... | Dana Jansens | |
| add --reconfigure option to openbox. this option will open the display, find the current openbox's PID from the root window, and send a SIGUSR2 to it, telling it to reconfigure. then it exits. also no longer printing help if you pass an invalid argument to openbox (because i want to parse arguments for --reconfigure before i start up the session management stuff) | |||
| 2007-03-03 | reverse that last commit.. that was by accident.. | Dana Jansens | |
| 2007-03-03 | add --reconfigure option to openbox. | Dana Jansens | |
| this option will open the display, find the current openbox's PID from the root window, and send a SIGUSR2 to it, telling it to reconfigure. then it exits. no longer printing help if you pass an invalid argument to openbox since that is the case, session_startup doesnt need to be modifying the args anymore | |||
| 2007-03-03 | why aren't these variables getting initialized. how exactly is openbox not ↵ | Dana Jansens | |
| being super strange without that..? | |||
| 2006-08-22 | update copyright step 1 | Mikael Magnusson | |
| 2006-08-17 | close but not quite | Mikael Magnusson | |
| 2006-08-17 | add a client destructor to frame.c so it doesn't try to keep flashing a ↵ | Mikael Magnusson | |
| free'd frame | |||
| 2005-04-01 | nullterminate arguments to execlp | Mikael Magnusson | |
| 2004-03-21 | that looked a bit silly | Mikael Magnusson | |
| 2004-03-21 | update copyright notices | Mikael Magnusson | |
| 2004-03-20 | whitespace changes | Mikael Magnusson | |
| 2003-12-22 | dont have glib reap children, we shall reap them instead to avoid zombies ↵ | Dana Jansens | |
| from processes tranferred to us | |||
| 2003-10-25 | show a message if chdir() fails | Dana Jansens | |
| 2003-10-25 | free the GErrror | Dana Jansens | |
| 2003-10-15 | consistant glib type usage | Dana Jansens | |
| 2003-10-15 | print the signal handler messages only when debugging | Dana Jansens | |
| 2003-10-11 | remove XXX | Dana Jansens | |
| 2003-10-10 | same shit different pile | Dana Jansens | |
| 2003-10-02 | dont queue up interative end actions | Dana Jansens | |
| 2003-09-22 | we always want to start with something focused, moving this to openbox.c | Dana Jansens | |
| 2003-09-17 | no tabs | Dana Jansens | |
| 2003-09-17 | add copyright headers, adjust --version output to include copyright, and ↵ | Dana Jansens | |
| --help output to not include version output. | |||
| 2003-09-17 | make ob_exit() take an error code. don't exit with 0 for signals other than ↵ | Dana Jansens | |
| TERM and INT. | |||
| 2003-09-17 | move where grabs are init'd since they use the screen_support_win now | Dana Jansens | |
| 2003-09-15 | make openbox base-dir spec compliant, and change the theme dir structure, so ↵ | Dana Jansens | |
| that themes go in $XDG_DATA_DIRS/themes/ with gtk/metacity/whateverelse themes | |||
| 2003-09-14 | adjust the themes for the frames before everything else happens, cuz they ↵ | Dana Jansens | |
| store pointers to the freed theme, then redraw them at the end | |||
| 2003-09-14 | move moveresize_startup/shutdown so its between its deps | Dana Jansens | |
| 2003-09-12 | new popups with subclasses, added an ObIconPopup for popups with icons, and ↵ | Dana Jansens | |
| ObPagerPopup, for a popup with a pager on it. better logic also for the desktop layout code figuring out how many rows and columns there are. | |||
| 2003-09-12 | start the session shit, and grab the params before grabbing the rest of the ↵ | Dana Jansens | |
| parameters (and erroring on invalid ones) | |||
| 2003-09-04 | was adding an extra / in ob_expand_tilde | Dana Jansens | |
| 2003-09-04 | move session code out of openbox.c all into session.c | Dana Jansens | |
| remove --sm-save-file and --sm-client-id from argv so that they dont get reused when doing a restart. | |||
| 2003-09-04 | remove the reconfigure popup | Dana Jansens | |
| 2003-09-03 | kill the window mapping.. its not doing anything anyways? whatever.. | Dana Jansens | |
| 2003-09-03 | dont exit when a theme can't be loaded during reconfigure | Dana Jansens | |
| 2003-09-03 | display a popup and perform a smooth transition when reconfiguring | Dana Jansens | |
| 2003-09-03 | add 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-03 | add a reconfigure action, also reconfigure on SIGUSR2. | Dana Jansens | |
| support reconfiguring throughout the entire codebase. | |||
| 2003-09-01 | make ob_expand_tilde expand all tildes in the string | Dana Jansens | |
| 2003-09-01 | move expand_tilde to ob_expand_tilde in openbox.c to make it global. | Dana Jansens | |
| use it on the command read in the menu parsing for pipe menus. use it on the command read for execute/restart actions. | |||
| 2003-08-30 | using the ObMainLoop, which rulz the planet | Dana Jansens | |
| 2003-08-29 | remove the plugin stuffs | Dana Jansens | |
| 2003-08-29 | remove the event dispatcher | Dana Jansens | |
| 2003-08-28 | fix a bunch of memleaks from valgrind and stuff | Dana Jansens | |
| 2003-08-28 | change the menu plugin interface, no need for the create/destroy functions ↵ | Dana Jansens | |
| any more. redo the client-menu plugin to work with the new menu api | |||
| 2003-08-14 | shutdown the menus before the plugins are unloaded | Dana Jansens | |
| 2003-08-12 | adjust for changes to the parsing api. | Dana Jansens | |
| split the menu into its own file. | |||
| 2003-08-12 | move the keyboard and mouse plugins into the kernel for mucho sexiness. | Dana Jansens | |
| make workspace changing a grabbed/interactive process like focus cycling is, with the popup and all. this is some hot shit. | |||
| 2003-07-31 | oops missed one | Dana Jansens | |
