summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tiny updateMETACITY_2_3_8Havoc Pennington2001-09-171-7/+9
* fix srcdir != builddir glitchHavoc Pennington2001-09-172-1/+5
* use the inline image data for default iconHavoc Pennington2001-09-177-18/+78
* disconnect this callback on errorHavoc Pennington2001-09-172-1/+8
* new functionHavoc Pennington2001-09-167-19/+35
* remove msm from here, now in its own moduleHavoc Pennington2001-09-1616-3942/+0
* ...Havoc Pennington2001-09-163-21/+73
* ...Havoc Pennington2001-09-162-37/+75
* add support for a mini icon in the titlebar (update_icon): re-enableHavoc Pennington2001-09-1619-82/+1127
* ...Havoc Pennington2001-09-159-290/+489
* ...Havoc Pennington2001-09-143-9/+28
* ...Havoc Pennington2001-09-1410-44/+987
* stuffHavoc Pennington2001-09-132-1/+60
* still does not work.Havoc Pennington2001-09-136-52/+860
* does not work.Havoc Pennington2001-09-129-0/+980
* fix up handling of text properties, so we get UTF8_STRING as that type andHavoc Pennington2001-09-114-99/+146
* icon for unmaximizeHavoc Pennington2001-09-117-58/+149
* Don't separate user_has_moved/user_has_resized, fixes bug in east-resizingHavoc Pennington2001-09-116-35/+121
* don't use gdk_display_nameHavoc Pennington2001-09-097-6/+44
* bump version 2.3.5, require newer GTK releaseMETACITY_2_3_5Havoc Pennington2001-09-062-2/+6
* make test apps noinstHavoc Pennington2001-09-054-1/+22
* clean up the code, and replace GDK X error handler with one that chains upHavoc Pennington2001-09-013-92/+33
* fix args to gtk_alignment_new()METACITY_2_3_3Havoc Pennington2001-08-315-14/+13
* avoid focusing a window on tab popup popdownHavoc Pennington2001-08-3011-114/+236
* Switch back to outline.Havoc Pennington2001-08-292-3/+7
* experiment with window-cover-with-icon instead of just the outline; can'tHavoc Pennington2001-08-292-9/+57
* add crackrock window-outlining featureHavoc Pennington2001-08-297-5/+101
* wrong atom name - _NET_SUPPORTED not _NET_WM_SUPPORTEDHavoc Pennington2001-08-295-12/+145
* Unbreak tab popup a bit.Havoc Pennington2001-08-2910-85/+211
* force fullscreen windows to be at 0,0Havoc Pennington2001-08-264-24/+77
* attempt to use the mask as well as the pixmap. Probably doesn't work soHavoc Pennington2001-08-244-79/+181
* make this look a little nicerHavoc Pennington2001-08-232-19/+170
* put in a FIXMEHavoc Pennington2001-08-221-0/+1
* all the MWM flag tests were backwardHavoc Pennington2001-08-222-5/+10
* half-ass implementation of getting pixmap icons (WM_NORMAL_HINTS andHavoc Pennington2001-08-225-37/+209
* add a "fullscreen" semantic type; if a window requests the screen sizeHavoc Pennington2001-08-205-14/+48
* we support _NET_WM_ICONHavoc Pennington2001-08-2012-28/+458
* note about bug in tab focusingHavoc Pennington2001-08-191-2/+4
* remove XSync, error traps already do thatHavoc Pennington2001-08-1913-159/+548
* add prototype thingy to display windows we're cycling through with tab.Havoc Pennington2001-08-197-1/+303
* Make a half-hearted not-very-tested attempt to handle window resizesHavoc Pennington2001-08-192-11/+48
* hrm, I fixed this wrong the other day. Fixes static gravity when movingHavoc Pennington2001-08-194-7/+137
* oops, accidentally turned on opaque iconifyHavoc Pennington2001-08-191-1/+1
* also set the current size. Lame hack of the day.Havoc Pennington2001-08-193-5/+17
* use the delay exposes feature to avoid the scren dirtHavoc Pennington2001-08-196-1/+88
* fix for StaticGravityHavoc Pennington2001-08-172-2/+9
* Honor USPosition even post-map. I know I'll regret this.Havoc Pennington2001-08-102-6/+16
* set _NET_WM_NAME hint as a UTF8_STRING not STRING. Patch from Anders.Havoc Pennington2001-08-075-10/+29
* disable opaque animations by default, current implementation suXors.Havoc Pennington2001-08-062-1/+6
* Get start time after we do the pixbuf from drawable, so we don't countHavoc Pennington2001-08-062-1/+11