Carsten "Tomcat" Book
|
84ff5e7587
|
Backed out changeset 7edc58c272f1 (bug 1075089) for causing OS X 10.6 marionette failures in test_single_finger_desktop.py testSingleFingerMouse.test_double_tap on a CLOSED TREE
|
2015-07-31 14:49:40 +02:00 |
|
Nick Robson
|
d636d52e60
|
Bug 1075089 - Moved popup menu frame offset to LookAndFeel, fixed default offset for OS X. r=enn
|
2015-07-30 15:00:00 +02:00 |
|
Andrew Comminos
|
f7538a2814
|
Bug 1187649 - Free constructed widget path in nsLookAndFeel on GTK. r=karlt
|
2015-07-28 06:28:00 -04:00 |
|
Carsten "Tomcat" Book
|
9f752d82bd
|
Backed out changeset ac04ab483fba (bug 1187649) for bustage on a CLOSED TREE
|
2015-07-28 13:05:48 +02:00 |
|
Andrew Comminos
|
dc9fde3f76
|
Bug 1187649 - Free constructed widget path in nsLookAndFeel on GTK. r=karlt
|
2015-07-27 11:21:00 +02:00 |
|
Martin Stransky
|
76864d117d
|
Bug 1169233 - Get grey (inactive) text color from menu labels. r=karlt
|
2015-05-29 05:40:00 -04:00 |
|
Martin Stransky
|
a4c0bc4886
|
Bug 1169232 - [gtk3] Add background class to tooltip window to get correct background color. r=karlt
|
2015-06-01 05:01:00 -04:00 |
|
Martin Stransky
|
64365a8552
|
Bug 1161056 - Gtk3 - use sMozWindowBackground colors for combobox background. r=karlt
|
2015-05-05 09:08:00 -04:00 |
|
Martin Stransky
|
428007cfdc
|
Bug 1144745 - moves gdk_screen_get_monitor_scale_factor() call to nsScreenGtk :: GetGtkMonitorScaleFactor(). r=karlt
|
2015-04-23 12:35:00 -04:00 |
|
Nicholas Nethercote
|
0247de46d8
|
Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
|
2015-02-09 14:34:50 -08:00 |
|
Andrew McCreight
|
e048a7df33
|
Back out Bug 1127201 (part 2) for various problems.
|
2015-02-06 15:04:32 -08:00 |
|
Nicholas Nethercote
|
40ab0270d5
|
Bug 1127201 (part 2) - Convert all NS_ABORT_IF_FALSE calls to MOZ_ASSERT. r=Waldo.
|
2015-02-04 20:05:36 -08:00 |
|
Andrew Comminos
|
e5fafb9b95
|
Bug 975919 - Add support for HiDPI on GTK 3.10+. r=karlt
|
2015-01-20 23:53:00 -05:00 |
|
Martin Stransky
|
d12b1cde6f
|
Bug 1073117 - [gtk3] Use GTK_STYLE_CLASS_VIEW style for selected text rendering. r=karlt
It also merges some duplicated colors and adds GTK_STATE_FLAG_FOCUSED for selected text.
|
2014-12-08 01:35:00 -05:00 |
|
Martin Stransky
|
87331f7417
|
Bug 1101582 - [GTK3] - Use window background color for ThreeDFace,ButtonFace. r=karlt
This fixes missing borders on non-natively-styled textareas.
|
2014-11-27 04:08:00 +01:00 |
|
Alexander Seleznev
|
e1a6dd66e1
|
Bug 803633 - Add basic support for new scrollbar behavior in GTK+ [Part 1]. r=mstange, r=karlt
|
2014-08-10 16:05:51 +07:00 |
|
Martin Stransky
|
6dc4e44fe7
|
Bug 978172 - [GTK3] Fix doorhanger border. r=karlt
|
2014-06-24 01:28:00 -04:00 |
|
Martin Stransky
|
ce5aee2066
|
Bug 982964 - [gtk3] Combo boxes have white text. r=karlt
|
2014-04-02 11:47:55 -04:00 |
|
Martin Stransky
|
50f55414ee
|
Bug 982964 - [gtk3] Combo boxes have white text. r=karlt
|
2014-04-02 11:47:55 -04:00 |
|
Martin Stransky
|
0baec41a42
|
Bug 972382 - [GTK3] Theme is not loaded in other WM's (MATE, XFCE and so). r=karlt
|
2014-02-24 10:09:55 -05:00 |
|
Ehsan Akhgari
|
68bfe70f09
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Jeff Muizelaar
|
60da923968
|
Bug 947379. Remove MOZ_PANGO. r=jfkthame
We haven't been able to build with this since
2008. Time for it to go.
|
2013-12-09 10:03:28 -05:00 |
|
Daniel Holbert
|
227c20388b
|
Bug 936628: Add media query to check for whether we have a color picker backend available. r=jimm
|
2013-11-10 19:07:59 -08:00 |
|
Birunthan Mohanathas
|
881bef1868
|
Bug 784739 - Switch from NULL to nullptr in widget/gtk/; r=ehsan
|
2013-10-08 14:47:37 -04:00 |
|
Ehsan Akhgari
|
1fe743715d
|
Bug 924221 - Minimize the #includes in gfx/thebes; r=bjacob
|
2013-10-07 19:15:59 -04:00 |
|
Martin Stransky
|
26724abdb6
|
Bug 917270 - Rename widget/gtk2 to widget/gtk. r=karlt
|
2013-09-23 09:21:57 -04:00 |
|