| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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..? | |||
| 2007-03-03 | fix memleak, free the render instance on shutdown. | Dana Jansens | |
| 2007-03-03 | pango is now mandatory.. | Dana Jansens | |
| lots of cleanups to the pango code, which was a very nice base to start from. thanks to whomever wrote that for us.. put some of the pango variables into the various render structs so that they don't need to be created all the time. put the pango context inside our RrInstance so that it can be properly freed at shutdown. removed xft dependencies all through the code and the build system also. who knows if this will break compiling for some poor souls. i guess we'll find out, won't we! | |||
| 2007-03-03 | add -fno-strict-aliasing to the gcc compiler flags. this is needed, see: | Dana Jansens | |
| http://www.exim.org/mail-archives/exim-users/Week-of-Mon-20030721/msg00141.html | It's not a compiler bug. It is a C99 bug, or more exactly, a | feature. C99 changed the semantic of the C language with respect to | aliasing questions. Now, the compiler can assume that pointer to | different types points to different memory location. This breaks all | the OO code written in C. | | This is a very good idea that the compiler issues a warning message | because the semantic of language really changed and you want to revert | to the old semantic. | | The make package MUST add -fno-strict-aliasing. It is not a | convenience to get rid off warnings. | |||
| 2007-03-02 | fix for per-application focus settings. properly use all the possible values ↵ | Dana Jansens | |
| (1, 0, and -1) | |||
| 2007-03-02 | declare variables at the beginning of blocks, because it is nice to do so. ↵ | Dana Jansens | |
| and polite? | |||
| 2007-03-02 | no more using SaveUnder for our openbox-specific windows. it makes things ↵ | Dana Jansens | |
| actually slow down, believe it or not! | |||
| 2007-03-02 | only update the screen areas when a window actually has a strut (or when the ↵ | Dana Jansens | |
| strut changes), don't waste extra calls to screen areas, because it makes people redraw when they don't need to | |||
| 2007-03-02 | support clients which use true transparency 32-bit visuals. | Dana Jansens | |
| this requires that when a client is using a 32-bit visual, we have to make the frame windows that sit underneath it to use the same visual (and a colormap which matches it) | |||
| 2007-03-02 | this includes a number of things since my magnificent return.... | Dana Jansens | |
| 1. some random compiling/style cleanups 2. some bigfixes - mislogic in per-window-settings and focusing new windows - use client_can_focus rather than checking variables for directional focus - MAYBE fix all those lock-ups forever. using event_curtime (a new variable) now instead of event_lasttime. event_lasttime is still used however when the event being processed did not have a time associated with it. this may or may not be a problem, and will be seen. 3. um.. i forget 4. oh yeah, 3rd party docks are now treated like the internal ob dock irt focus. that is, clicking on them won't pass them focus. this is going to be ratified as expected behavior in the wm-spec just now. if docks/panels want focus they can request it with _net_active_window, and then they can have all the focus they want! one day alt-tabbing around dock windows might be nice. but not until the ob dock is moved out into a separate application. going to have to add a wmapp selection and stuff for that though... ugly. who uses wmdockapps anymore !? someone must.. *sigh* | |||
| 2007-02-20 | maybe this works then | Mikael Magnusson | |
| 2007-02-20 | this should do it | Mikael Magnusson | |
| 2007-02-05 | note that in the CHANGELOG | Mikael Magnusson | |
| 2007-02-05 | always place windows on the screen with the mouse cursor in xinerama, throw ↵ | Mikael Magnusson | |
| some code around (try3) | |||
| 2007-02-05 | always place windows on the screen with the mouse cursor in xinerama, throw ↵ | Mikael Magnusson | |
| some code around (try2) | |||
| 2007-02-05 | always place windows on the screen with the mouse cursor in xinerama, throw ↵ | Mikael Magnusson | |
| some code around | |||
| 2007-02-03 | SIGH | Mikael Magnusson | |
| 2007-02-03 | maybe we should actually run the actions on the menu items when activated, ↵ | Mikael Magnusson | |
| maybe i am crazy but it seems like a good idea | |||
| 2007-01-30 | a combined client_list_menu, use as client-list-combined-menu in your ↵ | Mikael Magnusson | |
| rc.xml. needs some layout tuneups | |||
| 2006-11-15 | 80 cols | Mikael Magnusson | |
| 2006-10-31 | dont use nonexisting functions | Mikael Magnusson | |
| 2006-10-31 | Add MoveFromEdge* actions, shorten client_directional_edge_search with some ↵ | Mikael Magnusson | |
| handy #defines | |||
| 2006-09-18 | show clients with the skip_taskbar property set in the client_list_menu if ↵ | Mikael Magnusson | |
| they're iconic | |||
| 2006-09-12 | dont use the keepBorder option for mwm hinted windows after all, but do ↵ | Mikael Magnusson | |
| honor the mwm_decor_border hint instead | |||
| 2006-09-09 | stray ; killed if | Mikael Magnusson | |
| 2006-09-07 | update this too | Mikael Magnusson | |
| 2006-09-07 | update changelog | Mikael Magnusson | |
| 2006-09-07 | fix a crash when using mirrorhorizontal and resizing a window to width 1 | Mikael Magnusson | |
| 2006-09-06 | disable middle menus by default | Mikael Magnusson | |
| 2006-09-05 | corrections to hr.po from daniel radetic | Mikael Magnusson | |
| 2006-08-31 | unused thingies | Mikael Magnusson | |
| 2006-08-31 | remove .cvsignore files | Mikael Magnusson | |
| 2006-08-31 | note 5483 in CHANGELOG | Mikael Magnusson | |
| 2006-08-31 | oops, added borders to windows when keepborder was on and they didnt have ↵ | Mikael Magnusson | |
| one to start with, ie docks etc | |||
| 2006-08-25 | add slovak translation | Mikael Magnusson | |
| 2006-08-25 | correct a typo? | Mikael Magnusson | |
| 2006-08-24 | minor tweak | Mikael Magnusson | |
| 2006-08-24 | strstr is our friend, thanks merry | Mikael Magnusson | |
| 2006-08-24 | rename osx to mirrorhorizontal and split to splitvertical, this will make ↵ | Mikael Magnusson | |
| all themes that used them not look right so update them | |||
| 2006-08-22 | update copyright step 2 | Mikael Magnusson | |
| 2006-08-22 | update copyright step 1 | Mikael Magnusson | |
| 2006-08-22 | just make configure --help output slightly less confusing, no functional change | Mikael Magnusson | |
| 2006-08-21 | note offscreen fixilating in CHANGELOG | Mikael Magnusson | |
| 2006-08-21 | spurious ; | Mikael Magnusson | |
| 2006-08-21 | maybe fix transients placed offscreen under certain conditions | Mikael Magnusson | |
| 2006-08-20 | add portuguese translation, thanks gsf! | Mikael Magnusson | |
| 2006-08-20 | i hope this is the right stuff to change | Mikael Magnusson | |
| 2006-08-20 | change default theme in example rc file | Mikael Magnusson | |
| 2006-08-20 | useless * | Mikael Magnusson | |
