summaryrefslogtreecommitdiff
path: root/src/ui.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for RTL languages so that alt-tab, etc., go the other way. InYair Hershkovitz2007-05-251-0/+9
* Remove incorrect usage of window.h from menu.c. See #426791 & #382962.Elijah Newren2007-04-161-1/+1
* Remove grab_start_serial, which we expect to be an ancient attempt toElijah Newren2007-04-091-20/+1
* Remove #include <pango/pangox.h> since it's apparently not installedKjartan Maraas2007-03-171-2/+0
* remove deprecated gtk stuff.Priit Laes2006-11-051-10/+10
* use g_strdup to allocate a string, not strdup. Fixes #363354.Thomas James Alexander Thurman2006-11-051-1/+1
* Added "above" to the list of flags a frame can have, so that we know whenThomas James Alexander Thurman2006-10-071-0/+2
* Stick an emacs comment directive at the beginning of all the code files soElijah Newren2006-10-011-0/+2
* avoid a compilation warning by making sure to return something. #348067Elijah Newren2006-09-181-1/+1
* Patch from Ed Catmur to fix keybindings with hex-values (coming fromElijah Newren2006-08-211-6/+32
* Kill usage of libegg. #348633.Thomas James Alexander Thurman2006-07-261-40/+40
* Avoid a case where a struct's fields might be updated after it was freed.Thomas James Alexander Thurman2006-07-221-6/+9
* Delete unused META_PRIORITY_COMPOSITESøren Sandmann2006-05-041-5/+2
* *** empty log message ***Björn Lindqvist2006-04-101-14/+0
* Patch from Thomas Thurman to prevent setting cycle_windows to keybindingsElijah Newren2006-02-271-0/+37
* 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