office-gobmx/vcl
Lucas Baudin 5e4d196f7f Fix some visual glitch with GTK+
- Fix separators, they weren't properly aligned, and they didn't use
  gtk_paint_box when needed some gtk themes/engine draw lines with box ^^
  (for 3d appearance for instance)
- Fix pressed toolbar buttons state: it wasn't drawn correctly
- Fix toolbar buttons background: window background was paint, but the
  background was the toolbar, so, now, the background of the toolbar is paint
- Use gtk_paint_box instead of gtk_paint_flat_box for buttondefault, it wasn't
  correct and caused some weird things in the corners
- Code cleanup: remove a function call which set the widgets flags, it is
  useless (and could cause some segfaults) since we must specify widget state
  and shadow in gtk_paint_(flat_)box).
- Code cleanup: remove duplicated code, toolbar button are now drawn using the
  same function as normal buttons
2011-05-24 14:13:03 +01:00
..
aqua Introduce HideDisabledMenuItems style setting 2011-04-28 10:59:58 +01:00
inc Drop OS2 2011-05-21 17:00:45 +03:00
prj generalize ScopedBitmapAccess and simplify usage 2011-05-18 06:06:35 +02:00
qa/complex
source List->vector change incorrect return index 2011-05-23 10:35:48 +01:00
test Drop OS2 2011-05-21 17:00:45 +03:00
unx Fix some visual glitch with GTK+ 2011-05-24 14:13:03 +01:00
util Drop OS2 2011-05-21 17:00:45 +03:00
win Swap direction on win32 horizontal scrolling 2011-05-07 01:04:27 +02:00
workben