summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Add Sun mediaLib support so that hardware acceleration via mediaLib isBrian Cameron2007-05-164-4/+113
* Fix context iterations for handle_configure_event()Cody Russell2007-05-131-3/+2
* Fix wrong cairo path generation. (#437879, Eddie C. Dost)Behdad Esfahbod2007-05-121-1/+1
* Don't call into the backend if the region is empty. (#437081, SvenMatthias Clasen2007-05-101-1/+5
* Fix bugs #428733 and #433301. Turns out the lockFocus logic was flawed,Richard Hult2007-05-051-17/+15
* Make sure the leader_window's WM_CLIENT_LEADER points to itself. #435028Dan Winship2007-05-021-2/+6
* Added stub gdk_notify_startup_complete_with_id to compile AddedMichael Emmel2007-05-013-13/+94
* Implement.Richard Hult2007-04-301-0/+24
* Some more compiler warning fixes.Matthias Clasen2007-04-301-1/+1
* Clear correct areaCody Russell2007-04-301-4/+146
* Add functionality to set overall opacity of a top-level window. (#405316)Tor Lillqvist2007-04-305-2/+88
* New method to marshall and send a Startup Notification message. (fromDan Winship2007-04-292-44/+76
* fix two more potential races that could happen when an application isRonald Bultje2007-04-281-5/+11
* Plug memory leaks caused by wrong use of g_slist_remove_link(). (#405515,Matthias Clasen2007-04-281-1/+1
* Factor out window movement functions. (#63820, Tilman Sauerbeck)Matthias Clasen2007-04-271-31/+34
* Factor out translate_pos(). (#63820, Tilman Sauerbeck)Matthias Clasen2007-04-271-24/+20
* Factor out window mapping and unmapping functions. (#63820, TilmanMatthias Clasen2007-04-271-10/+25
* Make list handling code easier to read. (#63820, Tilman Sauerbeck)Matthias Clasen2007-04-271-59/+19
* Use native Win32 cursors where it makes senseCody Russell2007-04-262-78/+84
* Win32 drop shadow goodnessCody Russell2007-04-256-22/+63
* Refactor the process updates functions to share code between them. AlsoRichard Hult2007-04-181-28/+32
* Handle a borderline case correctlyMatthias Clasen2007-04-181-8/+14
* Protect the polling thread setup and shutdown function by mutexes and readRonald Bultje2007-04-111-14/+26
* Change the XSettingsWatchFunc to return a Bool to indicate success. UpdateMatthias Clasen2007-04-103-11/+44
* Clean up namespaces to make the code more maintainable.Richard Hult2007-04-0610-174/+207
* Revert to non-xinerama mode when XineramaQueryScreens returns NULL; patchLoïc Minier2007-04-031-5/+9
* Patch from Matthias to add support for the _NET_WM_USER_TIME_WINDOW EWMHElijah Newren2007-04-011-1/+21
* Initialise nxvisuals to 0 in order to handle XGetVisualInfo() failuresChris Wilson2007-03-171-0/+1
* Add stubs for gdk_notify_startup_complete_with_id andRichard Hult2007-03-151-1/+13
* Add gdk_notify_startup_complete_with_id and gdk_window_set_startup_id.Tor Lillqvist2007-03-152-0/+13
* Make gtk_widget_set_extension_events() work on already realized widgetsMichael Natterer2007-03-141-9/+22
* Apply patch by Vytautas Liuolia for changing the startup notification idEmmanuele Bassi2007-03-135-2/+85
* Doc improvementsMatthias Clasen2007-03-122-1/+5
* Update for the new quartz cairo surface API (#410442). Don't lock focusRichard Hult2007-03-105-135/+184
* Add missing function signature to fix a build warning.Richard Hult2007-03-101-0/+1
* Plug a leak.Richard Hult2007-03-101-2/+6
* Remove unneccesary exposure mask check.Richard Hult2007-03-101-3/+3
* Don't set the font name here, leave that to themes, fixes #387508.Richard Hult2007-03-101-10/+1
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-0912-41/+21
* Defer the callbacks to an idle to avoid deadlock with xcb-ified libX11.Matthias Clasen2007-03-091-3/+13
* gdk/Makefile.am gdk-pixbuf/Makefile.am Further fixes for building on Win32Tor Lillqvist2007-03-061-3/+3
* Add comment clarifying that "icon name" here is not related to theTor Lillqvist2007-02-261-0/+7
* Remove. (gdk_device_get_type): Drop class init function. The X11 versionTor Lillqvist2007-02-193-86/+35
* Setup release pools to plug two leaks, patch from Erik van Pienbroek,Richard Hult2007-02-181-0/+8
* Add stub for gdk_display_add_client_message_filter, patch from TaybinRichard Hult2007-02-182-0/+20
* Import AppKit.h instead of Quartz.h. Don't use userSpaceScaleFactor forRichard Hult2007-02-185-4/+13
* Use PANGO_PIXELS instead of division. (#334617)Behdad Esfahbod2007-02-161-2/+2
* Be more careful when checking for ButtonRelease events that end implicitMatthias Clasen2007-02-161-1/+7
* Fix Win32 resize events and flickeringCody Russell2007-02-151-133/+1
* Add gdk_event_request_motionsCody Russell2007-02-071-0/+1