summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
...
* API doc updates.Matthias Clasen2003-07-141-1/+1
* gdk/x11/gdkevents-x11.c (get_real_window) gdk/x11/gdkinput-x11.cOwen Taylor2003-07-116-101/+159
* Fix memory access error. (#69436)Morten Welinder2003-07-111-1/+1
* Merge from stable.Kristian Rietveld2003-07-092-11/+15
* dear cvs, please SHUT UP love, -krisKristian Rietveld2003-07-091-0/+1
* Change _gdk_x11_send_xevent_async() toOwen Taylor2003-07-083-50/+77
* Lookup all the atoms in the target list at once.Owen Taylor2003-07-056-101/+373
* Move the grabs up earlier, so we don't get a big pile of uncompressedOwen Taylor2003-07-053-17/+7
* Function to get a range of information about all the children of a windowOwen Taylor2003-07-053-84/+373
* Add a function to XSendEvent() and call a calback on failure/success.Owen Taylor2003-07-053-77/+300
* Split toplevel-specific pieces of GdkWindowImplX11 into a separateOwen Taylor2003-07-053-162/+199
* Fix some leftover fields.Owen Taylor2003-07-051-3/+0
* Use asynchronously _gdk_x11_set_input_focus_safe to avoid having to trapOwen Taylor2003-07-0517-211/+632
* We can calculate the width and height of the bounding rectangle only afterTor Lillqvist2003-07-041-4/+16
* Add gdk_string_to_compound_text_for_display. (#116537, Peter Zelezny)Tor Lillqvist2003-07-031-0/+1
* Implement a loader for named themed icon based on from gnome-desktopOwen Taylor2003-07-021-1/+2
* WindowFromPoint() wants screen coordinates (#115422, Tim Evans).Tor Lillqvist2003-07-011-2/+2
* Check for Xcursor.Matthias Clasen2003-06-303-0/+314
* New function, callback proc for EnumWindows().Tor Lillqvist2003-06-309-127/+167
* Fix for #111028, thanks to J. Ali Harlow, who writes: I found that theTor Lillqvist2003-06-288-65/+67
* When emulating X11's automatic grab on button down, pass owner_events asTor Lillqvist2003-06-221-11/+12
* Use application/x-rootwindow-drop for root window drops. (#108670, AlexOwen Taylor2003-06-091-1/+8
* Before delivering an event to a widget, check that (if relevant), theOwen Taylor2003-06-091-3/+7
* swap G and B. Fixes (#114669)Soeren Sandmann2003-06-081-4/+4
* Fix typo.Tor Lillqvist2003-06-061-1/+1
* Set graphics_exposures and subwindow_mode, too, even if they aren'tTor Lillqvist2003-06-061-1/+3
* Handle global filters.Tor Lillqvist2003-06-051-0/+17
* When drawing underlines, join up adjacent runs where possible, so we don'tOwen Taylor2003-06-041-34/+112
* Keep track of when we have a clip mask set for the GC, and when we unsetOwen Taylor2003-06-042-8/+35
* Don't respond to pings on a root window; prevents infinite loops if we areOwen Taylor2003-06-031-1/+3
* #71597, reported by Morten WelinderOwen Taylor2003-06-031-402/+119
* Remove bad optimization for src_rowstride == dest_stride. (Didn't considerOwen Taylor2003-06-031-7/+0
* reenabled button_release events for xinput devices. (#113948)Michael Natterer2003-06-031-1/+8
* added a missing cast.Sven Neumann2003-06-021-1/+0
* Remove dubious bitfields of unspecified signedness. (#112919, MortenMatthias Clasen2003-05-274-9/+9
* Only include the Default and Emacs themes' gtkrc files. IncludeTor Lillqvist2003-05-271-1/+1
* Use XftDrawSetClipRectangles(), since we're inside HAVE_XFT2 anyway.Matthias Clasen2003-05-211-20/+0
* Comprehensively zero all unused parts of client messages (Mainly Motif DNDOwen Taylor2003-05-203-5/+52
* Patch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresis inconsistency andOwen Taylor2003-05-143-3/+5
* Remove unecessary g_return_if_fail(). (#105500, Morten Welinder.)Owen Taylor2003-05-141-2/+0
* Patch from James Henstridge to update to automake-1.7 (#109542)Owen Taylor2003-05-064-156/+121
* Fix for #110165 (thanks to Arnaud Charlet):Tor Lillqvist2003-05-061-14/+33
* Patch from Alex Larsson fixing problem with restacking during DND.Owen Taylor2003-04-211-1/+1
* Calling XFlush() after ungrabbing, to avoid problems if the appOwen Taylor2003-04-211-2/+14
* Add SKIP_TASKBAR/SKIP_PAGER to set of properties we might set on map.Owen Taylor2003-04-211-2/+18
* Fix for the case when gdk_event_copy() is called on a non-allocated event.Owen Taylor2003-04-181-4/+6
* Fix pointer arithmetic on 'void *'. (#108322)Owen Taylor2003-04-181-2/+2
* Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and useOwen Taylor2003-04-181-0/+6
* Patch from Morten Welinder to catch Sun servers with a brokenOwen Taylor2003-04-183-6/+53
* Use gdk_free_compound_text(), not g_free(). (#107643, Michael Zucchi)Owen Taylor2003-04-181-1/+1