mikachu/openbox.git
2014-11-06 Mikael MagnussonMerge branch 'work' into wip/mikabox
2014-11-06 Mikael MagnussonMerge branches 'wip/edges', 'mikabox/crap', 'mikabox...
2014-11-06 Mikael MagnussonAllow specifying several mousebinds in one go (hack) mikabox/maybe
2014-11-06 Mikael MagnussonStart on the second entry...
2014-11-06 Mikael MagnussonOnly warp on menu close if it was also the top level...
2014-11-06 Mikael MagnussonThis might be a little bit better.
2014-11-06 Mikael Magnusson"Fix" releasing the mouse button over a window.
2014-11-06 Mikael MagnussonClarify versioning comment instructions in configure.ac
2014-11-05 Mikael MagnussonClean up translation files
2014-11-05 Javier ManceboAdd Galician translation.
2014-11-05 Jakub BłażejczykUpdate Polish translation.
2014-11-05 Mikael MagnussonMove some more code around to make it shorter
2014-11-05 Mikael MagnussonReduce length of theme.c a bit
2014-11-05 Mikael MagnussonMake theme.c indentation more locally consistent
2014-11-05 Mikael MagnussonRemove wrong code from button mask loading code, bug...
2014-11-05 Mikael MagnussonOnly add xqueue listener fd once, bug 6326
2014-11-05 Mikael MagnussonAllow selecting menu entries during menuHideDelay if...
2014-11-03 Mikael MagnussonMove final frame adjust in flashing to timeout func
2014-11-03 Mikael MagnussonMake sure to reset all the GSource timer ids
2014-10-28 Mikael MagnussonUpdate my email address
2014-10-28 Mikael MagnussonFix some compiler warnings for ShowMenu
2014-10-28 Mikael MagnussonSome fixes found by coverity for things used before...
2014-10-28 Mikael MagnussonInitialize some stuff to 0 before taking their address
2014-10-28 Mikael MagnussonMove assignment to before break, hopefully this doesn...
2014-10-28 Mikael MagnussonFix an if statement getting moved into a loop it should...
2014-10-28 Mikael MagnussonUse PANGO_UNDERLINE_SINGLE for rendering shortcuts
2014-10-28 Peter ÅstrandFix compile failure when X_HAVE_UTF8_STRING is not...
2014-10-28 Mikael MagnussonUse GString for appending strings
2014-10-28 Edward SheldrakeFix use after free in menu_entry_frame_free
2014-10-28 Pascal TerjanFix copy paste typo in swap_byte_order
2014-10-28 Mikael MagnussonUpdate CHANGELOG with changes so far
2014-10-28 Mikael MagnussonMake desktop actions noninteractive
2014-10-28 Mikael MagnussonRemove freshmeat related stuff from release script...
2014-10-28 Mikael MagnussonClip client rect to monitor bounds while picking a...
2014-10-23 Mikael MagnussonChange some while loops to for loops in config.c
2014-10-23 Mikael MagnussonAllow specifying several mousebinds in one go, like...
2014-10-20 Mikael MagnussonMake RaiseLower work for the dock as well
2014-10-20 Mikael MagnussonAdd keyboard/rebindOnMappingNotify option
2014-10-11 Mikael Magnusson[0]. is confusing when it's not an array wip/edges
2014-10-11 Mikael MagnussonReinit edges stuff on screen resize
2014-10-11 Mikael Magnussonedges should hook into number of screens changing,...
2014-10-11 Mikael MagnussonHandle edges in window.c
2014-10-11 Mikael MagnussonAllow clients to place themselves up to 99% offscreen. mikabox/personal
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
next