summaryrefslogtreecommitdiff
path: root/modules/engines
Commit message (Collapse)AuthorAgeFilesLines
* added .cvsignore files to shut up CVSSven Neumann2004-09-244-0/+8
|
* Make the ms-windows theme engine build with mingw.Tor Lillqvist2004-08-308-23/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | 2004-08-30 Tor Lillqvist <tml@iki.fi> Make the ms-windows theme engine build with mingw. * configure.in: Expand also modules/engines/ms-windows/Theme/ Makefile and .../Theme/gtk-2.0/Makefile. * modules/engines/ms-windows/Makefile.am: Adapt for building inside the GTK sources. * modules/engines/ms-windows/*.c: Use "foo.h" style includes for GTK and GDK headers. Use correct path for gdkwin32.h header. * modules/engines/ms-windows/msw_style.c: Don't use deprecated GDK API. * modules/engines/ms-windows/xp_theme_defs.h * modules/engines/ms-windows/xp_theme.c: Move definitions of TMT_* to xp_theme.c, as they are neither in mingw's nor Platform SDK's tmschema.h. * modules/engines/ms-windows/xp_theme.c: Define _WIN32_WINNT as 0x0501 to get the necesssary stuff from mingw's uxtheme.h.
* Integrate the ms-windows theme engine (better known as Wimp) into theMatthias Clasen2004-08-301-0/+5
| | | | | | | | | | | | | | | | | | 2004-08-30 Matthias Clasen <mclasen@redhat.com> Integrate the ms-windows theme engine (better known as Wimp) into the autotools build. Wimp (http://gtk-wimp.sourceforge.net/) was written by Raymond Penners and Dom Lachowicz. The Wimp 0.6.2 sources have been added to the GTK+ source tree in modules/engines/ms-windows, and there is a ChangeLog detailing the history of Wimp. (#109615, Havoc Pennington) * configure.in: Generate modules/engines/Makefile and modules/engines/ms-windows/Makefile. * modules/Makefile.am (SUBDIRS): Add engines. * modules/engines/Makefile.am: Compile ms-windows for win32.
* Scrollbar patchRaymond Penners2004-08-232-2/+24
|
* bump version numbercinamod2004-08-231-0/+4
|
* don't draw handle box grippies for GtkPanedcinamod2004-08-131-1/+2
|
* draw handle box tearoffs properly now in XP modecinamod2004-08-132-7/+6
|
* make things etched-incinamod2004-08-131-2/+2
|
* don't add tearoffs to GtkComboBoxescinamod2004-07-281-2/+3
|
* some menubar theming improvementscinamod2004-07-203-11/+10
|
* this makes inkscape look bettercinamod2004-07-201-2/+2
|
* change icon sizes, toolbar sizescinamod2004-07-091-2/+2
|
* 0.6.1Raymond Penners2004-07-011-1/+3
|
* Button icons configurable, 0.6.1Raymond Penners2004-07-013-6/+9
|
* fix buildcinamod2004-06-071-1/+1
|
* disable icons in buttonscinamod2004-06-072-33/+23
|
* fix inkscape's toolbar buttons, disable application theming if asked nicely, ↵cinamod2004-06-025-59/+51
| | | | downgrade gtk+ requirements
* remove unused cruftcinamod2004-05-221-153/+0
|
* remove unecessary commentscinamod2004-05-221-28/+19
|
* 0.6.0Raymond Penners2004-05-211-0/+2
|
* Patch 939583Raymond Penners2004-05-212-2/+17
|
* fix toolbar button hilite in Luna themecinamod2004-05-212-1/+15
|
* rename to libwimp.dllcinamod2004-05-214-6/+9
|
* win32 color changes work, xp style changes workcinamod2004-05-212-7/+34
|
* better icon sizescinamod2004-05-212-1/+5
|
* Renamed GTK-Wimp to MS-Windows EngineRaymond Penners2004-03-2014-206/+212
|
* Fix ./-> typo. (Federic Crozat)Owen Taylor2004-03-182-1/+6
| | | | | | | Thu Mar 18 10:07:15 2004 Owen Taylor <otaylor@redhat.com> * pixbuf-draw.c (match_theme_image): Fix ./-> typo. (Federic Crozat)
* Fix problem with NULL details. (#112066, MINAMI Hirokazu, Matthias Clasen)Owen Taylor2004-03-172-1/+6
| | | | | | | Wed Mar 17 16:38:00 2004 Owen Taylor <otaylor@redhat.com> * pixbuf-draw.c (match_theme_image): Fix problem with NULL details. (#112066, MINAMI Hirokazu, Matthias Clasen)
* 0.5.4Raymond Penners2004-03-111-359/+363
|
* bump version #cinamod2004-03-101-0/+4
|
* fix font encoding bugcinamod2004-02-252-1/+224
|
* remove UXTHEME_HAS_LINES, fix menu colorationcinamod2004-01-204-66/+20
|
* toward bug 853775cinamod2003-12-305-17/+47
|
* fix bug 852354cinamod2003-12-302-1/+19
|
* fix expander's +/- part colorationcinamod2003-12-012-3/+8
|
* fix coloration in several gimp widgetscinamod2003-11-262-20/+15
|
* fix menu bar bgscinamod2003-11-242-108/+127
|
* 0.5.2Raymond Penners2003-11-191-9/+17
|
* fix background colors for brickcinamod2003-11-142-42/+201
|
* fix icon sizescinamod2003-11-052-3/+5
|
* menubars now have shadow=NONEcinamod2003-11-052-2/+5
|
* scrollbar steppers are now ETCHED_INcinamod2003-11-052-0/+10
|
* win32 color scheme workcinamod2003-11-043-39/+51
|
* scrollbar grippersRaymond Penners2003-11-012-0/+14
|
* 0.5.1Raymond Penners2003-10-231-1/+6
|
* update xp_theme_defscinamod2003-10-232-0/+18
|
* More code formattingRaymond Penners2003-10-223-9/+9
|
* Code formattingRaymond Penners2003-10-224-60/+65
|
* use more XP style functionscinamod2003-10-214-113/+283
|
* Scrollbar grippersRaymond Penners2003-10-202-1/+11
|