summaryrefslogtreecommitdiff
path: root/modules/engines/ms-windows/msw_style.c
Commit message (Expand)AuthorAgeFilesLines
* GtkCList is goneTor Lillqvist2010-05-101-3/+2
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-2/+2
* Fix menu bar problem in ms-windows theme engine on Windows 7Steffen Macke2010-02-071-2/+2
* Deprecate widget flag: GTK_WIDGET_CAN_FOCUSJavier Jardón2010-01-071-1/+1
* Deprecate some widget flagsJavier Jardón2010-01-071-1/+1
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2009-11-061-1/+1
* Put variable definitions at start of blockShixin Zeng2009-08-201-1/+1
* Bug 538840 – [Win32] GTK menu theming could be improvedCody Russell2009-03-211-19/+39
* Bug 567944 – [Win32] Sorted treeview columns can be unreadableCody Russell2009-01-161-1/+10
* Revert most of previous patch, as it didn't work as expected; Some workDominic Lachowicz2008-09-181-37/+332
* MS Windows style should use pango_win32_font_description_from_logfont;Dominic Lachowicz2008-09-181-330/+41
* draw box does more intelligent separation for the xp theming engine andAlberto Ruiz2008-03-161-30/+36
* Do not draw frame if parent if combobox. (draw_box): Uses scrollbar widthAlberto Ruiz2008-03-081-1/+6
* Check that the widget is a GtkButton before casting.Tor Lillqvist2008-03-021-2/+2
* modules/engines/ms-windows/xp_theme.[ch]Cody Russell2008-02-011-2532/+2789
* Draw focus rect for buttons with relief set to GTK_RELIEF_NONE. (#487954)Cody Russell2007-10-181-5/+1
* Fix memory leak, and fix two instances where a GtkRequisition and aCody Russell2007-10-081-6/+2
* Override draw_layout method in GtkStyle in order to adjust by 2 pixels anyCody Russell2007-09-201-0/+43
* Correct draw_box() function to check detail for "notebook". This fixes aCody Russell2007-08-271-0/+11
* Draw no bevel when "GtkToolbar::shadow-type" is "none" (#450469).Mathias Hasselmann2007-06-281-0/+3
* Fixed, very hackishly, a one pixel error that occurs using the XP themeCody Russell2007-06-271-0/+19
* modules/engines/ms-windows/xp_theme.[ch] Add support for drawingCody Russell2007-06-261-4/+28
* MS-Windows Theme top tabs rendered upside down for non-XP theme (#435053,Dom Lachowicz2007-05-021-1/+1
* Cleanup of notebook tab codeCody Russell2007-04-241-262/+356
* Fix menuitem rendering in VistaCody Russell2007-04-191-6/+2
* Fix pixbuf leaks in non-WinXP rendering paths. From Daniel AtallahDominic Lachowicz2007-04-191-0/+6
* Fix bottom-oriented notebook tabs on Win32. #399253Cody Russell2007-04-011-11/+18
* Use proper border style when drawing shadow of scrolled windows on WindowsMathias Hasselmann2007-03-081-3/+6
* Add shadow-type style property, set shadow-type property of GtkEntryMathias Hasselmann2007-03-081-141/+80
* Improve look of GtkScrolledWindow on Windows by implementing aMathias Hasselmann2007-03-081-0/+5
* Bug 411118 - bad bevel for progress bar on windows classic. Match fromDom Lachowicz2007-02-231-3/+5
* Fix bug 404506, caused by prematurely releasing a DC. By Hiroyuki YamamotoDom Lachowicz2007-02-051-4/+6
* Bug 351679 - Notebooks drawn with extra line below tab in MS-WindowsDom Lachowicz2006-12-141-9/+113
* Bug 351678 - Notebooks not with PositionType.Top drawn incorrectly. PatchDom Lachowicz2006-12-021-28/+76
* Remember to free GDI Pen resources, introduced by bug 340201.(#364514)Dom Lachowicz2006-10-231-0/+1
* Bug 340201Dom Lachowicz2006-09-121-264/+721
* Emulate WinXP's drawing of menu separatorsDom Lachowicz2006-04-011-0/+14
* Override style->realize/ style->unrealize, so that GTK+ doesn'tDom Lachowicz2006-03-151-1/+124
* Speed up the Windows theme considerably (#163724, John Ehresman) Be moreDom Lachowicz2006-03-111-3/+5
* Fix combobox theming regression noted in bug 321301 DittoDom Lachowicz2006-03-031-10/+27
* Re-sync with gtk-wimp DittoDom Lachowicz2006-01-291-2/+107
* Merge with gtk-wimp's CVS. Includes improved menu icon spacing, [+]/[-]Dom Lachowicz2005-11-251-73/+188
* Bug #313627. Make win32 theme's handling of toolbars, handleboxes, andDom Lachowicz2005-11-121-1676/+1968
* Experimentally, scrollbar steppers can shrink to 8 pixels on Win32.Dom Lachowicz2005-10-221-0/+2
* Check whether the widget actually is a GtkNotebook before treating it asTor Lillqvist2005-09-151-12/+9
* Fix a typo.Matthias Clasen2005-08-191-1/+1
* re-sync with gtk-wimp cvsDom Lachowicz2005-07-281-157/+218
* Render insensitive icons in a way that more closely matches Windows.Tor Lillqvist2005-06-041-52/+98
* re-sync with gtk-wimp's cvs repositoryDom Lachowicz2005-06-031-10/+60
* Silence gcc warnings (unused variables, unhandled enum value in switch).Tor Lillqvist2005-03-201-4/+5