summaryrefslogtreecommitdiff
path: root/gdk/win32
Commit message (Expand)AuthorAgeFilesLines
* Convert \n to \r\n also when storing CF_UNICODETEXT (UTF-16) in theTor Lillqvist2006-06-111-3/+14
* Call ReleaseDC() on DCs acquired with GetDC() (for windows), andTor Lillqvist2006-06-091-1/+4
* [WM_WINDOWPOSCHANGED] Replace identical code as inTor Lillqvist2006-06-081-57/+102
* Look at both GDK_SCROLL_MASK and GDK_BUTTON_PRESS_MASK. (#139628)Tor Lillqvist2006-05-091-5/+6
* Create 'composited' label.Søren Sandmann2006-04-251-0/+8
* Merge the gtk-printing branch. For more detailed ChangeLog entries, seeAlexander Larsson2006-04-212-3/+23
* Map VK_NUMPAD[0-9] to GDK_KP_[0-9]. (#337562)Tor Lillqvist2006-04-191-0/+20
* Correct the appearance of non-square icons and cursors: pad them to squareTor Lillqvist2006-04-061-28/+55
* Make _gdk_windowing_args const.Matthias Clasen2006-04-031-1/+1
* Include gdksreen.h (#337032, Kazuki IWAMOTO)Matthias Clasen2006-04-031-0/+1
* New function to allow wrapping a native pixmap without a server roundtrip.Matthias Clasen2006-03-301-0/+12
* Use Polygon() for outlined polygons, too. Same idea as inTor Lillqvist2006-03-111-19/+9
* gdk/gdkscreen.h gdk/x11/gdkscreen-x11.c addedMichael Natterer2006-03-081-0/+16
* New function, return TRUE. (gdk_display_supports_input_shapes): NewTor Lillqvist2006-02-201-0/+20
* New function. Factor out code from gdk_window_shape_combine_mask().Tor Lillqvist2006-02-201-19/+107
* Replace all calls to g_strcasecmp() with g_ascii_strcasecmp().Tor Lillqvist2006-02-201-52/+52
* If we don't know where we went, and have generated a leave event, setTor Lillqvist2006-02-091-0/+1
* gdk/win32/gdkevents-win32.c (gdk_event_translate) <WM_MOUSEACTIVATE> CallJohn Ehresman2006-02-092-3/+20
* Let gdk_window_set_decorations() take precedence over anything derivedJohn Ehresman2006-02-091-96/+134
* Consistenly use assign_object() when assigning GdkWindow pointers so thatTor Lillqvist2006-02-081-7/+22
* Make identical to the X11 implementation. (#322264, John Ehresman)Tor Lillqvist2006-01-021-20/+0
* Revert stuff that was accidentally committed.Tor Lillqvist2006-01-021-41/+0
* Get the invalidated region from ScrollWindowEx() instead of an incorrectTor Lillqvist2006-01-023-24/+61
* Implement the conditional use of FlashWindowEx() properly for MSVCTor Lillqvist2005-11-281-37/+38
* Once again rework Win32 window decoration code. Doesn't break #104514. TheTor Lillqvist2005-11-271-52/+87
* Revert to the correct semantics. (#322516)Tor Lillqvist2005-11-271-7/+4
* gdk/gdkinternals.h Add new GDK_DEBUG_DRAW flag to the GdkDebugFlag enum.Tor Lillqvist2005-11-091-21/+21
* Remove unnecessary includes.Tor Lillqvist2005-11-092-55/+71
* gdk/win32/gdkwindow-win32.h (struct _GdkWindowImplWin32) Store the typeTor Lillqvist2005-11-092-0/+17
* Remove code that has been permanently ifdeffed out for two years.Tor Lillqvist2005-11-081-79/+0
* Fix also the other place where maskstride was calculated.Tor Lillqvist2005-11-071-5/+1
* Correct the calculation of maskstride. (#320152, Peter Zelezny)Tor Lillqvist2005-11-071-5/+1
* (pixbuf_to_hbitmaps_alpha_winxp): Use an 1-bit mask bitmap, likeTor Lillqvist2005-11-061-36/+81
* As there is only one GdkDisplay in the Win32 backend, check thatTor Lillqvist2005-11-031-7/+7
* Rename the variables for the color bitmap to have "color" in their name,Tor Lillqvist2005-11-031-18/+26
* gdk/win32/gdkcolor-win32.c gdk/win32/gdkscreen-win32.c WhitespaceTor Lillqvist2005-11-023-95/+79
* gdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32.c Add moreTor Lillqvist2005-11-015-129/+186
* Remove the clipboard viewer code. It didn't really do anything useful, andTor Lillqvist2005-10-141-121/+2
* Don't treat Alt-Enter specially. It does not have any special meaning andTor Lillqvist2005-10-131-3/+2
* Set visual depth to 24 for 32 bits-per-pixel devices on Win32. This allowsTor Lillqvist2005-10-133-5/+4
* In case BitBlt() fails with ERROR_INVALID_HANDLE, the most probable causeTor Lillqvist2005-09-301-2/+4
* Set the shaped flag here, too. (#316871)Tor Lillqvist2005-09-261-1/+6
* Free return value from gdk_atom_name().Tor Lillqvist2005-09-201-16/+28
* Do return the correct owner for CLIPBOARD (i.e., the owner of the WindowsTor Lillqvist2005-09-201-8/+11
* export _gdk_win32_pixbuf_to_hicon() asHans Breuer2005-09-182-0/+7
* fix typo for GTK_VER; define HAVE_CONFIG_H cause gtkprogressbar.c hasHans Breuer2005-09-182-3/+40
* Typo.Tor Lillqvist2005-09-081-1/+1
* Cache the display name. There is only one GdkDisplay on Win32, andTor Lillqvist2005-09-082-9/+21
* Keep track of cursor position also in root window coordinates. Prune outTor Lillqvist2005-09-021-11/+14
* Handle pixmap == NULL when checking for a colormap. (Allin Cottrell).Owen Taylor2005-08-151-1/+1