summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkwindow-win32.c
Commit message (Expand)AuthorAgeFilesLines
* Add gdk_window_redirect_to_drawable and gdk_window_remove_redirection.Tor Lillqvist2008-05-231-19/+9
* Don't do anything if style doesn't change. Improve debugging output.Tor Lillqvist2008-05-231-14/+23
* Bug 520286 - Non-deletable window has no minimize / maximize buttonsTor Lillqvist2008-03-101-23/+51
* gdk/win32/gdkevents-win32.c Fixed two declarations in the middle of aCody Russell2008-02-071-1/+3
* Walk down the stack until we get to a window that is mapped. OtherwiseCody Russell2008-02-051-1/+15
* gdk/win32/gdkprivate-win32.h gdk/win32/gdkevents-win32.cCody Russell2008-02-051-6/+68
* gdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h gdk/gdkpango.hMichael Natterer2008-01-151-3/+3
* gdk/gdk.h gdk/gdkcairo.h gdk/gdkcolor.h gdk/gdkgc.h gdk/gdkinternals.hMichael Natterer2008-01-141-9/+10
* gdk/win32/gdkdisplay-win32.c gdk/win32/gdkglobals-win32.cTor Lillqvist2008-01-101-2/+2
* Properly ref/unref windows and parents. (#506769)Cody Russell2008-01-101-0/+4
* Use the monitor the window currently is on, not always the primaryTor Lillqvist2007-11-251-5/+20
* gdk/win32/gdkevents-win32.c Force non-modal transient dialogs to iconifyCody Russell2007-10-181-3/+50
* gdk/win32/gdkevents-win32.c Fix transient windows on Win32 so that when aCody Russell2007-07-121-13/+37
* updated explicit usage of RegisterClassExW to match the WNDCLASSEXW. TrueHans Breuer2007-06-151-8/+16
* Use g_win32_get_windows_version() instead of _winver so that this compilesTor Lillqvist2007-06-141-2/+6
* Add support for composited child windows. (#412882, Ryan Lortie)Matthias Clasen2007-06-011-0/+5
* Clear correct areaCody Russell2007-04-301-4/+146
* Add functionality to set overall opacity of a top-level window. (#405316)Tor Lillqvist2007-04-301-0/+30
* Win32 drop shadow goodnessCody Russell2007-04-251-14/+41
* Add comment clarifying that "icon name" here is not related to theTor Lillqvist2007-02-261-0/+7
* Improve handling of the small icon of the window class. (#152620, KazukiTor Lillqvist2006-10-281-13/+25
* gdk/win32/gdkprivate-win32.h gdk/win32/gdkmain-win32.c Define WINVER andTor Lillqvist2006-09-101-50/+0
* gdk/win32/gdkevents-win32.c Use wide-char API for message and windowTor Lillqvist2006-09-031-37/+37
* No GDK_WINDOW_DISPLAY in the Win32 backend.Tor Lillqvist2006-09-021-1/+1
* Add a function to beep on a window. For X11, implement this with XkbBell.Matthias Clasen2006-08-301-0/+6
* Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 orTor Lillqvist2006-08-301-12/+9
* New function. Factor out code from gdk_window_shape_combine_mask().Tor Lillqvist2006-02-201-19/+107
* gdk/win32/gdkevents-win32.c (gdk_event_translate) <WM_MOUSEACTIVATE> CallJohn Ehresman2006-02-091-2/+18
* Let gdk_window_set_decorations() take precedence over anything derivedJohn Ehresman2006-02-091-96/+134
* Make identical to the X11 implementation. (#322264, John Ehresman)Tor Lillqvist2006-01-021-20/+0
* 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
* Remove unnecessary includes.Tor Lillqvist2005-11-091-52/+71
* gdk/win32/gdkwindow-win32.h (struct _GdkWindowImplWin32) Store the typeTor Lillqvist2005-11-091-0/+15
* Remove code that has been permanently ifdeffed out for two years.Tor Lillqvist2005-11-081-79/+0
* gdk/win32/gdkcolor-win32.c gdk/win32/gdkscreen-win32.c WhitespaceTor Lillqvist2005-11-021-85/+66
* Set the shaped flag here, too. (#316871)Tor Lillqvist2005-09-261-1/+6
* fix typo for GTK_VER; define HAVE_CONFIG_H cause gtkprogressbar.c hasHans Breuer2005-09-181-3/+31
* Handle pixmap == NULL when checking for a colormap. (Allin Cottrell).Owen Taylor2005-08-151-1/+1
* gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_back_pixmap)Owen Taylor2005-08-121-0/+6
* Implement using FlashWindowEx(). (#309423)Tor Lillqvist2005-08-011-1/+15
* Use wide-char API when available. (#311079, Peter Zelezny)Tor Lillqvist2005-07-211-10/+13
* updated <io.h> for open() use G_PI instead of M_PIHans Breuer2005-07-031-0/+13
* gdk/win32/gdkcursor-win32.c gdk/win32/gdkwindow-win32.c SupportTor Lillqvist2005-06-041-217/+3
* [merged from gtk-2-6 branch] let dash_offset shift the start of the lineHans Breuer2005-04-031-0/+26
* Use cairo_set_device_offset().Owen Taylor2005-03-181-0/+2
* gdk/win32/gdkprivate-win32.h Drop global variable _gdk_root_window, justTor Lillqvist2005-03-161-45/+87
* Print debugging output only if asked for, not always.Tor Lillqvist2005-03-161-63/+99
* New debugging function. As GetKeyNameText() returns a localized key nameTor Lillqvist2005-03-151-21/+30