Michael Ventnor
|
0faaa4e72d
|
Bug 501104. Handle GTK2 default button borders properly. r+sr=roc
|
2009-07-04 22:01:16 +12:00 |
|
Michael Ventnor
|
391eac00ac
|
Bug 500897 - Window resizer is not drawn correctly on some themes. r+sr=roc
|
2009-06-27 16:40:12 +02:00 |
|
Michael Ventnor
|
f272246e49
|
Bug 496770. Take GTK default button indicator metrics into account when computing overflow area for buttons. r=roc
--HG--
extra : rebase_source : 9a38891254f688914abc28b100b516382ceba572
|
2009-06-15 09:56:37 +12:00 |
|
Karl Tomlinson
|
f80f1d7457
|
Bug 483564. Adjust caret location so that GTK themes draw RTL carets correctly. r+sr=roc
--HG--
extra : rebase_source : d3ede4134e9e73b841823547212f1c57144ed4a7
|
2009-04-10 13:30:01 +12:00 |
|
Karl Tomlinson
|
5a26d4cccd
|
b=483883 assignment from incompatible pointer type with GtkTreeViewColumn r=ventnor
--HG--
extra : rebase_source : bb5f65755cc1f1792a977184678bbf1b01781fa2
|
2009-04-06 13:32:20 +12:00 |
|
Ginn Chen
|
905f66fc3f
|
Bug 481621 protoLayout should set to NULL in moz_gtk_shutdown() r=roc
|
2009-03-06 14:43:13 +08:00 |
|
Michael Ventnor
|
2351d2a4b0
|
Bug 123836 - Implement indeterminate property on checkboxes and radio buttons - r=roc,jst sr=roc
|
2009-01-22 13:07:44 +13:00 |
|
Wolfgang Rosenauer
|
2eca80e0ff
|
Bug 468804 - casting to pointer explicitely in g_object_set_data() calls; r+sr=roc
|
2008-12-10 16:53:28 +01:00 |
|
RIVAUD Julien (_FrnchFrgg_)
|
20c3dddf35
|
Bug 405421 - Ensure our widget painting is transparent for themes that support it. r=bsmedberg/ventron/roc
|
2008-08-14 10:04:28 +02:00 |
|
Michael Ventnor
|
fc2e1b57c0
|
Bug 118308, NS_THEME_TEXTFIELD_CARET implementation (GTK), r+sr=roc
|
2008-06-23 11:50:52 +03:00 |
|
Michael Ventnor
|
18e638d642
|
Bug 440112, Form elements are not hidden behind overlapping parent with overflow:hidden, r+sr=roc
|
2008-06-23 11:30:07 +03:00 |
|
gavin@gavinsharp.com
|
7e8164620a
|
Bug 428792: expanders cause 'unsupported widget' warning, patch by Ian Spence <ispence@gmail.com>, r+sr=roc, a=beltzner
|
2008-04-28 03:06:56 -07:00 |
|
ginn.chen@sun.com
|
c5594ec180
|
Bug 426322 native ComboBox arrow is not rendered correctly with GNOME nimbus theme r=twanno sr=roc a=beltzner
|
2008-04-07 22:49:18 -07:00 |
|
reed@reedloden.com
|
3a05097ca9
|
Bug 426706 - "Gtk-CRITICAL **: gtk_widget_set_name: assertion `GTK_IS_WIDGET (widget)' failed" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=vlad]
|
2008-04-04 01:59:13 -07:00 |
|
reed@reedloden.com
|
388a50eb98
|
Bug 425877 - "Tell the GTK theme engine that Mozilla is requesting the drawing, so it can fix its quirks" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=schrep]
|
2008-04-01 01:33:40 -07:00 |
|
dholbert@cs.stanford.edu
|
2de08e5ba8
|
Bug 423599: Make native theming stuff use full padding when in XUL, and reduced padding when in HTML. Patch by _FrnchFrgg_ <frnchfrgg-mozbugs@altern.org>, r=ventron sr=vlad a1.9b5=beltzner. Reftest by me, r=bz a1.9b5=beltzner
|
2008-03-24 17:34:27 -07:00 |
|
reed@reedloden.com
|
9579808b51
|
Bug 423606 - "Some GTK themes ignore our focus drawing methods" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=vlad a1.9b5=beltzner]
|
2008-03-21 21:23:33 -07:00 |
|
reed@reedloden.com
|
6bf8814703
|
Bug 423599 - "Misaligned navigation panel on computerworld.com due to tall combobox" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=vlad a=blocking1.9+]
|
2008-03-19 23:08:09 -07:00 |
|
reed@reedloden.com
|
084b89255f
|
Bug 423236 - "Tree view headers should correctly tell the GTK engine if its sorted or not" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=beltzner]
|
2008-03-18 12:35:23 -07:00 |
|
reed@reedloden.com
|
afebaa5156
|
Bug 422906 - "Change a big toplevel "if(...) { <code> }" introduced by bug 415163 to an "if(!...) return; <code>"" [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r+sr=roc a1.9=beltzner]
|
2008-03-18 12:31:50 -07:00 |
|
reed@reedloden.com
|
c1a91cd6dd
|
Bug 415830 - "Combobox appearance should match the native ComboBox widget and not OptionMenu" [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=twanno r=Ventron sr=roc a1.9=beltzner]
|
2008-03-16 14:05:46 -07:00 |
|
dbaron@dbaron.org
|
94b2c37e4e
|
Restore the vertical centering code that I removed because it's needed for XUL. b=421734. r=ventnor sr=roc a=damon
|
2008-03-12 15:03:51 -07:00 |
|
reed@reedloden.com
|
7dff995089
|
Bug 416868 - "Size of native style toolkit arrow" (Correct arrow rect and make it advertise its size) [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=Ventron sr=roc a1.9=damons]
|
2008-03-12 10:27:03 -07:00 |
|
reed@reedloden.com
|
2bb7ce1ef6
|
Back out patch from Julien Rivaud in bug 416868 due to reftest failure.
|
2008-03-12 08:56:14 -07:00 |
|
reed@reedloden.com
|
25afe20eb6
|
Bug 416868 - "Size of native style toolkit arrow" (Correct arrow rect and make it advertise its size) [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=Ventron sr=roc a1.9=damons]
|
2008-03-12 07:00:35 -07:00 |
|
reed@reedloden.com
|
907124351a
|
Fix bustage from bug 416003.
|
2008-03-12 04:34:34 -07:00 |
|
reed@reedloden.com
|
4ad95a7fd6
|
Bug 421695 - "Toolbar and MenuBar shadows should not be saved" (Fix various uses of shadow-type) [p=ispence@gmail.com (Ian Spence) r+sr=roc a1.9=damons]
|
2008-03-12 03:57:05 -07:00 |
|
reed@reedloden.com
|
e35b6ef818
|
Bug 416003 - "Use different arrow widgets for arrows in different context" [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=Ventron r=twanno sr=roc a1.9=beltzner]
|
2008-03-12 03:54:22 -07:00 |
|
reed@reedloden.com
|
34a7cb2d4d
|
Bug 421789 - "Trivial fix to a trivial warning in gtk2drawing.c" [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r+sr=roc a1.9=damons]
|
2008-03-12 03:52:02 -07:00 |
|
reed@reedloden.com
|
e357f6f9d9
|
Bug 415163 - "GTK location bar drop-down button arrow is misaligned" [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=Ryan r=twanno r=Ventron sr=roc a1.9=beltzner]
|
2008-03-11 01:55:54 -07:00 |
|
dbaron@dbaron.org
|
99bc683204
|
Make GTK2 checkbox and radio widgets put their indicator spacing in GetWidgetOverflow rather than inside their size. b=402940 r=ventnor sr=roc a=blocking1.9+
|
2008-03-07 09:58:11 -08:00 |
|
roc+@cs.cmu.edu
|
5973a5aa40
|
Backing out patch for bug 415163 to try to fix centos5 orange
|
2008-02-27 04:10:24 -08:00 |
|
reed@reedloden.com
|
714a6d5340
|
Bug 415163 - "GTK location bar drop-down button arrow is misaligned" [p=twanno@lycos.nl (Teune van Steeg) / frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=Ryan r=twanno r=Ventron sr=roc a1.9=beltzner]
|
2008-02-27 02:10:32 -08:00 |
|
reed@reedloden.com
|
e32561d1fb
|
Bug 417695 - "Treeview headers should be painted with button in the middle of the header" [p=ispence@gmail.com (Ian Spence) r+sr=roc a1.9=schrep]
|
2008-02-23 22:20:16 -08:00 |
|
reed@reedloden.com
|
6e49f77040
|
Back out Ian Spence's patch from bug 417695 in order to see if it is the cause of the Tp2 regression on Linux.
|
2008-02-23 16:54:57 -08:00 |
|
reed@reedloden.com
|
ff593309b5
|
Change two C++-style comments introduced by bug 417695 into C-style comments to kill warnings.
|
2008-02-21 02:48:51 -08:00 |
|
reed@reedloden.com
|
a2b2638aff
|
Bug 417695 - "Treeview headers should be painted with button in the middle of the header" [p=ispence@gmail.com (Ian Spence) r+sr=roc a1.9=schrep]
|
2008-02-21 02:46:54 -08:00 |
|
reed@reedloden.com
|
19f6599309
|
Bug 415810 - "Respect the user's settings of icons in menus" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc r=Enn a1.9=schrep]
|
2008-02-20 02:12:33 -08:00 |
|
reed@reedloden.com
|
2c86c6b910
|
Bug 406474 - "Native GTK look for toolbar arrows" [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc a1.9=beltzner]
|
2008-02-14 21:28:44 -08:00 |
|
reed@reedloden.com
|
4d4b0f8b4e
|
Bug 415494 - "Wrong rendering of entries (moz_gtk_entry_paint)" [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=twanno sr=roc a1.9=damons]
|
2008-02-10 22:17:21 -08:00 |
|
reed@reedloden.com
|
fe25d31f9c
|
Bug 413854 - "Wrong rendering of -moz-appearance: listbox and -moz-appearance: treeview" (Use a real scrolled window to draw the inset shadow) [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=Ventron sr=roc a1.9=damons]
|
2008-02-10 00:36:46 -08:00 |
|
reed@reedloden.com
|
bbe4547674
|
Bug 415497 - "Put the back button on the window edge to make it an easier target" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=gavin sr=roc a1.9=damons]
|
2008-02-10 00:32:37 -08:00 |
|
reed@reedloden.com
|
5ef36dbb17
|
Bug 414748 - "Improve focus ring painting of native themed location bar" [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc r=Enn a1.9=schrep]
|
2008-02-10 00:30:04 -08:00 |
|
reed@reedloden.com
|
ed5b5fc87f
|
Bug 415283 - "Button focus does not respect relief setting" (Sets the relief of the button so the focus is correct) [p=ispence@gmail.com (Ian Spence) r+sr=roc a1.9=damons]
|
2008-02-09 22:58:57 -08:00 |
|
reed@reedloden.com
|
e8b2f86182
|
Bug 415137 - "activate-slider style property of GtkRange is not read" (Use the "activate-slider" style property) [p=ispence@gmail.com (Ian Spence) r+sr=roc a1.9=damons]
|
2008-02-09 21:26:19 -08:00 |
|
reed@reedloden.com
|
663c3c5f19
|
Bug 406140 - "The inner-border style property of GtkButton is not read" [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc a1.9=schrep]
|
2008-02-07 01:27:27 -08:00 |
|
reed@reedloden.com
|
733ced8a2d
|
Bug 413854 - "Wrong rendering of -moz-appearance: listbox and -moz-appearance: treeview" [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=Ventron sr=roc a1.9=beltzner]
|
2008-01-26 20:27:35 -08:00 |
|
reed@reedloden.com
|
50e3dc51b2
|
Bug 413084 - "New location bar style does not update on GTK theme change" (use already created child widgets of GtkComboBoxEntry) [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc a1.9=schrep]
|
2008-01-21 16:15:06 -08:00 |
|
reed@reedloden.com
|
1c92a2eaf9
|
Bug 404825 - "Bookmark folders in Personal Toolbar" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=schrep]
|
2008-01-17 02:24:31 -08:00 |
|
reed@reedloden.com
|
d527d33641
|
Bug 412432 - "New location bar style requires GTK 2.12" (Use the default value for arrow scaling) [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc a1.9=schrep]
|
2008-01-15 21:02:02 -08:00 |
|