summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix wrong use of base_finalize. (#105126, Sven Neumann)Owen Taylor2003-04-182-2/+2
* Fix '/' vs. '*' problem in aspect ration computations. (#108237)Owen Taylor2003-04-181-1/+1
* You don't get a XkbMapNotify event if you get a XkbNewKeyboardNotifyOwen Taylor2003-04-182-2/+3
* Flush after ungrabbing the server.Owen Taylor2003-04-073-5/+7
* Use the signed GET_X_LPARAM() and GET_Y_LPARAM() to extract x and yTor Lillqvist2003-03-151-31/+34
* On WM_MOUSEMOVE, the test whether we have actually moved (and thusTor Lillqvist2003-03-131-12/+15
* if a grab cursor is used, must copy the HCURSOR with CopyCursor(), as itTor Lillqvist2003-03-132-13/+31
* Don't try to compensate for LineTo() not drawing the end pixel. It causesTor Lillqvist2003-03-091-6/+2
* Bug #107664 continued:Matthias Clasen2003-03-087-53/+13
* Trivial cleanups (bug #107664)Matthias Clasen2003-03-083-8/+8
* Return gboolean, not gint. (#107664, Morten Welinder)Matthias Clasen2003-03-064-5/+5
* Add a bunch of missing entries. Noticed by Cedric Gustin.Tor Lillqvist2003-03-021-0/+7
* demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.cManish Singh2003-02-281-3/+2
* Associate the keys_changed virtual function with the keys_changed signal.Matthias Clasen2003-02-191-1/+1
* copy the event axes as well.Larry Ewing2003-02-181-0/+14
* Return a GdkVisual *, not a GdkVisual **. (#105243)Matthias Clasen2003-02-061-1/+1
* Merge from stable:Tor Lillqvist2003-02-012-0/+31
* Deprecate. (#60582)Matthias Clasen2003-01-312-12/+11
* Deprecate gtk_paned_computed_position(). (#97077)Matthias Clasen2003-01-311-0/+2
* Remove the attempt-to-allocate then free code. To handle multiple peopleOwen Taylor2003-01-301-16/+0