| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-03-02 | support clients which use true transparency 32-bit visuals. | Dana Jansens | |
| this requires that when a client is using a 32-bit visual, we have to make the frame windows that sit underneath it to use the same visual (and a colormap which matches it) | |||
| 2006-08-22 | update copyright step 2 | Mikael Magnusson | |
| 2006-08-17 | close but not quite | Mikael Magnusson | |
| 2006-08-17 | add a client destructor to frame.c so it doesn't try to keep flashing a ↵ | Mikael Magnusson | |
| free'd frame | |||
| 2003-10-15 | consistant glib type usage | Dana Jansens | |
| 2003-09-17 | const | Dana Jansens | |
| 2003-09-17 | no tabs | Dana Jansens | |
| 2003-09-17 | add copyright headers, adjust --version output to include copyright, and ↵ | Dana Jansens | |
| --help output to not include version output. | |||
| 2003-09-17 | add the MoveResize context, which is used while doing a move/resize on a ↵ | Dana Jansens | |
| window. Actions bound in this context can be executed with the mouse during a move/resize on a window. | |||
| 2003-09-03 | add a reconfigure action, also reconfigure on SIGUSR2. | Dana Jansens | |
| support reconfiguring throughout the entire codebase. | |||
| 2003-09-01 | improved frame flashing code, can start and stop it on command | Dana Jansens | |
| 2003-09-01 | add code to flash the frame | Dana Jansens | |
| 2003-08-25 | better handling of maximizing, wrt changing decorations on the windows, and ↵ | Dana Jansens | |
| showing the correct decor for the max state especially for windows which dont change size (Xnest) when maximized cuz they are at their maximum size already | |||
| 2003-08-20 | rename the 'root' context to 'desktop' | Dana Jansens | |
| 2003-08-20 | add an obscured flag that tracks if the frame is at all obscured | Dana Jansens | |
| 2003-08-05 | a couple frame layout bugfixes hidden inside all this.. wee | Dana Jansens | |
| fixes for maximizing windows: - when you toggledecor, it will reconfigure once, but the new constraints from the decor changes would not be in effect when the window was resized to the contranits. fixed by calling frame_adjust_area first thing ni client_configure_fulll with fake=TRUE which will recalc all the frame geometry without resizing/redrawing anything in the frame. this way the decor can take effect in the geometries. - when maxed horizontally, make the client fill the screen, but dont do this by just making it wider than the screen, fit it to the screen and adjust the titlebar/handle as appropriate to keep it all on the screen. - when maxed horizontally and vertically, remove the handle from the decorations | |||
| 2003-08-02 | invisible resizing areas/grips in the top corners of the window | Dana Jansens | |
| 2003-07-28 | hover theme elements for window titlebar buttons | Dana Jansens | |
| 2003-07-10 | add disabled buttons, instead of now showing buttons at all when they wont ↵ | Dana Jansens | |
| do anything, now show a disabled button instead. this severely breaks compatibility with blackbox themes since there is no good way to automiatically create a disabled button that i can think of, so if they dont exist in the theme you get black and white for the button. when a window cant be resized, its handle is not removed but its grips are. change allowing the user to disable individual decorations as that is overkill, instead allow a toggle through the client.decorate boolean. | |||
| 2003-07-10 | prefixing and capitalization for the Frame->ObFrame struct and the ↵ | Dana Jansens | |
| Context->ObFrameContext enum and its constants. | |||
| 2003-07-10 | prefix and capitalize some more constants/enums in client.h (Function -> ↵ | Dana Jansens | |
| ObFunctions and WindowType -> ObClientType) | |||
| 2003-07-10 | rename the Client struct to ObClient | Dana Jansens | |
| 2003-06-21 | add decoration state to the frame struct. make client_configure adjust the ↵ | Dana Jansens | |
| frame if the decorations do not match between the client and the frame, so that when they change it can send a configurenotify to the client. | |||
| 2003-06-21 | fixed to accomodate the changes to the render/ API. | Dana Jansens | |
| 2003-04-25 | let the frame hold a focus state so that it can lie. | Dana Jansens | |
| dont focus windows while cycling, just highlight them as if they are focused | |||
| 2003-04-13 | pass the Client for frame_context cuz the client might be NULL | Dana Jansens | |
| 2003-04-13 | move the openbox engine into librender and the kernel. the theme is loaded ↵ | Dana Jansens | |
| and stored inside librender. the frame is decorated and managed inside the kernel. | |||
| 2003-04-05 | use a context enum instead of quarks | Dana Jansens | |
| 2003-03-16 | merge the C branch into HEAD | Dana Jansens | |
