Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | [GTK3] Draw only background and frame of separator menuitems in GTK versions ↵ | trav90 | 2018-04-05 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | > 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. | ||||
| * | | | [GTK3] Draw separator menuitem background and frame behind separator in menu | trav90 | 2018-04-05 | -0/+8 | |
| | | | | |||||
| * | | | [GTK3] Draw menuitem background even when not in hover | trav90 | 2018-04-05 | -24/+20 | |
| | |/ | |/| | |||||
* | | | Remove unused LSPAnnotator | wolfbeast | 2018-03-30 | -156/+0 | |
| | | | |||||
* | | | Remove base conditional code for crash reporter and injector. | wolfbeast | 2018-03-30 | -338/+3 | |
|/ / | |||||
* | | Implement DOM page onvisibilitychange. | janekptacijarabaci | 2018-03-12 | -0/+3 | |
| | | |||||
* | | Remove windows-xp and windows-vista from @media(-moz-os-version) | wolfbeast | 2018-02-20 | -4/+1 | |
| | | |||||
* | | Remove always-false #if WINVER < 0x0601 (Windows 7) checks in nsWinGesture.h. | wolfbeast | 2018-02-19 | -153/+2 | |
| | | |||||
* | | Remove always-false #if WINVER < 0x0601 (Windows 7) checks in nsLookAndFeel.h. | wolfbeast | 2018-02-19 | -14/+1 | |
| | | |||||
* | | Remove always-false #if WINVER < 0x0600 (Windows Vista) checks in ↵ | wolfbeast | 2018-02-19 | -102/+2 | |
| | | | | | | | | widget/windows. | ||||
* | | Remove the use of GetProcAddress() for shell32 | wolfbeast | 2018-02-19 | -43/+4 | |
| | | | | | | | | | | This avoids manually hooking into shell32.dll and using the native shell API instead. Tag #22. | ||||
* | | Make the proper Windows APIs natively available to our tree. | wolfbeast | 2018-02-19 | -2/+6 | |
| | | | | | | | | | | Tag #22. This bypasses custom definitions of some functions for things natively available in Windows 7. | ||||
* | | Remove unnecessary code in /widget. | wolfbeast | 2018-02-18 | -1162/+199 | |
| | | | | | | | | | | | | | | | | | | - 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. | ||||
* | | Add a signal preference for dynamic color changes to adjust "brighttext" in ↵ | wolfbeast | 2018-02-17 | -0/+2 | |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | Use more logical pref names for mouse button 4&5 | wolfbeast | 2018-02-12 | -8/+9 | |
| | | | | | | | | Also improves comment wording. | ||||
* | | Un-fold browsercomps.* from libxul | wolfbeast | 2018-02-11 | -1/+0 | |
| | | | | | | | | This resolves #16. | ||||
* | | Add -moz-windows-accent-color-is-dark | wolfbeast | 2018-02-04 | -0/+22 | |
| | | | | | | | | #31 point 4 | ||||
* | | Split out the check for accent color luminance. | wolfbeast | 2018-02-04 | -8/+20 | |
| | | |||||
* | | Add -moz-win-accentcolor(text) | wolfbeast | 2018-02-04 | -5/+122 | |
| | | | | | | | | #31 points 1 and 2 | ||||
* | | Add `@media(-moz-windows-accent-color-applies)` | wolfbeast | 2018-02-04 | -0/+15 | |
|/ | | | | #31 point 3 | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+292726 | |