| Commit message (Collapse) | Author | Age | Lines |
... | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
-moz-appearance:textfield-multiline
This is necessary for GTK versions > 3.18 because windows no longer clear their backgrounds since https://git.gnome.org/browse/gtk+/commit/?id=580ea227a6bb19ad6c6d4766b3a36dbad24583f3 and Ambiance for 3.20 has a transparent background for the "text" window.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
-moz-field
This is necessary for GTK versions > 3.18 because windows no longer clear their backgrounds since https://git.gnome.org/browse/gtk+/commit/?id=580ea227a6bb19ad6c6d4766b3a36dbad24583f3 and Ambiance for 3.20 has a transparent background for the "text" window.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
WidgetStyleCache
The style context for MOZ_GTK_TEXT_VIEW is now created by copying from the widget instead of caching a widget and using its context.
No rendering changes are expected, unless themes are animating GtkTextView backgrounds.
|
| | | |
| | | |
| | | |
| | | | |
tree view
|
| | | |
| | | |
| | | |
| | | | |
GtkWindow, GtkScrollBar
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
changes in GTK 3.20
|
| | | |
| | | |
| | | |
| | | | |
InsetByMargin parameters for consistency.
|
| | | |
| | | |
| | | |
| | | | |
The same name is retained for moz_gtk_widget_paint(), which is now more consistent.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
> 3.20
In GTK 3.20, gtk_menu_item_draw() just draws the root widget gadget, depending on the theme to style menu items with CSS name "separator" appropriately.
|
| | | | |
|
| | |/
| |/| |
|
| | | |
|
|/ / |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
widget/windows.
|
| |
| |
| |
| |
| | |
This avoids manually hooking into shell32.dll and using the native shell API instead.
Tag #22.
|
| |
| |
| |
| |
| | |
Tag #22.
This bypasses custom definitions of some functions for things natively available in Windows 7.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Remove numerous blocklist entries that no longer apply.
- Remove CanComputeVirtualKeyCodeFromScanCode(), because it's always true.
- Remove ShowXP{Folder,File}Picker(), since we have native pickers on supported Windows versions.
- Remove the config.trim_on_minimize preference, which is pointless on NT6+ and will just cause problems if used.
Tag #22.
|
| |
| |
| |
| |
| |
| |
| |
| | |
the front-end.
This makes all relevant toolbars pick up the fact that the Windows accent color has changed and should check and if necessary update the "brighttext" property on them for styling of controls.
This is a bit of a hack-around to the fact that there is no real easy way otherwise to notify the front-end of color changes without needing a change in focus of the window.
There is a deliberate 300ms delay built in, because otherwise the styles might not have propagated yet, resulting in brighttext not being updated properly.
|
| |
| |
| |
| | |
Also improves comment wording.
|
| |
| |
| |
| | |
This resolves #16.
|
| |
| |
| |
| | |
#31 point 4
|
| | |
|
| |
| |
| |
| | |
#31 points 1 and 2
|
|/
|
|
| |
#31 point 3
|
|
|