mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
136 lines
4.3 KiB
Plaintext
Executable File
136 lines
4.3 KiB
Plaintext
Executable File
2003-09-15 Raymond Penners <raymond@dotsphinx.com>
|
|
|
|
* src/wimp_style.c: Fixed typ-o (gtk-double-cliNk-time), adjusted
|
|
cursor blink time to cope with Windows semantics (GTK+ uses cycle
|
|
time), fixed clipping area computation.
|
|
|
|
2003-09-15 Dom Lachowicz <cinamod@hotmail.com>
|
|
|
|
* src/wimp_style.c: Fix a few more console messages, implement
|
|
caret blinking
|
|
|
|
* src/xp_theme.*: Stub out line drawing. Apparently, documented
|
|
bits are missing from MS's implementation. Go figure...
|
|
|
|
2003-09-14 Raymond Penners <raymond@dotsphinx.com>
|
|
|
|
* src/wimp_style.c: Fixed console message complaining about
|
|
"default_border".
|
|
|
|
* src/wimp_style.c: Due to a bug lots of console message
|
|
complaining about "unexpected keyword `fg'" occured, fixed.
|
|
|
|
2003-09-11 Dom Lachowicz <cinamod@hotmail.com>
|
|
|
|
* src/Theme/gtk-2.0/gtkrc: Remove unused cruft wrt GtkScrollbars
|
|
|
|
2003-09-11 Raymond Penners <raymond@dotsphinx.com>
|
|
|
|
* === Released 0.4.0 ===
|
|
|
|
* src/wimp_style.c: Notebook tabs were no longer properly drawn,
|
|
fixed.
|
|
|
|
2003-09-08 Dom Lachowicz <cinamod@hotmail.com>
|
|
|
|
* src/wimp_style.c: Honor scrollbar sizes, radio/check button
|
|
sizes, paned sizes
|
|
|
|
2003-09-03 Dom Lachowicz <cinamod@hotmail.com>
|
|
|
|
* src/wimp_style.c: Honor tooltip color, font
|
|
|
|
2003-09-02 Dom Lachowicz <cinamod@hotmail.com>
|
|
|
|
* src/wimp_style.c: We now honor font preferences being bold or
|
|
italic
|
|
|
|
2003-08-29 Dom Lachowicz <cinamod@hotmail.com>
|
|
|
|
* src/*.c: Theme GTK toolbar arrows to XP chevrons, once my GTK
|
|
patch is committed.
|
|
|
|
* src/wimp_style.c: Enable proper fonts/sizes for menus, status
|
|
bars. Tooltips are waiting for my GTK patches, though.
|
|
|
|
2003-08-28 Dom Lachowicz <cinamod@hotmail.com>
|
|
|
|
* src/wimp_style.c: Change how we draw handle boxes in the non-XP
|
|
case. This does not yet apply to GtkHandleBoxes
|
|
|
|
2003-08-26 Dom Lachowicz <cinamod@hotmail.com>
|
|
|
|
* src/*.c: Tooltips should do XP-style theming. Handle Boxes/Panes
|
|
do XP style REBAR theming (TODO: non-XP version of the above for
|
|
handleboxes). Toolbars should draw the REBAR part
|
|
properly. Preparation for using the Toolbar class. Menubars and
|
|
Toolbars now are etched-in to mimic Windows'
|
|
behavior. HandleBoxes' shadow types should also be correct now,
|
|
compared to OfficeXP applications.
|
|
|
|
2003-08-26 Raymond Penners <raymond@dotsphinx.com>
|
|
|
|
* === Released 0.3.0 ===
|
|
|
|
2003-08-23 Raymond Penners <raymond@dotsphinx.com>
|
|
|
|
* src/*.c: Merged Dom Lachowicz's patches, now tooltips and
|
|
progress bars nicely adhere to the system colors as well.
|
|
|
|
* src/xp_theme.c: There was a mixup in drawing the proper checkbox
|
|
state, fixed (Gaim bug #790305).
|
|
|
|
2003-08-20 Raymond Penners <raymond@dotsphinx.com>
|
|
|
|
* src/Theme/gtk-2.0/gtkrc: Disabled the colored, alternating
|
|
rules for GtkTreeViews to match the Windows behaviour.
|
|
|
|
* */Makefile.msc: Provided MS-VC++ make files.
|
|
|
|
* src/xp_theme.c: The open/close tree expander symbols were
|
|
accidentally switched, fixed (Gaim bug #790300).
|
|
|
|
2003-08-11 Raymond Penners <raymond@dotsphinx.com>
|
|
|
|
* src/wimp_style.c: The menu background color now follows XP's
|
|
color scheme.
|
|
|
|
2003-08-07 Raymond Penners <raymond@dotsphinx.com>
|
|
|
|
* === Released 0.2.0 ===
|
|
|
|
2003-08-06 Raymond Penners <raymond@dotsphinx.com>
|
|
|
|
* src/*.c: Added XP theming support for progress bars.
|
|
|
|
2003-08-05 Raymond Penners <raymond@dotsphinx.com>
|
|
|
|
* src/xp_theme.c: Internal redesign: extracted XP specific theming
|
|
from wimp_style.c, improved code.
|
|
|
|
* src/wimp_style.c: Added XP theming support for list headers, and
|
|
entry widgets.
|
|
|
|
2003-08-03 Raymond Penners <raymond@dotsphinx.com>
|
|
|
|
* src/wimp_style.c: Improved system color handling, added XP
|
|
theming support for option menus.
|
|
|
|
2003-04-15 Raymond Penners <raymond@dotsphinx.com>
|
|
|
|
* src/wimp_style.c: Tabs not located on top of the notebook are
|
|
not rendered properly using XP theming. Added fallback to non-XP
|
|
theming behaviour if the tabs are not located on top (to be
|
|
removed when full notebook support is in).
|
|
|
|
2003-04-15 Arnaud Charlet <charlet@ACT-Europe.FR>
|
|
|
|
* src/wimp_style.c: Add handling of expander. Fix colors for combo
|
|
box items. Add native rendering of radio buttons. Fix handling of
|
|
default buttons. Add native rendering of tree expanders.
|
|
|
|
2003-03-18 Raymond Penners <raymond@dotsphinx.com>
|
|
|
|
* === Released 0.1.0 ===
|
|
|