mikachu/openbox.git
2014-10-11 Mikael Magnussonedges: do something clever with xinerama
2014-10-11 Mikael Magnussondunno why this was lying around as an uncommitted change..
2014-10-11 Mikael MagnussonWIP version 3 of edges thinger
2014-10-11 Mikael MagnussonStop moving stuff onscreen when the screen size changes
2014-10-11 Mikael MagnussonListen to key press events on the support window
2014-10-11 Mikael MagnussonDo focus menus with the mouse.
2014-10-11 Mikael MagnussonCrazy focus model.
2014-10-11 Mikael MagnussonI can drag on buttons.
2014-10-11 Mikael MagnussonSave screen_last_desktop to the root prop _OB_LAST_DESKTOP.
2014-10-11 Mikael MagnussonResist on skip_taskbar windows too
2014-10-11 Mikael MagnussonMake the menu pop up centered below the mouse pointer.
2014-10-11 Mikael MagnussonAdd a _OB_FOCUS client message for obpanel to use.
2014-10-11 Mikael MagnussonDisable the evil calling of a kde program on startup
2014-10-11 Mikael MagnussonVarious style related changes.
2014-10-11 Mikael MagnussonAdd a window icon that is more transparent to stand...
2014-10-11 Mikael MagnussonPut the client-list-menu in the client menu, just for...
2014-10-11 Mikael MagnussonChange the client list menus back to separating iconifi...
2014-10-11 Mikael MagnussonStop focus from moving if scroll lock is enabled. Usefu...
2014-10-11 Mikael MagnussonMake the default window icon randomly tinted.
2014-10-11 Mikael Magnussonhandle locked windows in client list menus also. this... mikabox/lock
2014-10-11 Mikael MagnussonAdd "locked" to if action
2014-10-11 Mikael MagnussonDisallow some more stuff on locked windows
2014-10-11 Mikael MagnussonDon't allow deiconifying locked windows via the focus...
2014-10-11 Mikael MagnussonMake * not crash when something isn't focused.
2014-10-11 Mikael MagnussonSet a prop on locked windows, so panels can see it...
2014-10-11 Mikael MagnussonLock some stuff in event.c too.
2014-10-11 Mikael MagnussonBetter locking for client menu.
2014-10-11 Mikael MagnussonDisable locking for some actions where it didn't make...
2014-10-11 Mikael MagnussonAdd Lock action.
2014-10-11 Mikael MagnussonAdd FocusFallback action. mikabox/actions
2014-10-11 Mikael MagnussonMake Unfocus do what the name says.
2014-10-11 Mikael MagnussonNew SendKeyEvent and SetKeyTarget actions.
2014-10-11 Mikael MagnussonDon't bring windows when uniconifying.
2014-10-11 Mikael MagnussonAdd "de" option to Iconify action that makes it deiconi...
2014-10-11 Mikael MagnussonAdd RaiseTemp action.
2014-10-11 Mikael MagnussonThis commit is mostly a reminder to refactor the deskto... mikabox/crap
2014-10-11 Mikael MagnussonAllow to use a pango font description string.
2014-10-11 Mikael MagnussonAdd emulatexinerama option in desktops section that...
2014-10-11 Mikael MagnussonWarp to the top of the combined menu and back.
2014-10-11 Mikael MagnussonPut current desktop on top of combined client list...
2014-10-11 Mikael MagnussonCenter text in pager popup and make it at least as...
2014-10-11 Mikael MagnussonShow popup even earlier.
2014-10-11 Mikael MagnussonAdd grab option to <keybind> to not grab the keycombo.
2014-10-11 Mikael MagnussonDon't update hints when the title is the same.
2014-10-11 Mikael MagnussonVarious uninteresting changes to the test programs.
2014-10-11 Mikael MagnussonAllow selecting the random placement strategy. The...
2014-10-11 Mikael MagnussonCommented version of color cycling core cursor. I think...
2014-10-11 Mikael MagnussonPass the GravityPoint as const* instead of by value
2014-10-06 Mikael MagnussonLet the menu placement code know if the position was...
2014-10-06 Mikael MagnussonMove common gravity application to screen.c
2014-10-06 Mikael MagnussonResolve gravity coords in menuframe so it can use the...
2014-10-06 Mikael MagnussonAdd <position> tag to ShowMenu action
2014-10-06 Mikael MagnussonFix negative relative coordinate placement
2014-10-06 Mikael Magnussondouble space
2014-04-24 Mikael MagnussonFix thinko in if.c, *o in Stop can never be pointing...
2014-04-10 Mikael MagnussonFix typo in variable name
2014-04-10 Mikael MagnussonAvoid initializing a VLA of 0 length
2014-04-10 Mikael MagnussonDeclare variables at start of blocks in place.c
2014-04-10 Mikael MagnussonBreak loop if is_true was set to false in If
2014-04-10 Mikael MagnussonDon't segfault when there's no target in If
2014-04-10 Mikael MagnussonSome fixes in french translation
2014-04-10 Derek ForemanCache results of offset/shift functions so we don't...
2014-01-09 Rafael Ignacio... Fix gcc warnings in screen.c
2014-01-09 Markus RoeschAdded missing break statement (Bug 6043)
2013-12-02 Dana JansensInclude rsvg-cairo.h for cairo-specific things
2013-09-09 Dana JansensAdd a strict option to the ToggleShowDesktop action
2013-09-08 Sérgio MarquesPortuguese update for openbox
2013-09-02 Dana JansensAllow FillToEdge to grow when all its edges are blocked.
2013-09-02 Dana JansensClean up the FillToEdge action implementation
2013-09-02 Lucas Augusto... Created a 'GrowToFill' action. (Bug 3356)
2013-09-02 Dana JansensUse the BSEARCH() macro in overlap placement
2013-09-01 Dana JansensFix bugs and add unit tests for BSEARCH()
2013-09-01 Dana JansensFix nits for overlap placement center option
2013-09-01 Ian ZimmermanAdd the old <center> option for the placement policy...
2013-09-01 Ian ZimmermanFix gcc warnings
2013-09-01 Tom SiresFix a typo causing submenuShowDelay to be ignored ...
2013-08-19 Mikael MagnussonAdd window type to If as well
2013-08-19 Mikael MagnussonAllow matching class, name and role in If action
2013-08-19 Mikael MagnussonAdd ForEach action which is like If but runs on all...
2013-08-19 Dana JansensRemove the else-on-newline rule from HACKING
2013-08-19 Dana JansensAdd queries to If actions
2013-08-19 Dana JansensUpdate HACKING for brace rules
2013-08-19 Dana JansensAdd a note to add the version to the bug tracker for...
2013-08-12 Dana JansensUpdate po files for 3.5.2 release-3.5.2
2013-08-12 Dana JansensAdd CHANGELOG for 3.5.2
2013-08-12 Dana JansensUpdate version in configure.ac to 3.5.2
2013-08-11 Dana JansensMaximized undecored windows have incorrect top border...
2013-08-11 Dana Jansenswindow.inactive.label.text.color should default to...
2013-08-11 Dana JansensFix a write out of bounds in splitvertical gradients...
2013-08-11 Dana JansensWe use congfigure.ac not configure.am release-3.5.1
2013-08-11 Dana JansensFix some compiler warnings
2013-08-11 Dana JansensUpdate line numbers in po files
2013-08-11 Mikael MagnussonChange "plain" to "exact" for If's <title>
2013-08-11 Mikael MagnussonUpdate CHANGELOG
2013-08-11 Mikael MagnussonAdd matching which monitor the client is on in the...
2013-08-11 Mikael MagnussonUse enum value for monitor in MoveToCenter
2013-08-11 Mikael MagnussonLet the If action match window titles with GRegex
2013-08-11 Mikael MagnussonUse a helper function to make if.c a bit shorter
2013-08-11 Mikael MagnussonAdd activedesktop to If
2013-08-11 Lefteris ChatzimparmpasDock used showDelay for both hiding and showing (Bug...
next