| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some uninitialized variable errors reported by valgrind (see #153338) | Elijah Newren | 2004-09-22 | 1 | -0/+3 |
* | Add _NET_FRAME_EXTENTS and _NET_REQUEST_FRAME_EXTENTS. | Thomas Fitzsimmons | 2004-01-10 | 1 | -0/+39 |
* | add an event_serial argument and use it when the pointer is already | Havoc Pennington | 2003-11-24 | 1 | -1/+15 |
* | Inherit visual from frame window so that metacity will work with the new | Rob Adams | 2003-11-16 | 1 | -3/+14 |
* | fix warnings (one was a real bug) | Havoc Pennington | 2003-09-29 | 1 | -0/+1 |
* | harden against null return from gdk_pixmap_foreign_new. Fix for #116923. | Rob Adams | 2003-08-30 | 1 | -9/+12 |
* | Patch from Soeren Sandmann #108926 to improve opaque resize | Havoc Pennington | 2003-08-16 | 1 | -10/+66 |
* | make raise-on-click explicitly only happen in click to focus mode. | Havoc Pennington | 2003-06-12 | 1 | -10/+18 |
* | Get and use double-click speed from GtkSettings (Bug #103218). | Ray Strode | 2003-05-30 | 1 | -0/+20 |
* | purge HAVE_GTK_MULTIHEAD from the source code, not just from configure.in. | Havoc Pennington | 2003-04-21 | 1 | -16/+8 |
* | require GTK+ 2.2.0 | Havoc Pennington | 2003-02-13 | 1 | -22/+0 |
* | handle the client having a shape mask, fixes #101806 | Havoc Pennington | 2003-01-05 | 1 | -6/+9 |
* | fix a multihead safety thing (use proper system colormap for the | Havoc Pennington | 2002-11-15 | 1 | -0/+4 |
* | put multihead stuff in HAVE_GTK_MULTIHEAD, reported by John Palmieri | Havoc Pennington | 2002-10-20 | 1 | -6/+13 |
* | call meta_image_window_new in multihead-safe way | Havoc Pennington | 2002-10-18 | 1 | -2/+10 |
* | Add a modifier key preference for the Alt+click stuff. Can be set to | Havoc Pennington | 2002-10-07 | 1 | -0/+45 |
* | Register window menu icons with the Gtk stock system, instead of using the | Jorn Baayen | 2002-08-10 | 1 | -1/+48 |
* | filter out key events that happen on popup menus etc. | Havoc Pennington | 2002-08-10 | 1 | -0/+19 |
* | adapt to virtual modifiers (meta_display_process_mapping_event): we need | Havoc Pennington | 2002-07-14 | 1 | -23/+30 |
* | verbose-log on startup whether we were compiled with various extensions | Havoc Pennington | 2002-05-31 | 1 | -0/+9 |
* | DefaultScreen() returns the screen number not Screen* | Havoc Pennington | 2002-05-09 | 1 | -0/+7 |
* | Add multi-screen support. Also add patch by Erwann Chenede to make | Anders Carlsson | 2002-05-08 | 1 | -2/+2 |
* | don't leak the PangoContext | Havoc Pennington | 2002-04-29 | 1 | -0/+1 |
* | remove caveats about keybindings | Havoc Pennington | 2002-04-28 | 1 | -0/+46 |
* | same fix as libwnck, avoid using cmap with the wrong depth | Havoc Pennington | 2002-04-13 | 1 | -0/+9 |
* | Work on opaque animations more, still suck too much to turn on. Not sure | Havoc Pennington | 2002-03-05 | 1 | -27/+38 |
* | fix the be-sure-we-create-coverage-cache hack | Havoc Pennington | 2002-02-23 | 1 | -7/+20 |
* | put in hack to keep Pango from mangling our server grab and locking up on | Havoc Pennington | 2002-02-23 | 1 | -8/+9 |
* | disable custom log handler and fatal mask for now | Havoc Pennington | 2002-02-07 | 1 | -0/+14 |
* | separate code to draw frame from the expose_event handler, so in principle | Havoc Pennington | 2002-01-27 | 1 | -0/+10 |
* | fix gdkatom/xatom screwup - gee, I should read my warnings | Havoc Pennington | 2001-12-07 | 1 | -1/+1 |
* | add bad hack to work with GTK 1.3.9.90 RPMs from gnomehide for nowMETACITY_2_3_21 | Havoc Pennington | 2001-10-13 | 1 | -0/+5 |
* | use gdk_pixbuf_new_from_inline (meta_ui_get_default_mini_icon): use | Mikael Hallendal | 2001-10-12 | 1 | -2/+2 |
* | add hackaround for the warning about gtk-menu-bar-accel | Havoc Pennington | 2001-09-18 | 1 | -0/+9 |
* | ref the returned icon, oops.METACITY_2_3_13 | Havoc Pennington | 2001-09-17 | 1 | -0/+4 |
* | use the inline image data for default icon | Havoc Pennington | 2001-09-17 | 1 | -10/+44 |
* | add support for a mini icon in the titlebar (update_icon): re-enable | Havoc Pennington | 2001-09-16 | 1 | -0/+10 |
* | fix up handling of text properties, so we get UTF8_STRING as that type and | Havoc Pennington | 2001-09-11 | 1 | -0/+27 |
* | icon for unmaximize | Havoc Pennington | 2001-09-11 | 1 | -1/+1 |
* | don't use gdk_display_name | Havoc Pennington | 2001-09-09 | 1 | -1/+1 |
* | fix args to gtk_alignment_new()METACITY_2_3_3 | Havoc Pennington | 2001-08-31 | 1 | -0/+1 |
* | avoid focusing a window on tab popup popdown | Havoc Pennington | 2001-08-30 | 1 | -2/+22 |
* | force fullscreen windows to be at 0,0 | Havoc Pennington | 2001-08-26 | 1 | -6/+6 |
* | attempt to use the mask as well as the pixmap. Probably doesn't work so | Havoc Pennington | 2001-08-24 | 1 | -10/+45 |
* | we support _NET_WM_ICON | Havoc Pennington | 2001-08-20 | 1 | -0/+35 |
* | remove XSync, error traps already do that | Havoc Pennington | 2001-08-19 | 1 | -0/+9 |
* | also set the current size. Lame hack of the day. | Havoc Pennington | 2001-08-19 | 1 | -1/+11 |
* | use the delay exposes feature to avoid the scren dirt | Havoc Pennington | 2001-08-19 | 1 | -1/+13 |
* | add opaque minimize/shade feature. The wireframe seemed kind of confusing | Havoc Pennington | 2001-08-06 | 1 | -0/+91 |
* | ... | rhp | 2001-07-26 | 1 | -6/+0 |