| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't ignore errors from g_option_context_parse(). | Matthias Clasen | 2005-12-06 | 1 | -1/+6 |
* | fix missing hash table initialization. | Tim Janik | 2005-12-06 | 1 | -1/+4 |
* | map the new GtkSettings properties "timeout-initial", "timeout-repeat", | Michael Natterer | 2005-12-05 | 1 | -0/+4 |
* | Use g_slice instead of mem chunks. | Matthias Clasen | 2005-12-05 | 2 | -26/+4 |
* | Implement the conditional use of FlashWindowEx() properly for MSVC | Tor Lillqvist | 2005-11-28 | 1 | -37/+38 |
* | Once again rework Win32 window decoration code. Doesn't break #104514. The | Tor Lillqvist | 2005-11-27 | 1 | -52/+87 |
* | Revert to the correct semantics. (#322516) | Tor Lillqvist | 2005-11-27 | 1 | -7/+4 |
* | Add quartz backend. | Anders Carlsson | 2005-11-22 | 34 | -2/+7207 |
* | new internal function which destroys the display's event source. Also | Michael Natterer | 2005-11-16 | 3 | -5/+16 |
* | destroy display->xid_ht as late as possible (right before XCloseDisplay) | Michael Natterer | 2005-11-15 | 1 | -3/+3 |
* | Documentation improvements. (#321338) | Matthias Clasen | 2005-11-14 | 1 | -1/+1 |
* | Remove an erroneous semicolon. | Matthias Clasen | 2005-11-10 | 1 | -1/+1 |
* | Don't corrupt odd keymaps (#316638, Kean Johnston) | Matthias Clasen | 2005-11-10 | 1 | -5/+21 |
* | Applied patch from maemo-gtk that addresses many issues wrt display | Michael Natterer | 2005-11-10 | 10 | -79/+165 |
* | gdk/gdkinternals.h Add new GDK_DEBUG_DRAW flag to the GdkDebugFlag enum. | Tor Lillqvist | 2005-11-09 | 3 | -23/+25 |
* | Remove unnecessary includes. | Tor Lillqvist | 2005-11-09 | 2 | -55/+71 |
* | gdk/win32/gdkwindow-win32.h (struct _GdkWindowImplWin32) Store the type | Tor Lillqvist | 2005-11-09 | 2 | -0/+17 |
* | Remove code that has been permanently ifdeffed out for two years. | Tor Lillqvist | 2005-11-08 | 1 | -79/+0 |
* | Unref tile and stipple when finalizing a gc. (#320789, Nickolay V. | Matthias Clasen | 2005-11-08 | 1 | -0/+4 |
* | Ignore icons if they would make the request large enough to cause Xlib to | Matthias Clasen | 2005-11-08 | 1 | -3/+19 |
* | gdk/gdk.symbols gdk/gdkwindow.h added gdk_window_get_type_hint() (patch | Michael Natterer | 2005-11-08 | 3 | -2/+68 |
* | Fix also the other place where maskstride was calculated. | Tor Lillqvist | 2005-11-07 | 1 | -5/+1 |
* | Correct the calculation of maskstride. (#320152, Peter Zelezny) | Tor Lillqvist | 2005-11-07 | 1 | -5/+1 |
* | (pixbuf_to_hbitmaps_alpha_winxp): Use an 1-bit mask bitmap, like | Tor Lillqvist | 2005-11-06 | 1 | -36/+81 |
* | As there is only one GdkDisplay in the Win32 backend, check that | Tor Lillqvist | 2005-11-03 | 1 | -7/+7 |
* | Rename the variables for the color bitmap to have "color" in their name, | Tor Lillqvist | 2005-11-03 | 1 | -18/+26 |
* | gdk/win32/gdkcolor-win32.c gdk/win32/gdkscreen-win32.c Whitespace | Tor Lillqvist | 2005-11-02 | 3 | -95/+79 |
* | gdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32.c Add more | Tor Lillqvist | 2005-11-01 | 5 | -129/+186 |
* | use $(GLIB_MKENUMS) instead of glib-mkenums. (#318582, Damien Carbery) | Matthias Clasen | 2005-10-26 | 1 | -2/+2 |
* | Fix #317844 | Matthias Clasen | 2005-10-26 | 1 | -1/+1 |
* | Make the initialization of screen_x11->xft_rgba more explicit. (#319627, | Matthias Clasen | 2005-10-25 | 1 | -1/+1 |
* | Add settings to hide the input method and Unicode control character | Matthias Clasen | 2005-10-24 | 1 | -0/+2 |
* | Remove the clipboard viewer code. It didn't really do anything useful, and | Tor Lillqvist | 2005-10-14 | 1 | -121/+2 |
* | Don't treat Alt-Enter specially. It does not have any special meaning and | Tor Lillqvist | 2005-10-13 | 1 | -3/+2 |
* | Set visual depth to 24 for 32 bits-per-pixel devices on Win32. This allows | Tor Lillqvist | 2005-10-13 | 3 | -5/+4 |
* | In case BitBlt() fails with ERROR_INVALID_HANDLE, the most probable cause | Tor Lillqvist | 2005-09-30 | 1 | -2/+4 |
* | Set the shaped flag here, too. (#316871) | Tor Lillqvist | 2005-09-26 | 1 | -1/+6 |
* | Fix #316871, reported by Dan Winship: | Matthias Clasen | 2005-09-26 | 3 | -2/+11 |
* | Free return value from gdk_atom_name(). | Tor Lillqvist | 2005-09-20 | 1 | -16/+28 |
* | Do return the correct owner for CLIPBOARD (i.e., the owner of the Windows | Tor Lillqvist | 2005-09-20 | 1 | -8/+11 |
* | *** empty log message *** | Matthias Clasen | 2005-09-20 | 4 | -28/+34 |
* | export _gdk_win32_pixbuf_to_hicon() as | Hans Breuer | 2005-09-18 | 3 | -0/+8 |
* | fix typo for GTK_VER; define HAVE_CONFIG_H cause gtkprogressbar.c has | Hans Breuer | 2005-09-18 | 3 | -4/+43 |
* | Various cleanups. (#315359, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 7 | -39/+17 |
* | Broken pipe | Matthias Clasen | 2005-09-11 | 7 | -34/+66 |
* | New function to avoid pointless strdups when creating atoms from static | Matthias Clasen | 2005-09-11 | 3 | -4/+4 |
* | Make it possible to determine if a key event is for a modifier key: | Matthias Clasen | 2005-09-09 | 4 | -2/+41 |
* | Typo. | Tor Lillqvist | 2005-09-08 | 1 | -1/+1 |
* | Cache the display name. There is only one GdkDisplay on Win32, and | Tor Lillqvist | 2005-09-08 | 2 | -9/+21 |
* | Make the modmap reflexive. (_gdk_keymap_add_virtual_modifiers): Don't add | Matthias Clasen | 2005-09-07 | 1 | -2/+10 |