summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the translation of GDK_KP_Decimal dependent on LC_NUMERIC. (#101225)Owen Taylor2003-01-291-0/+27
* add a "return" at the end of the function, so there is a statementManish Singh2003-01-221-0/+1
* Merge from stable:Tor Lillqvist2003-01-192-3/+18
* Merge from stable:Tor Lillqvist2003-01-123-7/+36
* #include <stdlib.h> for putenv, <string.h> for strlen.Manish Singh2003-01-092-0/+5
* Use correct DLL and import library names, with GTK_API_VERSION in name,Tor Lillqvist2003-01-058-180/+22
* Move the code that sets the window style and extended window style, andTor Lillqvist2002-12-212-92/+130
* Call the filters on the window where the event is received, not on theOwen Taylor2002-12-191-7/+25
* Implement two missing functions (#101369)Tor Lillqvist2002-12-171-0/+2
* Minor cosmetics.Tor Lillqvist2002-12-173-3/+21
* Fix a bug with checking the private flag on the wrong window; improve theOwen Taylor2002-12-151-2/+13
* Use g_printf instead of system printf. (#99327)Matthias Clasen2002-12-157-27/+28
* gdk/gdkscreen.c (gdk_screen_get_monitor_at_point) Provide a usefulOwen Taylor2002-12-141-9/+63
* gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new, gdk_bitmap_create_from_data,Tor Lillqvist2002-12-114-41/+46