| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't use GDK_ALT_MASK. | Matthias Clasen | 2005-09-06 | 1 | -1/+0 |
* | Add support for extra virtual modifiers: (#85780, Owen Taylor) | Matthias Clasen | 2005-09-06 | 4 | -9/+103 |
* | Keep track of cursor position also in root window coordinates. Prune out | Tor Lillqvist | 2005-09-02 | 1 | -11/+14 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 5 | -8/+12 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Intern type names before registering the type to avoid unnecessary copies. | Matthias Clasen | 2005-08-31 | 24 | -24/+24 |
* | Free state.children in all cases. (#313862, Kjartan Maraas) | Matthias Clasen | 2005-08-29 | 1 | -1/+8 |
* | Don't warn when G_MAXLONG is passed as length. | Matthias Clasen | 2005-08-27 | 1 | -5/+2 |
* | Make the GdkScreen font options api public, and add properties | Matthias Clasen | 2005-08-26 | 5 | -59/+136 |
* | Handle theme == NULL. | Owen Taylor | 2005-08-25 | 1 | -3/+5 |
* | Use gdk_screen_init as instance_init, not base_init! (Fix from Frederic | Owen Taylor | 2005-08-25 | 1 | -5/+5 |
* | Add a note about cut-and-paste between here and Pango. | Owen Taylor | 2005-08-24 | 1 | -0/+1 |
* | Fix for #314004, reported by Michael Reinsch: | Owen Taylor | 2005-08-24 | 4 | -2/+152 |
* | After checking XLib sources, XGetWindowProperty does set data to NULL. | Matthias Clasen | 2005-08-19 | 1 | -1/+0 |
* | Free data returned from XGetWindowProperty. | Matthias Clasen | 2005-08-19 | 2 | -5/+20 |