| Commit message (Expand) | Author | Age | Files | Lines |
* | Look up FlashWindowEx() at run-time from user32.dll. If not found, fall | Tor Lillqvist | 2005-11-28 | 1 | -9/+39 |
* | Once again rework window decoration code. Should fix #322516 and not break | Tor Lillqvist | 2005-11-27 | 2 | -51/+91 |
* | Revert to the correct semantics. (#322516) | Tor Lillqvist | 2005-11-27 | 1 | -7/+4 |
* | 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 |
* | Remove this two-line function which was used only in one place. | Tor Lillqvist | 2005-11-09 | 2 | -50/+70 |
* | Remove unnecessary includes. (gdk_window_set_geometry_hints): Remove code | Tor Lillqvist | 2005-11-09 | 1 | -84/+1 |
* | 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 |
* | Fix also the other place where maskstride is 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 |
* | Rename the variables for the color bitmap to have "color" in their name, | Tor Lillqvist | 2005-11-06 | 1 | -13/+32 |
* | Check G_WIN32_IS_NT_BASED() first, so we can pretend being on Win9x by | Tor Lillqvist | 2005-11-06 | 1 | -8/+14 |
* | As there is only one GdkDisplay in the Win32 backend, check that | Tor Lillqvist | 2005-11-06 | 1 | -7/+7 |
* | Make icon masks work on Win98 (#320152, Peter Zelezny) | Tor Lillqvist | 2005-11-06 | 1 | -19/+47 |
* | Cosmetics. | Tor Lillqvist | 2005-11-02 | 1 | -4/+6 |
* | gdk/win32/gdkcolor-win32.c gdk/win32/gdkscreen-win32.c Whitespace | Tor Lillqvist | 2005-11-02 | 3 | -90/+72 |
* | gdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32.c Add more | Tor Lillqvist | 2005-11-01 | 5 | -129/+187 |
* | use $(GLIB_MKENUMS) instead of glib-mkenums. (#318582, Damien Carbery) | Matthias Clasen | 2005-10-26 | 1 | -2/+2 |
* | Remove an extra const which doesn't seem to affect the placement of the | 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 |
* | 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 |
* | Don't need to call g_free() on a value known to be NULL. | Tor Lillqvist | 2005-09-20 | 1 | -1/+0 |
* | Free return value from gdk_atom_name(). | Tor Lillqvist | 2005-09-20 | 1 | -16/+29 |
* | Do return the correct owner for CLIPBOARD (i.e., the owner of the Windows | Tor Lillqvist | 2005-09-20 | 1 | -8/+11 |
* | 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 |
* | Keep track of cursor position also in root window coordinates. Prune out | Tor Lillqvist | 2005-09-02 | 1 | -11/+14 |
* | 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 |
* | 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 |
* | 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 |
* | Free children in all cases. (#313862, Kjartan Maraas) | Matthias Clasen | 2005-08-19 | 1 | -1/+5 |
* | Fix have_base_pc / have_base_x_pc typo. | Owen Taylor | 2005-08-15 | 1 | -2/+0 |
* | Handle pixmap == NULL when checking for a colormap. (Allin Cottrell). | Owen Taylor | 2005-08-15 | 3 | -3/+3 |
* | gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_back_pixmap) | Owen Taylor | 2005-08-12 | 3 | -0/+18 |
* | Make the last change compile. | J. Ali Harlow | 2005-08-10 | 1 | -2/+3 |
* | Remove superfluous call to gdk_window_get_offsets (). (#313051, Bertram | Owen Taylor | 2005-08-10 | 1 | -3/+0 |
* | Strip out all Xft, FreeType, and pangoxft checking. Rewrite X checks to | Owen Taylor | 2005-08-10 | 2 | -138/+30 |
* | Fix the build | Matthias Clasen | 2005-08-08 | 1 | -0/+3 |
* | Tighten up ABI checking a bit | Matthias Clasen | 2005-08-07 | 2 | -2/+5 |