Age | Commit message (Expand) | Author | Files | Lines |
2001-10-14 | take a window mapped at fullscreen size/pos to desire maximization; once I | Havoc Pennington | 1 | -0/+18 |
2001-10-14 | Added Spanish translation | Hector Garcia | 1 | -0/+4 |
2001-10-14 | only handle events here if the modmask from our button grab is active. | Havoc Pennington | 1 | -0/+11 |
2001-10-13 | set last window before setting newp, so we don't get the current window as | Havoc Pennington | 1 | -0/+8 |
2001-10-13 | add bad hack to work with GTK 1.3.9.90 RPMs from gnomehide for now | Havoc Pennington | 1 | -0/+7 |
2001-10-13 | bump version | Havoc Pennington | 1 | -0/+4 |
2001-10-13 | hmm, fix build | Havoc Pennington | 1 | -0/+4 |
2001-10-12 | set the session manager priority so we start up before other apps. | Havoc Pennington | 1 | -0/+5 |
2001-10-12 | use gdk_pixbuf_new_from_inline (meta_ui_get_default_mini_icon): use | Mikael Hallendal | 1 | -0/+7 |
2001-10-11 | Added "sv" to ALL_LINGUAS. Added Swedish translation. Added files. Added | Christian Rose | 1 | -0/+4 |
2001-10-11 | fix mem leak of the MetaStack object (meta_stack_sync_to_server): try to | Havoc Pennington | 1 | -0/+7 |
2001-10-07 | set _NET_ACTIVE_WINDOW hint | Havoc Pennington | 1 | -0/+8 |
2001-10-07 | don't allow shade/maximize/minimize for windows that don't support those | Havoc Pennington | 1 | -0/+6 |
2001-10-05 | add code to grab all modifier combinations, so keybindings work with | Havoc Pennington | 1 | -0/+13 |
2001-09-21 | Add inlinepixbufs.h so that it gets generated. | Alex Graveley | 1 | -0/+8 |
2001-09-18 | add hackaround for the warning about gtk-menu-bar-accel | Havoc Pennington | 1 | -0/+5 |
2001-09-17 | ref the returned icon, oops. | Havoc Pennington | 1 | -0/+13 |
2001-09-17 | fix srcdir != builddir glitch | Havoc Pennington | 1 | -0/+4 |
2001-09-17 | use the inline image data for default icon | Havoc Pennington | 1 | -0/+10 |
2001-09-17 | disconnect this callback on error | Havoc Pennington | 1 | -0/+5 |
2001-09-16 | new function | Havoc Pennington | 1 | -0/+12 |
2001-09-16 | add support for a mini icon in the titlebar (update_icon): re-enable | Havoc Pennington | 1 | -0/+13 |
2001-09-11 | fix up handling of text properties, so we get UTF8_STRING as that type and | Havoc Pennington | 1 | -0/+6 |
2001-09-11 | icon for unmaximize | Havoc Pennington | 1 | -0/+10 |
2001-09-11 | Don't separate user_has_moved/user_has_resized, fixes bug in east-resizing | Havoc Pennington | 1 | -0/+11 |
2001-09-09 | don't use gdk_display_name | Havoc Pennington | 1 | -0/+13 |
2001-09-06 | bump version 2.3.5, require newer GTK release | Havoc Pennington | 1 | -0/+4 |
2001-09-05 | make test apps noinst | Havoc Pennington | 1 | -0/+9 |
2001-09-01 | clean up the code, and replace GDK X error handler with one that chains up | Havoc Pennington | 1 | -0/+5 |
2001-08-31 | fix args to gtk_alignment_new() | Havoc Pennington | 1 | -0/+5 |
2001-08-30 | avoid focusing a window on tab popup popdown | Havoc Pennington | 1 | -0/+8 |
2001-08-29 | Switch back to outline. | Havoc Pennington | 1 | -0/+4 |
2001-08-29 | experiment with window-cover-with-icon instead of just the outline; can't | Havoc Pennington | 1 | -0/+5 |
2001-08-29 | add crackrock window-outlining feature | Havoc Pennington | 1 | -0/+6 |
2001-08-29 | wrong atom name - _NET_SUPPORTED not _NET_WM_SUPPORTED | Havoc Pennington | 1 | -0/+13 |
2001-08-29 | Unbreak tab popup a bit. | Havoc Pennington | 1 | -0/+14 |
2001-08-26 | force fullscreen windows to be at 0,0 | Havoc Pennington | 1 | -0/+23 |
2001-08-24 | attempt to use the mask as well as the pixmap. Probably doesn't work so | Havoc Pennington | 1 | -1/+4 |
2001-08-23 | make this look a little nicer | Havoc Pennington | 1 | -0/+4 |
2001-08-22 | all the MWM flag tests were backward | Havoc Pennington | 1 | -0/+5 |
2001-08-22 | half-ass implementation of getting pixmap icons (WM_NORMAL_HINTS and | Havoc Pennington | 1 | -0/+8 |
2001-08-20 | add a "fullscreen" semantic type; if a window requests the screen size | Havoc Pennington | 1 | -0/+9 |
2001-08-20 | we support _NET_WM_ICON | Havoc Pennington | 1 | -0/+16 |
2001-08-19 | remove XSync, error traps already do that | Havoc Pennington | 1 | -0/+9 |
2001-08-19 | add prototype thingy to display windows we're cycling through with tab. | Havoc Pennington | 1 | -0/+10 |
2001-08-19 | Make a half-hearted not-very-tested attempt to handle window resizes | Havoc Pennington | 1 | -0/+7 |
2001-08-19 | hrm, I fixed this wrong the other day. Fixes static gravity when moving | Havoc Pennington | 1 | -1/+7 |
2001-08-19 | also set the current size. Lame hack of the day. | Havoc Pennington | 1 | -3/+5 |
2001-08-19 | use the delay exposes feature to avoid the scren dirt | Havoc Pennington | 1 | -0/+11 |
2001-08-17 | fix for StaticGravity | Havoc Pennington | 1 | -0/+5 |