| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-02-14 | don't reference free'd memory, and don't leak memory if the image cache is ↵ | Dana Jansens | |
| not saving any resized pictures | |||
| 2008-02-14 | use g_message not g_print so it can go to the log | Dana Jansens | |
| 2008-02-14 | pre-calc the sum of a picture added to an RrImage rather than calculating it ↵ | Dana Jansens | |
| every time | |||
| 2008-02-14 | add a bunch of comments for images and image caches. and make the number of ↵ | Dana Jansens | |
| resized pictures saved in an image tunable per-icon cache. | |||
| 2008-02-14 | add an override_redirect InputOnly window utility. | Mikael Magnusson | |
| The intent was the following: This is mostly a copy of override.c, it lets you map a small window (1x1 at 0,0 by default) that openbox will treat like the root window, useful for scrolling to change desktops over fullscreen and maximized windows. Since then openbox has learned to ignore other's override redirect windows but I think it might still be useful to have this util. | |||
| 2008-02-14 | when resizing images, pick a source image with the same aspect ratio if possible | Dana Jansens | |
| 2008-02-14 | Introducing the icon cache. | Dana Jansens | |
| If an icon is the same as one in the cache, then it uses that one. icons of different sizes (from the same client) are linked together into one, and resizes of icons are cached and linked to all the various sizes. so you only need one icon in memory for all your terminals now. ya! | |||
| 2008-02-14 | don't ping everything all the time. yay. ping when you close, and if it ↵ | Dana Jansens | |
| doesn't reply then show the kill prompt. also show a more correct prompt for windows connecting from non-local machines - ask to disconnect them from the X server. | |||
| 2008-02-09 | Merge branch 'backport' | Dana Jansens | |
| 2008-02-09 | make the text area in alttab list mode the same hight as the icon _with hilite_ | Dana Jansens | |
| 2008-02-09 | commit d9d580e0382 broke kdesktop again, so we have to fix it at an even ↵ | Dana Jansens | |
| finer level. make a pending ReplayPointer happen before moving/showing/hiding a window in an action | |||
| 2008-02-09 | make xdg-autostart check for PyXDG and print a better error than a ↵ | Dana Jansens | |
| backtrace. and make the executing actually work | |||
| 2008-02-09 | make an xdg-autostart script. it is very fancy. | Dana Jansens | |
| 2008-02-09 | Fix a minor issue with lastdesktop right after startup. | Mikael Magnusson | |
| 2008-02-09 | Update swedish translation. | Mikael Magnusson | |
| NB: using 3.4.6.1 to mean the --config-file translation is included and 3.4.6 for everything before that. | |||
| 2008-02-09 | Update czech translation. | Martin Sova | |
| 2008-02-08 | Wrap the focus action in actions_client_move. | Mikael Magnusson | |
| When alt-tabbing to iconified audacious and the playlist or eq window pops up under the cursor, they "stole" focus from the main window. | |||
| 2008-02-08 | Don't bother setting screen_last_desktop here, it's inited in screen_startup ↵ | Mikael Magnusson | |
| anyway. | |||
| 2008-02-07 | Improve menu behaviour when clicking on grandparents. | Mikael Magnusson | |
| Some time ago the menus were changed to not trigger on mouseover on a grandparent or higher so that you wouldn't lose a carefully navigated menu structure. Clicking on an item opens it though. It used to be on ButtonRelease but now it is on ButtonPress. Additionally, a Press now causes grandchildren to be closed when clicking on already selected parts of the hierarchy. | |||
| 2008-02-07 | Merge branch 'wip/alttab' | Mikael Magnusson | |
| 2008-02-07 | put stuff in the right place in alttab list mode when there is only 1 window ↵ | Dana Jansens | |
| in it | |||
| 2008-02-07 | tell what signal is going to be sent to the client when killing through the ↵ | Dana Jansens | |
| dialog | |||
| 2008-02-07 | use the hover and press button colors (this was a bug) | Dana Jansens | |
| 2008-02-07 | when drawing and measuring strings in "flow" mode, don't ellipsize so that ↵ | Dana Jansens | |
| lines can wrap | |||
| 2008-02-07 | don't kill our own ObPrompt windows with kill actions | Dana Jansens | |
| 2008-02-07 | if a prompt is already showing and you try show it again, then make it ↵ | Dana Jansens | |
| active. in the "kill this?" prompt use the window's original title without any of the openbox-appended-ness | |||
| 2008-02-07 | prompt to kill windows when they are not responding | Dana Jansens | |
| 2008-02-07 | let you specify return codes for the different buttons in a prompt, and ↵ | Dana Jansens | |
| specify a callback function for the prompt for when it is closed | |||
| 2008-02-07 | position the buttons in the bottom right instead of centering them | Dana Jansens | |
| 2008-02-07 | key input works for ObPrompt windows now | Dana Jansens | |
| 2008-02-07 | make the prompt buttons respond to button presses. keyboard input code is ↵ | Dana Jansens | |
| there too but not working yet. | |||
| 2008-02-07 | properly place the msg texture | Dana Jansens | |
| 2008-02-07 | Make ObPrompt windows get managed as clients, and make them able to ↵ | Dana Jansens | |
| reconfigure as well. | |||
| 2008-02-07 | give prompts a border, and fix how they are laid out. and make them use the ↵ | Dana Jansens | |
| multi-line text capabilities in render for the message | |||
| 2008-02-07 | allow font rendering to use multiple lines | Dana Jansens | |
| 2008-02-07 | you can create dialog windows called "prompts" which have a message and some ↵ | Dana Jansens | |
| buttons! they don't do anything interesting yet. | |||
| 2008-02-07 | make the internal window type more easily inheritable | Dana Jansens | |
| 2008-02-07 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/config.c | |||
| 2008-02-06 | show the arrows in the alttab list box at the right times (they were one ↵ | Dana Jansens | |
| step behind) | |||
| 2008-02-06 | make the listmode alttab the default | Dana Jansens | |
| 2008-02-06 | add the position's force attribute to the default rc.xml and xsd | Dana Jansens | |
| 2008-02-06 | Don't show extra space for arrows when not needed. | Mikael Magnusson | |
| 2008-02-06 | style | Mikael Magnusson | |
| 2008-02-06 | show a small arrow on the top/bottom of the alttab list box when there are ↵ | Dana Jansens | |
| more windows that are not visible in that direction | |||
| 2008-02-05 | don't crash when using <raise> and alt-tab and there are no windows to cycle ↵ | Dana Jansens | |
| between | |||
| 2008-02-05 | make sure the alttab list-mode has at least 1 row | Dana Jansens | |
| 2008-02-05 | when scrolling, all the items need to be redrawn to make parentrelative work | Dana Jansens | |
| 2008-02-05 | the title_focused_shadow_color is being set twice, and being overridden by ↵ | Dana Jansens | |
| the osd color (though not in the texture) | |||
| 2008-02-04 | scroll the alttab box in list mode | Dana Jansens | |
| 2008-02-04 | Add the manageDesktops option. | Mikael Magnusson | |
