summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* Don't require a push/pop trap aroundElijah Newren2006-10-021-4/+0
* Patch from Jens Granseuer to fix c89 cleanness, again. #356631.Elijah Newren2006-09-181-1/+2
* Partial audit to fix timestamp usage. One step towards fixing #355180; seeElijah Newren2006-09-181-57/+119
* Patch from Thomas Andersen to make windows be stacked correctly beforeElijah Newren2006-09-131-62/+71
* Fix issues on 64-bit machines with timestamps by using guint32 (like gtk+Elijah Newren2006-09-131-29/+29
* Fix several bugs with handling of fullscreen windows, causing them to notElijah Newren2006-08-211-7/+22
* Vytautus Liuolia totally rocks; he tested and debugged and tracked downElijah Newren2006-08-091-2/+13
* Add a constrain_titlebar_visible constraint; should fix both bug 333328Elijah Newren2006-08-071-0/+1
* Patch from Vytautas Liuolia to react to _NET_STARTUP_ID changes, asElijah Newren2006-08-071-8/+21
* Patch from Dmitry Timoshkov to fix the heuristic for determining ifElijah Newren2006-08-041-2/+1
* oops, forgot to add missing apostrophe. Punctuation is good. #336850.Thomas James Alexander Thurman2006-07-311-1/+1
* Make it so maximized windows do not have rounded corners. #336850.Thomas James Alexander Thurman2006-07-311-0/+8
* Run an unminimize effectSøren Sandmann2006-05-261-0/+20
* Bounce on window focus.Adam Jackson2006-05-251-0/+3
* Move shrink effect code from compositor.c to c-window.c. Stubs forAdam Jackson2006-05-231-0/+4
* Beginning of new layer that abstracts transition effects.Søren Sandmann2006-05-221-24/+8
* Remove the unused attributes resize_gravity, width_inc, height_inc,Björn Lindqvist2006-05-181-23/+1
* Clear _NET_WM_VISIBLE_NAME (and the ICON_ equivalent) when no longer beingElijah Newren2006-05-051-2/+4
* Patch from Dan Sanders to fix #334899.Elijah Newren2006-04-171-1/+7
* Patch from Dan Sanders to fix #335076.Elijah Newren2006-04-161-4/+20
* Patch from Ron Yorston to add a focus_new_windows option. Default isElijah Newren2006-04-121-3/+6
* Check if the window is a menu and make it 90% opaque in that case.Søren Sandmann2006-04-101-2/+0
* Fix grouping in the presence of ancestors; caught by Björn. #336184Elijah Newren2006-03-301-2/+10
* mark a window as needing or not needing the user's attention use the newThomas Thurman2006-03-291-15/+82
* *** empty log message ***Björn Lindqvist2006-03-291-11/+7
* deleted and moved into window-props.c (meta_window_new_with_attrs): addedThomas Thurman2006-03-251-274/+33
* Always set _NET_WM_STATE when a window is shown or hidden, even if itThomas Thurman2006-03-171-20/+14
* Use set_target_rect() instead of set_size().Søren Sandmann2006-03-151-3/+5
* Comment out wobblingSøren Sandmann2006-03-141-1/+3
* Only unmaximise window before freeing if the window is actually maximised.Ryan Lortie2006-03-061-1/+2
* Split the ScreenInfo data structure into separate, new filesSøren Sandmann2006-03-031-0/+1
* Patch from Thomas Thurman to work around buggy application grouping withElijah Newren2006-02-271-0/+9
* Remove include of flash.hSøren Sandmann2006-02-251-1/+0
* Call meta_compositor_begin_move if there is a compositorSøren Sandmann2006-02-251-27/+38
* Add unused wobbly unminimize animation by KristianSøren Sandmann2006-02-151-4/+12
* remove this legacy cruft that we stopped using years agoElijah Newren2006-02-111-11/+0
* Avoid a memory leak when checking which workspace(s) a window is on. FixesThomas Thurman2006-02-111-1/+1
* Avoid flashing when closing a maximized window. Fixes #317254.Elijah Newren2006-01-201-3/+18
* Patch from Kjartan Maraas to fix a lot of tiny issues (unused variableElijah Newren2006-01-201-42/+17
* Fix accidental overzealous focus holding by the terminal introduced by theElijah Newren2006-01-151-0/+7
* Patch from Jens Granseuer to fix more build issues with gcc 2.95. #327050.Elijah Newren2006-01-151-1/+2
* Don't dereference a NULL string. Fixes #327013.Elijah Newren2006-01-151-1/+1
* Add a dependency on libcm when building with compositor.Søren Sandmann2006-01-131-11/+44
* Whoops, I forgot to keep my copyright info updated with my previousElijah Newren2006-01-101-1/+1
* Add a raise on click option, basically only because all the major distrosElijah Newren2006-01-101-14/+24
* Don't "steal" focus from terminal windows for new window mappings as theElijah Newren2006-01-101-0/+58
* More thorough handling of source indication. Part of #326041.Elijah Newren2006-01-101-26/+52
* Make the taskbar less flash happy and fix up some related stacking issues.Elijah Newren2006-01-101-12/+53
* Patch from Björn Lindqvist to fix a logic error. #322149.Elijah Newren2006-01-021-5/+2
* Patch from Jens Granseuer to fix build with gcc 2.95. #322622.Elijah Newren2006-01-021-9/+10