1627c903d8
spinbutton: remove unused code
2014-05-09 11:02:45 -07:00
9f7bab0aca
entry: remove unused code
2014-05-09 11:02:45 -07:00
92d23be47d
switch: don't use focus-line-width
2014-05-09 11:02:45 -07:00
8fff30090b
radiobutton: don't use focus-line-width
2014-05-09 11:02:45 -07:00
a32260660b
checkbutton: don't use focus-line-width
2014-05-09 11:02:45 -07:00
a2a1c6da95
cellarea: don't use focus-line-width
...
Use CSS padding instead.
2014-05-09 11:02:45 -07:00
2cbf3c66ef
treeview: use the CELL style class while doing cell size request
...
Since we use the same style class later when we draw them. Otherwise
we'll get inconsistent results for CSS borders/paddings between the two
cycles.
2014-05-09 11:02:45 -07:00
0ff3f16da1
calendar: don't use focus-line-width
2014-05-09 11:02:44 -07:00
694b209094
button: don't use focus-line-width
2014-05-09 11:02:44 -07:00
bbadfbcd2a
button: remove unused code
2014-05-09 11:02:44 -07:00
e8c906966e
widget: deprecate focus-line-pattern style property
...
Nothing in GTK uses it.
2014-05-09 11:02:44 -07:00
a2decd1f2f
widget: deprecate focus-padding style property
...
There's no use left inside GTK.
2014-05-09 11:02:44 -07:00
5cb43c70f7
calendar: simplify code
...
Always use the newly introduced get_component_paddings() instead of
doing the work manually every time.
2014-05-09 11:02:44 -07:00
1e66a7ccdb
calendar: use CSS paddings instead of focus pad for day/week areas
...
focus-padding is going away.
2014-05-09 11:02:44 -07:00
83b4e67307
range: remove unused code
2014-05-09 11:02:44 -07:00
c62d6fea70
colorscale: don't use focus padding
2014-05-09 11:02:44 -07:00
365ab7f73b
range: don't use focus padding
2014-05-09 11:02:43 -07:00
d0b8ef3a6f
scale: remove unused code
2014-05-09 11:02:43 -07:00
24a422631d
expander: don't use focus padding
2014-05-09 11:02:43 -07:00
d2f77984dc
expander: add support for CSS padding and borders
...
We need to do this since we're about to remove focus-pad.
2014-05-09 11:02:43 -07:00
9a811e2c94
notebook: don't use focus padding
2014-05-09 11:02:43 -07:00
80981f5c95
modelbutton: don't use focus padding
2014-05-09 11:02:43 -07:00
053b21cc1f
flowbox: don't use focus padding
2014-05-09 11:02:43 -07:00
241b4c0c75
listbox: don't use focus padding
2014-05-09 11:02:43 -07:00
ceab6ee15d
switch: don't use focus padding
2014-05-09 11:02:42 -07:00
52e40a1725
treeview: don't use focus padding
2014-05-09 11:02:42 -07:00
c20e8b0b49
checkbutton: support CSS paddings and borders
...
We need this since we just removed focus-padding.
2014-05-09 11:02:42 -07:00
99f0776f19
checkbutton: don't use focus padding
2014-05-09 11:02:42 -07:00
8b068e996f
button: don't read focus padding property
...
We're going to deprecate it.
2014-05-09 11:02:42 -07:00
b03c22e0c9
widget: deprecate interior-focus style property
...
Nothing uses it anymore inside GTK.
2014-05-09 11:02:42 -07:00
ce8846521e
reftests: never set interior-focus
2014-05-09 11:02:42 -07:00
521475da4d
win32: don't set interior-focus in the theme
2014-05-09 11:02:42 -07:00
a3cbcc6451
textview: always use interior focus
2014-05-09 11:02:42 -07:00
5a16ec366d
spinbutton: remove unused code
2014-05-09 11:02:41 -07:00
0c6cc487d6
radiobutton: always use interior focus
2014-05-09 11:02:41 -07:00
b77a8bcb95
expander: always use interior focus
2014-05-09 11:02:41 -07:00
21e32f1989
checkbutton: always use interior focus
2014-05-09 11:02:41 -07:00
779707fabb
entry: always use interior focus
2014-05-09 11:02:41 -07:00
4c06925ec2
button: always use interior focus
...
We're going to deprecate the property, and this is what everyone has
been using.
2014-05-09 11:02:41 -07:00
f656fc5997
widget-factory: use same spacing for buttons column
...
So that they nicely align with entries. Useful when tweaking the theme.
2014-05-09 11:02:41 -07:00
f4d02bd9c1
GtkCellArea: allow finding attributes at runtime
...
This will allow e.g. GtkInspector to display attribute mappings.
http://bugzilla.gnome.org/show_bug.cgi?id=729817
2014-05-08 14:09:04 -04:00
c813765430
GtkListBox: improve the docs
...
The documentation was not really clear about ::row-selected
not working for multi-selection.
2014-05-08 07:33:01 -04:00
00275dfc9f
GdkCursor: Don't leak a cairo surface
...
The function gdk_cursor_new_from_pixbuf creates a cairo surface
to pass to its backend implementation, but doesn't destroy it
afterwards.
https://bugzilla.gnome.org/show_bug.cgi?id=729670
2014-05-07 19:29:56 -04:00
74405cc964
Update the design for progress bars
...
We now use a narrower trough and paint the optional text
beside the trough instead of inside it. This makes for a much
cleaner appearance and more readable text.
2014-05-07 09:56:35 -04:00
644f08a771
Remove debug spew
2014-05-07 06:51:51 -04:00
1c30470558
widget-factory: add linked entry and button example
2014-05-07 05:03:45 -04:00
ac5993a7e7
wayland: Fix c&p typo in touch capabilities handling.
2014-05-06 18:37:57 +02:00
cdfcd5fc85
Bloatpad: port to new accel api
2014-05-06 10:58:52 -04:00
352e28a138
viewport: Don't subtract borders and padding from -1
...
-1 is a special value for "undefined" and needs to stay that way
https://bugzilla.gnome.org/show_bug.cgi?id=729607
2014-05-06 04:02:40 +02:00
c39b6be22b
docs: Fix name of GtkFileChooser's Create Folder button
...
The documentation for GtkFileChooser references the button which allows
the user to create new folders as the New Folder button, although the
label actually says Create Folder.
Update the documentation to say Create Folder instead of New Folder.
https://bugzilla.gnome.org/show_bug.cgi?id=729475
2014-05-05 20:54:47 -04:00