summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* modules/engines/pixbuf/Makefile.am Build fixes for Cygwin. (#338262)Matthias Clasen2006-04-121-1/+1
| | | | | | | | 2006-04-12 Matthias Clasen <mclasen@redhat.com> * contrib/gdk-pixbuf-xlib/Makefile.am: * modules/engines/pixbuf/Makefile.am * gdk-pixbuf/Makefile.am: Build fixes for Cygwin. (#338262)
* 2.8.17GTK_2_8_17Matthias Clasen2006-04-081-0/+4
|
* Emulate WinXP's drawing of menu separatorsDom Lachowicz2006-04-012-2/+17
| | | | | | | 2006-04-01 Dom Lachowicz <cinamod@hotmail.com> * modules/engines/ms-windows/msw_style.c (draw_hline): Emulate WinXP's drawing of menu separators
* Make expander-size a bit closer to Microsoft's values (bug 325699, BradDom Lachowicz2006-03-151-0/+2
| | | | | * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Make expander-size a bit closer to Microsoft's values (bug 325699, Brad Taylor)
* Override style->realize/ style->unrealize, so that GTK+ doesn'tDom Lachowicz2006-03-151-1/+124
| | | | | | | * modules/engines/ms-windows/msw_style.c: Override style->realize/ style->unrealize, so that GTK+ doesn't automatically attempt to apply shading to the GC colors, causing a mismatch with the Win32 native colors. Problem found by (and suggested solution by) "Cosmic Integer"
* 2.8.16GTK_2_8_16Matthias Clasen2006-03-151-0/+4
|
* 2.8.15GTK_2_8_15Matthias Clasen2006-03-131-0/+8
|
* Speed up the Windows theme considerably (#163724, John Ehresman) Be moreDom Lachowicz2006-03-113-18/+49
| | | | | | | | 2006-03-11 Dom Lachowicz <cinamod@hotmail.com> * modules/engines/ms-windows: Speed up the Windows theme considerably (#163724, John Ehresman) Be more careful about setting Pango font descriptions (#333372)
* 2.8.14GTK_2_8_14Matthias Clasen2006-03-081-0/+4
|
* Fix combobox theming regression noted in bug 321301 DittoDom Lachowicz2006-03-032-23/+27
| | | | | | * modules/engines/ms-windows/msw_style.c: Fix combobox theming regression noted in bug 321301 * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Ditto
* 2.8.13GTK_2_8_13Matthias Clasen2006-02-251-0/+4
|
* 2.8.12GTK_2_8_12Matthias Clasen2006-02-111-0/+4
|
* Re-sync with gtk-wimp DittoDom Lachowicz2006-01-292-3/+122
| | | | | * modules/engines/ms-windows/msw-style.c: Re-sync with gtk-wimp * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Ditto
* 2.8.11GTK_2_8_11Matthias Clasen2006-01-271-0/+4
|
* If the src positions for gradients are nonsensical, don't render anything,Matthias Clasen2006-01-172-16/+43
| | | | | | | | 2006-01-17 Matthias Clasen <mclasen@redhat.com> * pixbuf-render.c: If the src positions for gradients are nonsensical, don't render anything, rather than read out of bounds.
* Silence the compiler.Matthias Clasen2006-01-162-0/+8
| | | | | | | 2006-01-16 Matthias Clasen <mclasen@redhat.com> * pixbuf-draw.c (draw_gap_image): Silence the compiler.
* 2.8.10Matthias Clasen2006-01-111-0/+43
|
* 2.8.9GTK_2_8_9Matthias Clasen2005-12-091-0/+4
|
* 2.8.8GTK_2_8_8Matthias Clasen2005-11-281-0/+4
|
* Merge with gtk-wimp's CVS. Includes improved menu icon spacing, [+]/[-]Dom Lachowicz2005-11-254-201/+414
| | | | | | | | 2005-11-25 Dom Lachowicz <cinamod@hotmail.com> * modules/engines/ms-windows/*.[ch]: Merge with gtk-wimp's CVS. Includes improved menu icon spacing, [+]/[-] expander drawing, status-bar gippie drawing, and notebook tab drawing.
* const correctness fixesMatthias Clasen2005-11-172-1/+6
| | | | found by Arjan van de Ven and gcc.
* 2.8.7GTK_2_8_7Matthias Clasen2005-11-151-0/+4
|
* Bug #313627. Make win32 theme's handling of toolbars, handleboxes, andDom Lachowicz2005-11-124-2560/+2898
| | | | | | | * modules/engines/ms-windows/msw_style.c: Bug #313627. Make win32 theme's handling of toolbars, handleboxes, and menubars more in-line with Microsoft's IE style. * modules/engines/ms-windows/*.c: Indentation cleanups
* Experimentally, scrollbar steppers can shrink to 8 pixels on Win32.Dom Lachowicz2005-10-222-2/+3
| | | | | | | | | * modules/engines/ms-windows/msw_style.c (setup_msw_rc_style): Experimentally, scrollbar steppers can shrink to 8 pixels on Win32. Reflect that in the theme. * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Experimentally, there is a 1-pixel border between a scrollbar and its child in ScrolledWindows on Win32. Reflect that in the theme.
* 2.8.6GTK_2_8_6Matthias Clasen2005-10-041-0/+4
|
* 2.8.4GTK_2_8_5Matthias Clasen2005-10-031-0/+4
|
* Include <config.h>. (#317444, Kazuki Iwamoto)Tor Lillqvist2005-09-281-0/+1
| | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * modules/input/imime.c: Include <config.h>. (#317444, Kazuki Iwamoto)
* 2.8.4GTK_2_8_4Matthias Clasen2005-09-271-0/+4
|
* Check whether the widget actually is a GtkNotebook before treating it asTor Lillqvist2005-09-151-12/+9
| | | | | | | | | 2005-09-16 Tor Lillqvist <tml@novell.com> * modules/engines/ms-windows/msw_style.c (draw_extension, draw_box_gap): Check whether the widget actually is a GtkNotebook before treating it as such. Drop some unneeded local variables, use parameter with same information instead. (#316412)
* 2.8.3GTK_2_8_3Matthias Clasen2005-08-291-0/+4
|
* 2.8.2GTK_2_8_2Matthias Clasen2005-08-241-0/+2
|
* 2.8.1GTK_2_8_1Matthias Clasen2005-08-241-0/+4
|
* Fix a typo.Matthias Clasen2005-08-191-1/+1
| | | | | | | 2005-08-19 Matthias Clasen <mclasen@redhat.com> * modules/engines/ms-windows/msw_style.c (setup_system_styles): Fix a typo.
* 2.8.0GTK_2_8_0Matthias Clasen2005-08-131-0/+4
|
* 2.7.5GTK_2_7_5Matthias Clasen2005-08-031-0/+4
|
* part of bug #168326Dom Lachowicz2005-08-011-0/+3
|
* re-sync with gtk-wimp cvsDom Lachowicz2005-07-285-206/+340
|
* 2.7.4GTK_2_7_4Matthias Clasen2005-07-221-0/+4
|
* 2.7.3GTK_2_7_3Matthias Clasen2005-07-151-0/+4
|
* Add copyright and license informationMatthias Clasen2005-07-121-4/+20
|
* 2.7.2GTK_2_7_2Matthias Clasen2005-07-081-0/+4
|
* Fix includesMatthias Clasen2005-07-061-3/+4
|
* 2.7.1GTK_2_7_1Matthias Clasen2005-07-011-0/+4
|
* Don't prematurely unregister callbacks.Matthias Clasen2005-06-301-1/+1
| | | | | | | 2005-06-30 Matthias Clasen <mclasen@redhat.com> * modules/input/gtkimcontextxim.c (gtk_im_context_xim_finalize): Don't prematurely unregister callbacks.
* Avoid a segfault. (#309054)Matthias Clasen2005-06-271-14/+20
| | | | | | | | | | | | | | | | | 2005-06-27 Matthias Clasen <mclasen@redhat.com> * modules/input/gtkimcontextxim.c (gtk_im_context_xim_finalize): Avoid a segfault. (#309054) * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add fields for grab timestamps. * gdk/x11/gdkmain-x11.c (gdk_pointer_grab, gdk_keyboard_grab): Store grab timestamps when grabbing. * gdk/x11/gdkdisplay-x11.c (gdk_display_keyboard_ungrab) (gdk_display_pointer_ungrab): Don't unset the grab_window if the timestamps indicate that the ungrab will fails.
* Unregister XIM callbacks here. (#309054)Matthias Clasen2005-06-272-7/+20
| | | | | | | | | 2005-06-26 Matthias Clasen <mclasen@redhat.com> * modules/input/gtkimcontextxim.c (gtk_im_context_xim_finalize): Unregister XIM callbacks here. (#309054) * modules/input/gtkimcontextxim.h: Small cleanup.
* 2.7.0GTK_2_7_0Matthias Clasen2005-06-201-0/+4
|
* Try to handle the situation that the borders are larger than the area weMatthias Clasen2005-06-122-2/+23
| | | | | | | | | 2005-06-12 Matthias Clasen <mclasen@redhat.com> * pixbuf-render.c (theme_pixbuf_render): Try to handle the situation that the borders are larger than the area we are rendering. (#169731, Benjamin Otte)
* modules/engines/Makefile.am Decide whether to build the ms-windows themeTor Lillqvist2005-06-042-2/+2
| | | | | | | | | | | | 2005-06-05 Tor Lillqvist <tml@novell.com> * modules/engines/Makefile.am * modules/input/Makefile.am: Decide whether to build the ms-windows theme engine based on the GDK backend, not based on platform. (I.e., if building for Cygwin with the X11 backend, we shouldn't build the ms-windows engine, but if building for Cygwin but with the Win32 backend, we should.) Ditto for the IME (Windows) input module. (#305832)
* Render insensitive icons in a way that more closely matches Windows.Tor Lillqvist2005-06-042-52/+99
| | | | | | | | | | 2005-06-04 Tor Lillqvist <tml@novell.com> * modules/engines/ms-windows/msw_style.c: Render insensitive icons in a way that more closely matches Windows. (#305986, Tim Evans). * modules/engines/ms-windows/Makefile.am (LDADDS): Link with gdk-pixbuf.