summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Fix the coordinates in crossing events so they are relative to the rightRichard Hult2007-06-011-16/+107
* Make function naming consistent for the various functions that retrieveRichard Hult2007-06-013-128/+68
* Add support for composited child windows. (#412882, Ryan Lortie)Matthias Clasen2007-06-0116-3/+295
* Fix doc typos.Alp Toker2007-06-011-1/+1
* Add this function, bug #438440.Richard Hult2007-05-301-0/+10
* Subtract the multi-monitor offset from x and y before setting up theTor Lillqvist2007-05-301-0/+3
* Closed #442183 – Updated gdk/gdkkeysyms-update.plSimos Xenitellis2007-05-301-18/+18
* Fix initialization of last cursorCody Russell2007-05-291-1/+1
* Break out code that was repeated into separate functions and call themRichard Hult2007-05-281-55/+176
* Fix typo, we need both press and release in the mask to trigger implicitRichard Hult2007-05-281-3/+2
* Reset all the grab state, to help debugging. (gdk_event_translate): UseRichard Hult2007-05-281-2/+5
* Refactored version of _gdk_quartz_window_find_child_by_point, that doesn'tRichard Hult2007-05-282-19/+117
* Don't traverse beyond the toplevel of the passed in window.Richard Hult2007-05-281-12/+18
* Set a size for the root window.Richard Hult2007-05-281-0/+8
* Add comments about what various coordinates are relative to.Richard Hult2007-05-281-5/+9
* Remove duplicate doc comments that cause problems when building the docs.Matthias Clasen2007-05-271-24/+0
* Update docsMatthias Clasen2007-05-261-2/+3
* Update docsMatthias Clasen2007-05-261-0/+4
* Fix docsMatthias Clasen2007-05-262-15/+1
* Implement copying from a window, part of bug #348493.Richard Hult2007-05-251-2/+61
* 2.11.0GTK_2_11_0Matthias Clasen2007-05-242-0/+168
* Add some missing symbols.Matthias Clasen2007-05-232-0/+4
* Set the resolution.Richard Hult2007-05-212-17/+17
* Updated minimum DirectFB version required to enable gdk_directfb_create_child...Attilio Fiandrotti2007-05-202-2/+2
* 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