| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove dubious bitfields of unspecified signedness. (#112919, Morten | Matthias Clasen | 2003-05-27 | 4 | -9/+9 |
* | Only include the Default and Emacs themes' gtkrc files. Include | Tor Lillqvist | 2003-05-27 | 1 | -1/+1 |
* | Use XftDrawSetClipRectangles(), since we're inside HAVE_XFT2 anyway. | Matthias Clasen | 2003-05-21 | 1 | -20/+0 |
* | Comprehensively zero all unused parts of client messages (Mainly Motif DND | Owen Taylor | 2003-05-20 | 3 | -5/+52 |
* | Patch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresis inconsistency and | Owen Taylor | 2003-05-14 | 3 | -3/+5 |
* | Remove unecessary g_return_if_fail(). (#105500, Morten Welinder.) | Owen Taylor | 2003-05-14 | 1 | -2/+0 |
* | Patch from James Henstridge to update to automake-1.7 (#109542) | Owen Taylor | 2003-05-06 | 4 | -156/+121 |
* | Fix for #110165 (thanks to Arnaud Charlet): | Tor Lillqvist | 2003-05-06 | 1 | -14/+33 |
* | Patch from Alex Larsson fixing problem with restacking during DND. | Owen Taylor | 2003-04-21 | 1 | -1/+1 |
* | Calling XFlush() after ungrabbing, to avoid problems if the app | Owen Taylor | 2003-04-21 | 1 | -2/+14 |
* | Add SKIP_TASKBAR/SKIP_PAGER to set of properties we might set on map. | Owen Taylor | 2003-04-21 | 1 | -2/+18 |
* | Fix for the case when gdk_event_copy() is called on a non-allocated event. | Owen Taylor | 2003-04-18 | 1 | -4/+6 |
* | Fix pointer arithmetic on 'void *'. (#108322) | Owen Taylor | 2003-04-18 | 1 | -2/+2 |
* | Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and use | Owen Taylor | 2003-04-18 | 1 | -0/+6 |
* | Patch from Morten Welinder to catch Sun servers with a broken | Owen Taylor | 2003-04-18 | 3 | -6/+53 |
* | Use gdk_free_compound_text(), not g_free(). (#107643, Michael Zucchi) | Owen Taylor | 2003-04-18 | 1 | -1/+1 |
* | Fix wrong use of base_finalize. (#105126, Sven Neumann) | Owen Taylor | 2003-04-18 | 2 | -2/+2 |
* | Fix '/' vs. '*' problem in aspect ration computations. (#108237) | Owen Taylor | 2003-04-18 | 1 | -1/+1 |
* | You don't get a XkbMapNotify event if you get a XkbNewKeyboardNotify | Owen Taylor | 2003-04-18 | 2 | -2/+3 |
* | Flush after ungrabbing the server. | Owen Taylor | 2003-04-07 | 3 | -5/+7 |
* | Use the signed GET_X_LPARAM() and GET_Y_LPARAM() to extract x and y | Tor Lillqvist | 2003-03-15 | 1 | -31/+34 |
* | On WM_MOUSEMOVE, the test whether we have actually moved (and thus | Tor Lillqvist | 2003-03-13 | 1 | -12/+15 |
* | if a grab cursor is used, must copy the HCURSOR with CopyCursor(), as it | Tor Lillqvist | 2003-03-13 | 2 | -13/+31 |
* | Don't try to compensate for LineTo() not drawing the end pixel. It causes | Tor Lillqvist | 2003-03-09 | 1 | -6/+2 |
* | Bug #107664 continued: | Matthias Clasen | 2003-03-08 | 7 | -53/+13 |
* | Trivial cleanups (bug #107664) | Matthias Clasen | 2003-03-08 | 3 | -8/+8 |
* | Return gboolean, not gint. (#107664, Morten Welinder) | Matthias Clasen | 2003-03-06 | 4 | -5/+5 |
* | Add a bunch of missing entries. Noticed by Cedric Gustin. | Tor Lillqvist | 2003-03-02 | 1 | -0/+7 |
* | demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.c | Manish Singh | 2003-02-28 | 1 | -3/+2 |
* | Associate the keys_changed virtual function with the keys_changed signal. | Matthias Clasen | 2003-02-19 | 1 | -1/+1 |
* | copy the event axes as well. | Larry Ewing | 2003-02-18 | 1 | -0/+14 |
* | Return a GdkVisual *, not a GdkVisual **. (#105243) | Matthias Clasen | 2003-02-06 | 1 | -1/+1 |
* | Merge from stable: | Tor Lillqvist | 2003-02-01 | 2 | -0/+31 |
* | Deprecate. (#60582) | Matthias Clasen | 2003-01-31 | 2 | -12/+11 |
* | Deprecate gtk_paned_computed_position(). (#97077) | Matthias Clasen | 2003-01-31 | 1 | -0/+2 |
* | Remove the attempt-to-allocate then free code. To handle multiple people | Owen Taylor | 2003-01-30 | 1 | -16/+0 |
* | Make the translation of GDK_KP_Decimal dependent on LC_NUMERIC. (#101225) | Owen Taylor | 2003-01-29 | 1 | -0/+27 |
* | add a "return" at the end of the function, so there is a statement | Manish Singh | 2003-01-22 | 1 | -0/+1 |
* | Merge from stable: | Tor Lillqvist | 2003-01-19 | 2 | -3/+18 |
* | Merge from stable: | Tor Lillqvist | 2003-01-12 | 3 | -7/+36 |
* | #include <stdlib.h> for putenv, <string.h> for strlen. | Manish Singh | 2003-01-09 | 2 | -0/+5 |
* | Use correct DLL and import library names, with GTK_API_VERSION in name, | Tor Lillqvist | 2003-01-05 | 8 | -180/+22 |
* | Move the code that sets the window style and extended window style, and | Tor Lillqvist | 2002-12-21 | 2 | -92/+130 |
* | Call the filters on the window where the event is received, not on the | Owen Taylor | 2002-12-19 | 1 | -7/+25 |
* | Implement two missing functions (#101369) | Tor Lillqvist | 2002-12-17 | 1 | -0/+2 |
* | Minor cosmetics. | Tor Lillqvist | 2002-12-17 | 3 | -3/+21 |
* | Fix a bug with checking the private flag on the wrong window; improve the | Owen Taylor | 2002-12-15 | 1 | -2/+13 |
* | Use g_printf instead of system printf. (#99327) | Matthias Clasen | 2002-12-15 | 7 | -27/+28 |
* | gdk/gdkscreen.c (gdk_screen_get_monitor_at_point) Provide a useful | Owen Taylor | 2002-12-14 | 1 | -9/+63 |
* | gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new, gdk_bitmap_create_from_data, | Tor Lillqvist | 2002-12-11 | 4 | -41/+46 |