Find a valid image to use in the image cache. Fixes bug #1149
[mikachu/openbox.git] / openbox /
2008-02-26 Dana JansensFixing bug from commit 041d17373e04
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 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 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-19 Mikael MagnussonMoveResizeTo was broken for opposite edges.
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-17 Mikael MagnussonFix some typos in comments.
2008-02-17 Mikael MagnussonAdd a comment for translators about how to change order...
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 Jansensavoid a compiler warning
2008-02-14 Dana Jansensadd a bunch of comments for images and image caches...
2008-02-14 Dana JansensIntroducing the icon cache.
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 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 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
2008-02-14 Dana JansensMake ObPrompt windows get managed as clients, and make...
2008-02-14 Dana Jansensgive prompts a border, and fix how they are laid out...
2008-02-14 Dana Jansensyou can create dialog windows called "prompts" which...
2008-02-14 Dana Jansensmake the internal window type more easily inheritable
2008-02-14 Dana Jansenslet you match per-app settings based on the window...
2008-02-14 Dana Jansensdon't force fake enter events while there is a grab...
2008-02-14 Dana Jansens_net_active_window shouldn't change desktop, is the...
2008-02-14 Dana Jansenssplit menu overlap into x and y components
2008-02-14 Dana Jansensforce the resize popup to be on-screen (not negative...
2008-02-14 Mikael Magnussontypo in comment
2008-02-14 Dana JansensMake a pending ReplayPointer happen before moving/showi...
2008-02-14 Mikael MagnussonWrap the focus action in actions_client_move.
2008-02-14 Mikael MagnussonFix a minor issue with lastdesktop right after startup.
2008-02-08 Mikael MagnussonDon't bother setting screen_last_desktop here, it's...
2008-02-05 Dana Jansensdon't crash when using <raise> and alt-tab and there...
2008-02-04 Mikael MagnussonAdd the manageDesktops option.
2008-02-03 Dana Jansensmake the menu headers show their correct text
2008-02-03 Dana Jansensignore fake generated enters if they are in the serial...
2008-02-03 Dana Jansensallow you to force the position of windows with rc...
2008-02-03 Dana Jansenswhen focusing or raising a window which is modal child...
2008-02-03 Dana Jansensunused variable
2008-02-03 Dana Jansensimprove comment
2008-02-02 Dana Jansenserroneous comment
2008-02-02 Dana Jansensif windows on screen are going to be moved, then do...
2008-02-02 Dana Jansenscomment typo
2008-02-02 Dana Jansensadd a --config-file command line option, and OB_CONFIG_...
2008-02-02 Dana Jansensmake fullscreen windows more xinerama and multi-screen...
2008-02-02 Dana Jansensfix a crash from chroot of invalid keys, and make keybi...
2008-01-31 Dana Jansenswhen checking that a window is onscreen, if there are...
2008-01-31 Dana Jansensdon't deiconify windows on reconfigure if they cant...
2008-01-28 Dana Jansensreordering things when mapping windows a little to...
2008-01-28 Dana Jansensfix a rare assert condition (window maps in iconic...
2008-01-27 Mikael MagnussonChange <placeOn> to <monitor>.
2008-01-27 Dana Jansensreplace the <active> placement option with <placeOn...
2008-01-27 Dana Jansensget rid of copying the rrappearances for each menu...
2008-01-27 Dana Jansensuse setenv/unsetenv instead of putenv, cuz they are...
2008-01-27 Dana Jansenswindow a window stops responding to pings, don't use...
2008-01-27 Dana Jansensonly store icons for windows that are 64px or smaller...
2008-01-27 Dana Jansenswe alloc theme elements for every window frame, but...
2008-01-27 Dana Jansensadd a missing #include
2008-01-27 Dana Jansenswhen ignoring enter events, only ignore up to the curre...
2008-01-27 Dana Jansenscreate fake enter events for button press bindings...
2008-01-26 Mikael MagnussonAdd a few missing includes and remove a stray debug...
2008-01-26 Dana Jansensonly add borders and stuff to the dock's size if it...
2008-01-25 Dana Jansensfix a memleak in client_update_icon_geometry
2008-01-25 Dana Jansensfix a mem leak
2008-01-25 Dana Jansensfix a mem leak
2008-01-25 Dana JansensCreate fake enter events in fewer situations - avoiding...
2008-01-25 Mikael MagnussonFix some memleaks.
2008-01-25 Dana Jansensskip enter events caused by temporarily raising windows...
2008-01-25 Dana Jansensstrip non-modifier masks from the keyboard state for...
2008-01-22 Dana Jansensprint a warning when the session has a different number...
2008-01-22 Dana Jansensuse the <wmclass> for startup notfication in the execut...
2008-01-20 Dana Jansensonly unset the startup_desktop_id once, and dont free...
2008-01-20 Dana Jansenscheck them startupnotify-provided wmclass against both...
2008-01-20 Dana Jansensputenv wants a char*, not a const
2008-01-17 Mikael MagnussonRemove leftover config_four_corners from config.c.
2008-01-17 Dana Jansensmake the ping hash tables work correctly. don't need...
2008-01-16 Dana Jansensonly 1 hash table is needed in ping.c
2008-01-16 Dana Jansensuse hash tables in ping.[ch] instead of a list. we...
2008-01-16 Dana Jansensuse unique IDs for pings rather than a timestamp. ...
2008-01-16 Dana Jansensfriendly check for the timer's delay being > 0
2008-01-16 Mikael MagnussonVarious fixes for sparse warnings.
2008-01-16 Dana Jansensactive = FALSE when not active !
2008-01-16 Dana Jansensfix timers so that they work when theres lots of repeat...
2008-01-16 Dana Jansensadd the new pid and ping atoms to the NET_SUPPORTED...
2008-01-16 Dana Jansensdon't let repeating timers, with a very fast timer...
next