summaryrefslogtreecommitdiff
path: root/src/ui.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some uninitialized variable errors reported by valgrind (see #153338)Elijah Newren2004-09-221-0/+3
* Add _NET_FRAME_EXTENTS and _NET_REQUEST_FRAME_EXTENTS.Thomas Fitzsimmons2004-01-101-0/+39
* add an event_serial argument and use it when the pointer is alreadyHavoc Pennington2003-11-241-1/+15
* Inherit visual from frame window so that metacity will work with the newRob Adams2003-11-161-3/+14
* fix warnings (one was a real bug)Havoc Pennington2003-09-291-0/+1
* harden against null return from gdk_pixmap_foreign_new. Fix for #116923.Rob Adams2003-08-301-9/+12
* Patch from Soeren Sandmann #108926 to improve opaque resizeHavoc Pennington2003-08-161-10/+66
* make raise-on-click explicitly only happen in click to focus mode.Havoc Pennington2003-06-121-10/+18
* Get and use double-click speed from GtkSettings (Bug #103218).Ray Strode2003-05-301-0/+20
* purge HAVE_GTK_MULTIHEAD from the source code, not just from configure.in.Havoc Pennington2003-04-211-16/+8
* require GTK+ 2.2.0Havoc Pennington2003-02-131-22/+0
* handle the client having a shape mask, fixes #101806Havoc Pennington2003-01-051-6/+9
* fix a multihead safety thing (use proper system colormap for theHavoc Pennington2002-11-151-0/+4
* put multihead stuff in HAVE_GTK_MULTIHEAD, reported by John PalmieriHavoc Pennington2002-10-201-6/+13
* call meta_image_window_new in multihead-safe wayHavoc Pennington2002-10-181-2/+10
* Add a modifier key preference for the Alt+click stuff. Can be set toHavoc Pennington2002-10-071-0/+45
* Register window menu icons with the Gtk stock system, instead of using theJorn Baayen2002-08-101-1/+48
* filter out key events that happen on popup menus etc.Havoc Pennington2002-08-101-0/+19
* adapt to virtual modifiers (meta_display_process_mapping_event): we needHavoc Pennington2002-07-141-23/+30
* verbose-log on startup whether we were compiled with various extensionsHavoc Pennington2002-05-311-0/+9
* DefaultScreen() returns the screen number not Screen*Havoc Pennington2002-05-091-0/+7
* Add multi-screen support. Also add patch by Erwann Chenede to makeAnders Carlsson2002-05-081-2/+2
* don't leak the PangoContextHavoc Pennington2002-04-291-0/+1
* remove caveats about keybindingsHavoc Pennington2002-04-281-0/+46
* same fix as libwnck, avoid using cmap with the wrong depthHavoc Pennington2002-04-131-0/+9
* Work on opaque animations more, still suck too much to turn on. Not sureHavoc Pennington2002-03-051-27/+38
* fix the be-sure-we-create-coverage-cache hackHavoc Pennington2002-02-231-7/+20
* put in hack to keep Pango from mangling our server grab and locking up onHavoc Pennington2002-02-231-8/+9
* disable custom log handler and fatal mask for nowHavoc Pennington2002-02-071-0/+14
* separate code to draw frame from the expose_event handler, so in principleHavoc Pennington2002-01-271-0/+10
* fix gdkatom/xatom screwup - gee, I should read my warningsHavoc Pennington2001-12-071-1/+1
* add bad hack to work with GTK 1.3.9.90 RPMs from gnomehide for nowMETACITY_2_3_21Havoc Pennington2001-10-131-0/+5
* use gdk_pixbuf_new_from_inline (meta_ui_get_default_mini_icon): useMikael Hallendal2001-10-121-2/+2
* add hackaround for the warning about gtk-menu-bar-accelHavoc Pennington2001-09-181-0/+9
* ref the returned icon, oops.METACITY_2_3_13Havoc Pennington2001-09-171-0/+4
* use the inline image data for default iconHavoc Pennington2001-09-171-10/+44
* add support for a mini icon in the titlebar (update_icon): re-enableHavoc Pennington2001-09-161-0/+10
* fix up handling of text properties, so we get UTF8_STRING as that type andHavoc Pennington2001-09-111-0/+27
* icon for unmaximizeHavoc Pennington2001-09-111-1/+1
* don't use gdk_display_nameHavoc Pennington2001-09-091-1/+1
* fix args to gtk_alignment_new()METACITY_2_3_3Havoc Pennington2001-08-311-0/+1
* avoid focusing a window on tab popup popdownHavoc Pennington2001-08-301-2/+22
* force fullscreen windows to be at 0,0Havoc Pennington2001-08-261-6/+6
* attempt to use the mask as well as the pixmap. Probably doesn't work soHavoc Pennington2001-08-241-10/+45
* we support _NET_WM_ICONHavoc Pennington2001-08-201-0/+35
* remove XSync, error traps already do thatHavoc Pennington2001-08-191-0/+9
* also set the current size. Lame hack of the day.Havoc Pennington2001-08-191-1/+11
* use the delay exposes feature to avoid the scren dirtHavoc Pennington2001-08-191-1/+13
* add opaque minimize/shade feature. The wireframe seemed kind of confusingHavoc Pennington2001-08-061-0/+91
* ...rhp2001-07-261-6/+0