.. |
compat
|
b=1068964 Remove GTK_CHECK_VERSION for GTK 2 r=karlt
|
2014-09-18 16:16:52 +10:00 |
compat-gtk3/gtk
|
Bug 1027034 - Properly set up Gtk+3 compatibility headers. r=karlt
|
2014-06-19 09:06:14 +09:00 |
crashtests
|
…
|
|
mozgtk
|
Bug 1097592 - Don't use PR_FindFunctionSymbolAndLibrary to avoid app freeze, r=karlt
|
2014-11-14 06:32:00 +01:00 |
NativeKeyBindings.cpp
|
…
|
|
NativeKeyBindings.h
|
…
|
|
WakeLockListener.cpp
|
Bug 1028913 - Fix bustage when --disable-dbus is set. r=karlt
|
2014-06-23 07:24:00 -04:00 |
WakeLockListener.h
|
Bug 1123844: Add MOZ_OVERRIDE annotations (and a few 'virtual' annotations) where appropriate, for headers used in widget/gtk. r=karlt
|
2015-01-20 13:39:44 -08:00 |
WidgetTraceEvent.cpp
|
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 |
gtk2drawing.c
|
Bug 1126269 - Part 1: Remove nsError.h dependency from C sources in widget/gtk. r=roc
|
2015-01-30 08:53:46 +09:00 |
gtk3drawing.c
|
Bug 1126269 - Part 1: Remove nsError.h dependency from C sources in widget/gtk. r=roc
|
2015-01-30 08:53:46 +09:00 |
gtkdrawing.h
|
Bug 877605 - GTK3 - fixed tab widget rendering. r=karlt
|
2014-09-04 05:17:00 +02:00 |
maiRedundantObjectFactory.c
|
…
|
|
maiRedundantObjectFactory.h
|
…
|
|
moz.build
|
Bug 1085696. Part 2 Move widget/shared to /widget. r=roc
|
2014-10-23 10:16:47 -07:00 |
mozcontainer.c
|
…
|
|
mozcontainer.h
|
…
|
|
nsAppShell.cpp
|
Bug 811261 - Implement WakeLockListener on Linux to disable screensaver while video is playing. r=karl
|
2014-06-18 06:11:00 +02:00 |
nsAppShell.h
|
…
|
|
nsBidiKeyboard.cpp
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
nsBidiKeyboard.h
|
…
|
|
nsCUPSShim.cpp
|
Bug 869836 - Part 7: Use AppendLiteral instead of Append where possible. r=ehsan
|
2014-05-22 06:48:51 +03:00 |
nsCUPSShim.h
|
…
|
|
nsClipboard.cpp
|
Bug 1114999 - Part 2: Apply MOZ_NO_ADDREF_RELEASE_ON_RETURN to all smart pointer arrow operators that can return refcounted objects; r=jrmuizel
|
2015-01-06 16:30:03 -05:00 |
nsClipboard.h
|
Bug 815952 - Stop clearing clipboard data originating from a private window after closing private windows. r=ehsan
|
2014-07-14 12:35:30 -07:00 |
nsColorPicker.cpp
|
Bug 869836 - Part 12: Use `Assign('c')` instead of `AssignLiteral("c")`. r=ehsan
|
2014-05-26 21:55:08 +03:00 |
nsColorPicker.h
|
…
|
|
nsDeviceContextSpecG.cpp
|
Bug 1123836: Remove mostly-unused GetPath() impls from nsDeviceContextSpec[Qt,Android,G] classes. r=karlt
|
2015-01-21 14:09:34 -08:00 |
nsDeviceContextSpecG.h
|
Bug 1123836: Remove mostly-unused GetPath() impls from nsDeviceContextSpec[Qt,Android,G] classes. r=karlt
|
2015-01-21 14:09:34 -08:00 |
nsDragService.cpp
|
Bug 1125040: Use LayoutDeviceIntPoint for nsIWidget::WidgetToScreen r=botond
|
2015-02-04 15:21:03 -05:00 |
nsDragService.h
|
Bug 1123844: Add MOZ_OVERRIDE annotations (and a few 'virtual' annotations) where appropriate, for headers used in widget/gtk. r=karlt
|
2015-01-20 13:39:44 -08:00 |
nsFilePicker.cpp
|
Bug 467405. Avoid getting file info for non-regular files in the gtk file picker. This avoids firefox hanging if the file picker is pointed at a directory with a pipe in it. r=jst,roc
|
2014-12-20 23:49:18 -08:00 |
nsFilePicker.h
|
Bug 1123844: Add MOZ_OVERRIDE annotations (and a few 'virtual' annotations) where appropriate, for headers used in widget/gtk. r=karlt
|
2015-01-20 13:39:44 -08:00 |
nsGTKToolkit.h
|
…
|
|
nsGtkCursors.h
|
…
|
|
nsGtkIMModule.cpp
|
Bug 1077345 part.13 nsGtkIMModule should use NS_COMPOSITION_COMMIT* event r=m_kato
|
2014-11-25 14:02:34 +09:00 |
nsGtkIMModule.h
|
Bug 1077345 part.13 nsGtkIMModule should use NS_COMPOSITION_COMMIT* event r=m_kato
|
2014-11-25 14:02:34 +09:00 |
nsGtkKeyUtils.cpp
|
Bug 1046101 part.17 Rename NS_SIMPLE_GESTURE_EVENT to eSimpleGestureEventClass r=smaug
|
2014-08-04 14:28:53 +09:00 |
nsGtkKeyUtils.h
|
Bug 1061253 - Fix more bad implicit constructors in widget; r=roc
|
2014-09-02 09:46:06 -04:00 |
nsGtkUtils.h
|
…
|
|
nsIImageToPixbuf.h
|
…
|
|
nsIdleServiceGTK.cpp
|
…
|
|
nsIdleServiceGTK.h
|
Bug 1123844: Add MOZ_OVERRIDE annotations (and a few 'virtual' annotations) where appropriate, for headers used in widget/gtk. r=karlt
|
2015-01-20 13:39:44 -08:00 |
nsImageToPixbuf.cpp
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
nsImageToPixbuf.h
|
Bug 1123844: Add MOZ_OVERRIDE annotations (and a few 'virtual' annotations) where appropriate, for headers used in widget/gtk. r=karlt
|
2015-01-20 13:39:44 -08:00 |
nsLookAndFeel.cpp
|
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 |
nsLookAndFeel.h
|
Bug 1073117 - [gtk3] Use GTK_STYLE_CLASS_VIEW style for selected text rendering. r=karlt
|
2014-12-08 01:35:00 -05:00 |
nsNativeThemeGTK.cpp
|
Bug 1089023 - Unbreak GTK3 build after bug 1087732. r=jwatt
|
2014-10-25 10:08:00 +02:00 |
nsNativeThemeGTK.h
|
Bug 1123844: Add MOZ_OVERRIDE annotations (and a few 'virtual' annotations) where appropriate, for headers used in widget/gtk. r=karlt
|
2015-01-20 13:39:44 -08:00 |
nsPSPrinters.cpp
|
Bug 869836 - Part 8: Use `Append('c')` instead of `Append("c")`. r=ehsan
|
2014-05-22 06:48:52 +03:00 |
nsPSPrinters.h
|
…
|
|
nsPaperPS.cpp
|
…
|
|
nsPaperPS.h
|
…
|
|
nsPrintDialogGTK.cpp
|
b=1068964 Cleanup GTK print includes r=karlt
|
2014-09-18 15:59:01 +10:00 |
nsPrintDialogGTK.h
|
Bug 1123844: Add MOZ_OVERRIDE annotations (and a few 'virtual' annotations) where appropriate, for headers used in widget/gtk. r=karlt
|
2015-01-20 13:39:44 -08:00 |
nsPrintOptionsGTK.cpp
|
…
|
|
nsPrintOptionsGTK.h
|
…
|
|
nsPrintSettingsGTK.cpp
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
nsPrintSettingsGTK.h
|
Bug 1123844: Add MOZ_OVERRIDE annotations (and a few 'virtual' annotations) where appropriate, for headers used in widget/gtk. r=karlt
|
2015-01-20 13:39:44 -08:00 |
nsScreenGtk.cpp
|
Bug 1097897 - Add HiDPI support (scale) for Gtk2 and update and fix calculation of scaled screen borders. r=karlt
|
2015-02-10 02:14:00 -05:00 |
nsScreenGtk.h
|
Bug 1097897 - Add HiDPI support (scale) for Gtk2 and update and fix calculation of scaled screen borders. r=karlt
|
2015-02-10 02:14:00 -05:00 |
nsScreenManagerGtk.cpp
|
Bug 1097897 - Add HiDPI support (scale) for Gtk2 and update and fix calculation of scaled screen borders. r=karlt
|
2015-02-10 02:14:00 -05:00 |
nsScreenManagerGtk.h
|
Bug 1097897 - Add HiDPI support (scale) for Gtk2 and update and fix calculation of scaled screen borders. r=karlt
|
2015-02-10 02:14:00 -05:00 |
nsSound.cpp
|
Bug 1038756: Callsites creating a channel in /widget/gtk/ (r=roc)
|
2014-09-21 09:42:14 -07:00 |
nsSound.h
|
Bug 1028588 - Fix dangerous public destructors in widget/ - r=roc
|
2014-06-24 12:36:44 -04:00 |
nsToolkit.cpp
|
…
|
|
nsWidgetFactory.cpp
|
Bug 1119609 part.3 Implement converting methods from key/code value to key/code name index r=smaug
|
2015-02-19 15:50:19 +09:00 |
nsWindow.cpp
|
Add weak reference support to nsBaseWidget. (bug 1133150, r=roc)
|
2015-02-17 22:27:53 -08:00 |
nsWindow.h
|
Add weak reference support to nsBaseWidget. (bug 1133150, r=roc)
|
2015-02-17 22:27:53 -08:00 |