1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441
|
2008-08-06 Galen Wetterling <wetterlg@wetterlg-laptop>
reviewed by: <delete if not using a buddy>
* data/*.png:
(Bugfix) Resized image files.
2008-08-06 Galen Wetterling <wetterlg@wetterlg-laptop>
* data/gtkrc-qvga:
(Bugfix) Changed filenames to *-qvga.png
2008-08-06 Galen Wetterling <wetterlg@wetterlg-laptop>
* Makefile.am:
* configure.ac:
* data/gtkrc:
* data/gtkrc-qvga:
* data/gtkrc-vga:
Made a qvga-specific version of gtkrc, which is used in place of
the original gtkrc when --with-mode=qvga is passed as a configure
option.
2008-08-06 Galen Wetterling <wetterlg@openedhand.com>
* Makefile.am:
* configure.ac:
* data/titlebar-panel-applet-background-qvga.png
* data/titlebar-panel-background-qvga.png
Added qvga-sized images and a configure flag to use them:
--with-mode=vga (default, uses original images)
--with-mode=qvga (uses new images)
2008-02-22 Ross Burton <ross@openedhand.com>
* NEWS:
* configure.ac:
Version 0.3.1.
2008-02-22 Ross Burton <ross@openedhand.com>
* data/gtkrc:
Don't change the panel applet label text colour, so that labels
match the icons.
2008-02-18 Ross Burton <ross@openedhand.com>
* NEWS:
* configure.ac:
Version 0.3.
2008-02-18 Ross Burton <ross@openedhand.com>
* data/gtkrc:
Add style for the clock applet, so its colour matches the icons.
2008-02-18 Ross Burton <ross@openedhand.com>
* data/gtkrc:
Rename matchbox-applet to matchbox-applet-background, as its a
background-setting hack rule.
2008-02-12 Thomas Wood <thomas@openedhand.com>
* NEWS:
* configure.ac:
Update for 0.2 release
2008-02-12 Thomas Wood <thomas@openedhand.com>
* src/sato-draw-cairo.c: (sato_draw_extension):
Fix left and right active tabs in cairo version
2008-02-12 Thomas Wood <thomas@openedhand.com>
* data/gtkrc: Improve "insensitive" state support
2008-02-12 Thomas Wood <thomas@openedhand.com>
* data/gtkrc:
* src/sato-draw.c: (sato_draw_box):
Fix Progress bar and slider styles
2008-02-11 Thomas Wood <thomas@openedhand.com>
* autogen.sh: Simplify and fix a problem with missing config.h.in
2008-02-11 Thomas Wood <thomas@openedhand.com>
* src/sato-draw-cairo.c: (sato_draw_box), (sato_draw_shadow),
(sato_draw_check), (sato_draw_option):
* src/sato-draw.c: (sato_draw_box), (sato_draw_shadow),
(sato_draw_check), (sato_draw_option):
Add focus indication for draw_check, draw_option and draw_box
2008-02-08 Thomas Wood <thomas@openedhand.com>
* src/sato-draw-cairo.c: (sato_draw_box):
* src/sato-draw.c: (sato_draw_box):
Fix prelight removal hack
2008-02-08 Thomas Wood <thomas@openedhand.com>
* src/sato-draw.c: (sato_draw_option): Fix option drawing to match check
box theming
2008-02-08 Thomas Wood <thomas@openedhand.com>
* src/sato-draw.c: (sato_draw_check): Fix check box drawing
2008-02-08 Thomas Wood <thomas@openedhand.com>
* src/sato-draw.c: (sato_draw_extension): Fix draw extension (notebook
tabs)
2008-02-07 Thomas Wood <thomas@openedhand.com>
* src/sato-draw-cairo.c: (sato_draw_box), (sato_draw_shadow),
(sato_draw_focus), (sato_draw_box_gap), (sato_draw_vline),
(sato_draw_hline):
* src/sato-draw.c: (sato_draw_box), (sato_draw_shadow),
(sato_draw_focus), (sato_draw_check), (sato_draw_option),
(sato_draw_extension), (sato_draw_vline), (sato_draw_hline),
(sato_draw_style_class_init):
Consolidate some of the differences between cairo and GDK versions
2008-02-05 Thomas Wood <thomas@openedhand.com>
* Makefile.am:
* configure.ac:
* data/gtkrc:
* src/sato-draw-cairo.c:
* src/sato-draw.c:
Add optional cairo renderer (disabled by default)
2007-07-30 Thomas Wood <thomas@openedhand.com>
* COPYING: Added LGPL version
* README: Add README content
* configure.ac: Update for 0.1 release
* src/sato-draw.c:
* src/sato-draw.h:
* src/sato-main.c:
* src/sato-style.c:
* src/sato-style.h:
* src/sato-utils.c:
* src/sato-utils.h:
Updated with LGPL copyright information
2007-07-26 Ross Burton <ross@openedhand.com>
* data/gtkrc:
Change the colour for the desktop buttons from black to dark grey,
and also set labels so that the groups combo is readable.
2007-07-24 Thomas Wood <thomas@openedhand.com>
* data/gtkrc: Set the check/radio indicator size for menu items and add a new
style for checkbuttons. Fix non-prelight toolbuttons by using the checkbox
style.
* src/sato-draw.c: (sato_draw_focus): Start drawing focus rings more often
(sato_draw_check), (sato_draw_option): Clear the background before drawing
indicator. Don't draw border colour depending on focus as this doesn't work
well for check/radio boxes in treeviews.
2007-07-13 Rob Bradford <rob@o-hand.com>
* data/gtkrc: Add style for matchbox-desktop-2 arrows, setting them to
black.
2007-07-13 Thomas Wood <thomas@openedhand.com>
* data/gtkrc: Switch to using widget_class to match menu items
2007-07-11 Thomas Wood <thomas@openedhand.com>
* data/gtkrc: Fix scrollbar troughs and menu items
2007-07-11 Thomas Wood <thomas@openedhand.com>
* src/sato-draw.c: (sato_draw_box): Use text[] colours for box borders
2007-07-11 Thomas Wood <thomas@openedhand.com>
* data/gtkrc: Even darker green colour, and use white for button text
2007-06-22 Thomas Wood <thomas@openedhand.com>
* data/gtkrc: Use a darker green. Lighten fg insensitive colour.
2007-06-20 Ross Burton <ross@openedhan.com>
* data/index.theme:
Set the icon theme too.
2007-06-19 Ross Burton <ross@openedhan.com>
* configure.ac:
Remove AM_MAINTAINER_MODE.
2007-06-19 Ross Burton <ross@openedhan.com>
* Makefile.am:
* data/index.theme:
Install a metatheme file.
2007-06-14 Thomas Wood <thomas@openedhand.com>
* data/gtkrc: Fix scrollbar/progressbar theming. Add treeview header style
* src/sato-draw.c: (sato_draw_box): Add special case for treeview headers
2007-06-14 Thomas Wood <thomas@openedhand.com>
* data/gtkrc: Make GtkScale sliders larger
* src/sato-draw.c: (sato_draw_box): Fix trough styles
2007-06-14 Thomas Wood <thomas@openedhand.com>
* src/sato-draw.c: (sato_gradient): Make gradients slightly more subtle
2007-06-13 Thomas Wood <thomas@openedhand.com>
* src/sato-draw.c: (sato_draw_box), (sato_draw_shadow): Add "combined" style
combo boxes and spin buttons.
2007-06-13 Thomas Wood <thomas@openedhand.com>
* src/sato-draw.c: (sato_gradient), (sato_draw_box),
(sato_draw_shadow), (sato_draw_focus), (sato_draw_check),
(sato_draw_option), (sato_draw_box_gap), (sato_draw_extension),
(sato_draw_vline), (sato_draw_hline), (sato_draw_style_class_init):
Copy and alter the style each time to add 2px line width. Using realize was
unreliable.
2007-06-06 Ross Burton <ross@openedhand.com>
* data/gtkrc:
Theme the system tray applet background.
2007-04-16 Ross Burton <ross@openedhand.com>
* data/gtkrc:
Remove the special theming for the window list applet, its not
required anymore.
2007-04-16 Ross Burton <ross@openedhand.com>
* data/gtkrc:
Add GtkFontButton and GtkColorButton.
2007-04-13 Ross Burton <ross@openedhand.com>
* data/gtkrc:
Add explicit colours for the desktop.
2007-04-12 Thomas Wood <thomas@openedhand.com>
* Makefile.am: Add data/titlebar-panel-applet-background.png to the build
2007-04-12 Thomas Wood <thomas@openedhand.com>
* data/gtkrc: Fix menu border spacing
2007-04-12 Thomas Wood <thomas@openedhand.com>
* Makefile.am:
* data/gtkrc:
* src/sato-draw.c: (sato_gradient), (sato_draw_box),
(sato_draw_check), (sato_realise):
- Add shading routine from gtk+
- Remove hard coded engine colours
2007-04-12 Jorn Baayen <jorn@openedhand.com>
A data/titlebar-panel-applet-background.png:
* data/gtkrc:
Theme the window selector applet to have the same background as the
panel itself.
2007-04-12 Ross Burton <ross@openedhand.com>
* data/gtkrc:
Remove desktop style.
2007-04-11 Thomas Wood <thomas@openedhand.com>
* src/sato-draw.c: (sato_draw_shadow), (sato_draw_box_gap): Don't draw any
lines when shadow_type is GTK_SHADOW_NONE.
2007-04-11 Jorn Baayen <jorn@openedhand.com>
* data/gtkrc: Set xthickness and ythickness on panel frames.
2007-04-10 Thomas Wood <thomas@openedhand.com>
* data/gtkrc: Remove icons from menus and buttons
2007-04-03 Thomas Wood <thomas@openedhand.com>
* data/gtkrc: Make check and radio button indicators bigger
* src/sato-draw.c: (sato_draw_box), (sato_draw_shadow),
(sato_draw_focus), (sato_draw_check), (sato_draw_option):
- Chance outline colour to green to indicate focus
- Add spacing between check and radio indicators and border
2007-04-02 Thomas Wood <thomas@openedhand.com>
* data/gtkrc: Make menubars darker
* src/sato-draw.c: (sato_draw_box): Don't draw borders or gradients on
paned, menu or trough widget.
(sato_draw_shadow): Fix for shadows passed in with -1 as width and height
2007-04-02 Thomas Wood <thomas@openedhand.com>
* data/gtkrc: Don't draw has_default borders for the moment
* src/sato-draw.c: (sato_corner), (sato_draw_box): Improve corners for
filled rectangles. Draw borders on troughs and don't fill.
2007-02-02 Thomas Wood <thomas@openedhand.com>
* data/gtkrc: Increase scrollbar size, Apply button style properly, fix
some other gtk style properties.
* src/sato-draw.c: (sato_draw_box), (sato_draw_shadow),
(sato_draw_focus), (sato_draw_extension), (sato_draw_vline),
(sato_draw_hline), (sato_realise):
- Simplify draw_box style
- Temporarily use text[] colour as border colour
- Use a rounded rectangle for focus indicator
2007-02-01 Ross Burton <ross@openedhand.com>
* data/gtkrc:
Add basic theme for matchbox-desktop-2.
2007-01-04 Thomas Wood <thomas@openedhand.com>
* data/gtkrc: Don't set font here
2006-12-23 Matthew Allum <mallum@openedhand.com>
* data/titlebar-panel-background.png
Fix mystery cursor on image
2006-12-22 Matthew Allum <mallum@openedhand.com>
* Makefile.am:
* data/gtkrc:
Add image and setting for matchbox-panel-2 background.
2006-12-20 Thomas Wood <thomas@openedhand.com>
* data/gtkrc: Fix colour of buttons on GtkToolbar
* src/sato-draw.c: (sato_draw_box):
- Don't draw gradients on menus
- Don't draw boders on troughs
- Use SANITIZE_SIZE to fix drawing menu borders
* src/sato-draw.h: Add SANITIZE_SIZE macro
* src/sato-style.c: Restore from poky-style.c and rename functions
2006-10-30 Thomas Wood <thomas@openedhand.com>
* src/sato-draw.c: Fix a possible crasher
2006-10-30 Thomas Wood <thomas@openedhand.com>
* data/gtkrc: Use correct engine. Add focus line options.
* src/sato-draw.c: (sato_gradient), (sato_draw_box),
(sato_draw_shadow), (sato_draw_option),
(sato_draw_style_class_init):
- Draw some fairly ugly focus and has_default markings
- Draw hline and vlines
- Don't draw gradient on menu and toolbars
2006-10-20 Thomas Wood <thomas@openedhand.com>
* Makefile.am:
* configure.ac:
* src/poky-draw.c:
* src/poky-draw.h:
* src/poky-main.c:
* src/poky-style.c:
* src/poky-style.h:
* src/sato-draw.c: (sato_corner), (sato_gradient), (sato_draw_box),
(sato_draw_shadow), (sato_draw_check), (sato_draw_option),
(sato_draw_box_gap), (sato_draw_extension):
* src/sato-draw.h:
* src/sato-main.c:
* src/sato-style.h:
Rename Poky to Sato
2006-10-20 Thomas Wood <thomas@openedhand.com>
* src/poky-draw.c: (poky_corner), (poky_draw_box),
(poky_draw_shadow), (poky_draw_check), (poky_draw_box_gap),
(poky_draw_extension):
- Move drawing corners into their own function
- Simplify the rounded recatngle function
- Add some special cases to the draw_box_gap function
2006-10-19 Thomas Wood <thomas@openedhand.com>
* src/poky-draw.c: Fix some compiler warnings
2006-10-16 Thomas Wood <thomas@openedhand.com>
* Makefile.am:
* autogen.sh:
* configure.ac:
* data/gtkrc:
* src/poky-corners.h:
* src/poky-draw.c:
* src/poky-draw.h:
* src/poky-main.c:
* src/poky-style.c:
* src/poky-style.h:
Initial import into svn
|