Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added .cvsignore files to shut up CVS | Sven Neumann | 2004-09-24 | 4 | -0/+8 |
| | |||||
* | Make the ms-windows theme engine build with mingw. | Tor Lillqvist | 2004-08-30 | 8 | -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 the | Matthias Clasen | 2004-08-30 | 1 | -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 patch | Raymond Penners | 2004-08-23 | 2 | -2/+24 |
| | |||||
* | bump version number | cinamod | 2004-08-23 | 1 | -0/+4 |
| | |||||
* | don't draw handle box grippies for GtkPaned | cinamod | 2004-08-13 | 1 | -1/+2 |
| | |||||
* | draw handle box tearoffs properly now in XP mode | cinamod | 2004-08-13 | 2 | -7/+6 |
| | |||||
* | make things etched-in | cinamod | 2004-08-13 | 1 | -2/+2 |
| | |||||
* | don't add tearoffs to GtkComboBoxes | cinamod | 2004-07-28 | 1 | -2/+3 |
| | |||||
* | some menubar theming improvements | cinamod | 2004-07-20 | 3 | -11/+10 |
| | |||||
* | this makes inkscape look better | cinamod | 2004-07-20 | 1 | -2/+2 |
| | |||||
* | change icon sizes, toolbar sizes | cinamod | 2004-07-09 | 1 | -2/+2 |
| | |||||
* | 0.6.1 | Raymond Penners | 2004-07-01 | 1 | -1/+3 |
| | |||||
* | Button icons configurable, 0.6.1 | Raymond Penners | 2004-07-01 | 3 | -6/+9 |
| | |||||
* | fix build | cinamod | 2004-06-07 | 1 | -1/+1 |
| | |||||
* | disable icons in buttons | cinamod | 2004-06-07 | 2 | -33/+23 |
| | |||||
* | fix inkscape's toolbar buttons, disable application theming if asked nicely, ↵ | cinamod | 2004-06-02 | 5 | -59/+51 |
| | | | | downgrade gtk+ requirements | ||||
* | remove unused cruft | cinamod | 2004-05-22 | 1 | -153/+0 |
| | |||||
* | remove unecessary comments | cinamod | 2004-05-22 | 1 | -28/+19 |
| | |||||
* | 0.6.0 | Raymond Penners | 2004-05-21 | 1 | -0/+2 |
| | |||||
* | Patch 939583 | Raymond Penners | 2004-05-21 | 2 | -2/+17 |
| | |||||
* | fix toolbar button hilite in Luna theme | cinamod | 2004-05-21 | 2 | -1/+15 |
| | |||||
* | rename to libwimp.dll | cinamod | 2004-05-21 | 4 | -6/+9 |
| | |||||
* | win32 color changes work, xp style changes work | cinamod | 2004-05-21 | 2 | -7/+34 |
| | |||||
* | better icon sizes | cinamod | 2004-05-21 | 2 | -1/+5 |
| | |||||
* | Renamed GTK-Wimp to MS-Windows Engine | Raymond Penners | 2004-03-20 | 14 | -206/+212 |
| | |||||
* | Fix ./-> typo. (Federic Crozat) | Owen Taylor | 2004-03-18 | 2 | -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 Taylor | 2004-03-17 | 2 | -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.4 | Raymond Penners | 2004-03-11 | 1 | -359/+363 |
| | |||||
* | bump version # | cinamod | 2004-03-10 | 1 | -0/+4 |
| | |||||
* | fix font encoding bug | cinamod | 2004-02-25 | 2 | -1/+224 |
| | |||||
* | remove UXTHEME_HAS_LINES, fix menu coloration | cinamod | 2004-01-20 | 4 | -66/+20 |
| | |||||
* | toward bug 853775 | cinamod | 2003-12-30 | 5 | -17/+47 |
| | |||||
* | fix bug 852354 | cinamod | 2003-12-30 | 2 | -1/+19 |
| | |||||
* | fix expander's +/- part coloration | cinamod | 2003-12-01 | 2 | -3/+8 |
| | |||||
* | fix coloration in several gimp widgets | cinamod | 2003-11-26 | 2 | -20/+15 |
| | |||||
* | fix menu bar bgs | cinamod | 2003-11-24 | 2 | -108/+127 |
| | |||||
* | 0.5.2 | Raymond Penners | 2003-11-19 | 1 | -9/+17 |
| | |||||
* | fix background colors for brick | cinamod | 2003-11-14 | 2 | -42/+201 |
| | |||||
* | fix icon sizes | cinamod | 2003-11-05 | 2 | -3/+5 |
| | |||||
* | menubars now have shadow=NONE | cinamod | 2003-11-05 | 2 | -2/+5 |
| | |||||
* | scrollbar steppers are now ETCHED_IN | cinamod | 2003-11-05 | 2 | -0/+10 |
| | |||||
* | win32 color scheme work | cinamod | 2003-11-04 | 3 | -39/+51 |
| | |||||
* | scrollbar grippers | Raymond Penners | 2003-11-01 | 2 | -0/+14 |
| | |||||
* | 0.5.1 | Raymond Penners | 2003-10-23 | 1 | -1/+6 |
| | |||||
* | update xp_theme_defs | cinamod | 2003-10-23 | 2 | -0/+18 |
| | |||||
* | More code formatting | Raymond Penners | 2003-10-22 | 3 | -9/+9 |
| | |||||
* | Code formatting | Raymond Penners | 2003-10-22 | 4 | -60/+65 |
| | |||||
* | use more XP style functions | cinamod | 2003-10-21 | 4 | -113/+283 |
| | |||||
* | Scrollbar grippers | Raymond Penners | 2003-10-20 | 2 | -1/+11 |
| |