]> Dogcows Code - chaz/openbox/shortlog
chaz/openbox
2008-03-01  Dana JansensGet hooks working
2008-03-01  Dana Jansenschange some of the hooks, and add all the hooks to...
2008-03-01  Dana JansensAdd a hook system. They hooks don't run yet but they...
2008-02-29  Mikael MagnussonMerge branch 'backport' into work
2008-02-29  Dana Jansensrender depends on obt, so make/install it first (fixes...
2008-02-29  Mikael MagnussonRemove an unused variable.
2008-02-28  Og MacielUpdate brasilian portuguese translation.
2008-02-28  Mikael MagnussonUpdate po/ with new strings, and update swedish transla...
2008-02-28  Mikael MagnussonVery inconsequential changes.
2008-02-28  Mikael MagnussonFree copied glists when removing desktops.
2008-02-28  Dana Jansensmake a nicer default menu with a lot of common apps...
2008-02-28  Dana JansensIf a window is maximized and has FUNC_MAXIMIZE disabled...
2008-02-28  Mikael MagnussonUpdate send-to-desktop menu in the client menu when...
2008-02-28  Mikael MagnussonTry to fix the off-by-one errors even more.
2008-02-28  Dana Jansensfix some off-by-one errors in edge finding for moving...
2008-02-28  Mikael MagnussonMerge branch 'backport' into work
2008-02-28  Mikael MagnussonSimplify client_set_state.
2008-02-28  Dana JansensWhen showing a window's title in the kill prompt, if...
2008-02-28  Dana Jansensadd the autostart.sh.in to the dist targz instead of...
2008-02-28  Dana Jansensinclude the xdg-autostart script in the dist targz
2008-02-28  Dana Jansensclean up the execute action code, and free the prompt...
2008-02-28  Dana Jansenschange the yes/no buttons to Exit/Cancel for the exit...
2008-02-28  Dana Jansensset the right version in the new render and obt .pc...
2008-02-28  Dana Jansensobrender uses obt now, there is no obparser anymore
2008-02-28  Dana JansensMerge branch 'backport' into work
2008-02-28  Dana Jansenssome new translated strings
2008-02-28  Dana Jansensadd a boolean <prompt> option to the Exit action, which...
2008-02-28  Dana JansensGive the Execute action the <prompt> option
2008-02-28  Dana JansensMerge branch 'backport' into work
2008-02-28  Dana Jansensmake the xdg-autostart script get installed to PREFIX...
2008-02-27  Mikael MagnussonMerge branch 'backport' into work
2008-02-27  Mikael MagnussonUpdate po files with new strings, update swedish transl...
2008-02-27  Dana JansensChange the kill prompt buttons to "Cancel" and "End...
2008-02-27  Mikael MagnussonFix some typos and style in client.c, and add a comment.
2008-02-27  Mikael MagnussonMake "Unnamed Window" translatable.
2008-02-27  Mikael MagnussonPass TRUE instead of FALSE to do what the comment says.
2008-02-27  Mikael MagnussonVarious cleanups of event.c
2008-02-27  Mikael MagnussonRefactor the event handling for titlebar buttons a...
2008-02-27  Dana Jansensadd xce-mcs-manager to the autostart.sh - run it if...
2008-02-26  Dana JansensMerge branch 'backport' into work
2008-02-26  Dana JansensFixing bug from commit 041d17373e04
2008-02-26  Dana JansensMerge branch 'backport' into work
2008-02-26  Dana Jansenschange the buttons in the kill prompt from "yes/no...
2008-02-26  Dana Jansensshow the desktop change popup before mapping/unmapping...
2008-02-22  Dana JansensMerge branch 'backport' into work
2008-02-22  Dana JansensAdd theme options for menu line separators.
2008-02-22  Dana JansensAllow windows to specify a base-size of 0
2008-02-22  Dana JansensLet ObPrompts be modal dialogs, and when they are trans...
2008-02-21  Dana JansensMerge branch 'backport' into work
2008-02-21  Dana JansensIf multiple key bindings at the same level are not...
2008-02-21  Mikael MagnussonChange all single quotes to double quotes in strings.
2008-02-21  Mikael MagnussonUpdate finnish translation.
2008-02-19  Mikael MagnussonMoveResizeTo was broken for opposite edges.
2008-02-19  Dana JansensMerge branch 'backport' into work
2008-02-19  Dana JansensFix button press behaviours. On LeaveNotify, make...
2008-02-19  Dana JansensGrab key bindings with GrabModeSync, so that if they...
2008-02-19  Dana Jansensthe focus indicator line for prompt buttons wasn't...
2008-02-18  Elián HanischUpdate spanish translation.
2008-02-17  Mikael MagnussonFix some typos in comments.
2008-02-17  Mikael MagnussonAdd a comment for translators about how to change order...
2008-02-17  Mikael MagnussonUpdate all the po files so they contain the new prompt...
2008-02-17  Mikael MagnussonUpdate swedish translation.
2008-02-17  洪任諭Update traditional chinese translation.
2008-02-17  Mikael MagnussonUpdate swedish translation.
2008-02-15  Mikael Magnusson() -> (void) also in .h files, and fix a place that...
2008-02-15  Mikael Magnusson() -> (void)
2008-02-15  Dana JansensMerge branch 'backport' into work
2008-02-15  Dana Jansensremove prop.c/h, as they were reintroduced in a bad...
2008-02-15  Dana Jansensmake the frame iconify animation go right into the...
2008-02-15  Dana Jansensset the window type hint on menus to be "popup menus"
2008-02-14  Dana JansensMerge branch 'backport' into work
2008-02-14  Dana JansensMerge branch 'backport' into work
2008-02-14  Dana Jansensavoid a compiler warning
2008-02-14  Dana Jansensdon't reference free'd memory, and don't leak memory...
2008-02-14  Dana Jansensdon't use \n at the end of g_message strings
2008-02-14  Dana Jansensuse g_message not g_print so it can go to the log
2008-02-14  Dana Jansenspre-calc the sum of a picture added to an RrImage rathe...
2008-02-14  Dana Jansensadd a bunch of comments for images and image caches...
2008-02-14  Dana Jansenswhen resizing images, pick a source image with the...
2008-02-14  Dana JansensIntroducing the icon cache.
2008-02-14  Dana Jansensbackport the changes to render/ from the alttab branch...
2008-02-14  Dana JansensMerge branch 'backport' into work
2008-02-14  Mikael Magnussonput the char member at the bottom of the struct so...
2008-02-14  Dana Jansensobprompts do not have a stacking layer, as they don...
2008-02-14  Dana Jansensobprompts do not have a stacking layer, as they don...
2008-02-14  Dana Jansensdraw a box inside the key-focused button in an ObPrompt...
2008-02-14  Dana Jansensfix min-size calculations for lineart textures
2008-02-14  Dana Jansensmake ObPrompts resize and redraw correctly when reconfi...
2008-02-14  Dana Jansensdon't ping everything all the time. yay. ping when...
2008-02-14  Dana Jansenstell what signal is going to be sent to the client...
2008-02-14  Dana Jansensuse the hover and press button colors (this was a bug)
2008-02-14  Dana Jansenswhen drawing and measuring strings in "flow" mode,...
2008-02-14  Dana Jansensdon't kill our own ObPrompt windows with kill actions
2008-02-14  Dana Jansensif a prompt is already showing and you try show it...
2008-02-14  Dana Jansensprompt to kill windows when they are not responding
2008-02-14  Dana Jansenslet you specify return codes for the different buttons...
2008-02-14  Dana Jansensposition the buttons in the bottom right instead of...
2008-02-14  Dana Jansenskey input works for ObPrompt windows now
2008-02-14  Dana Jansensmake the prompt buttons respond to button presses....
2008-02-14  Dana Jansensproperly place the msg texture
next
This page took 0.048081 seconds and 4 git commands to generate.