summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix missing return from quartz_filter_keypressEk Kato2013-08-291-2/+2
* Bug 705750 Quartz input method doesn't work correctly for Chinese charactersEk Kato2013-08-161-37/+66
* Fix a crasher that was introduced by 9ca802161ec6387419d160f21fe477008a567477Cody Russell2013-08-151-1/+1
* Bug 705182 Reset Cocoa IME state when immodule is resetMichael Hutchison2013-08-151-0/+34
* GTK-Win32: Avoid Using Deprecated APIChun-wei Fan2013-08-141-5/+10
* ime: Add builtin handling of dead keysCarlos Garnacho2013-07-291-5/+92
* imquartz: Fallback to slave IM context if no NSEvent exists.Takuro Ashie2013-07-271-4/+7
* Deprecate and ignore gtk-im-status-style and gtk-im-preedit-styleWilliam Jon McCann2013-06-301-55/+4
* Remove more discontinued ChangeLogsWilliam Jon McCann2013-06-241-418/+0
* printing: Show correct status of a jobMarek Kasik2013-06-061-1/+1
* modules/input: Only build quartz module if we're targeting quartzColin Walters2013-05-201-0/+2
* Bug 694273 - Patch to support NSTextInputClient in text widgetsE. K. Kato2013-05-202-0/+406
* printing: Don't crash when printer-state-message not providedMarek Kasik2013-05-091-1/+1
* imcontexts: Include config.h firstBenjamin Otte2013-05-072-2/+4
* gtkprintbackendfile: Fix infinite loop in _cairo_write()Carlos Garcia Campos2013-04-141-7/+13
* Don't free a list that has not been initializedMatthias Clasen2013-04-091-6/+6
* gtkprintbackendcups: Fix a crash in avahi_create_browsers()Carlos Garcia Campos2013-03-251-39/+51
* gtkprintbackendcups: Fix a crash in gtk_print_backend_cups_finalize()Carlos Garcia Campos2013-03-251-1/+1
* printing: Use DBus calls instead of Avahi APIMarek Kasik2013-03-134-281/+374
* printing: Remove usage of GError in connection testMarek Kasik2013-03-131-1/+1
* printing: Don't hang when getting info for Avahi printerMarek Kasik2013-03-131-17/+78
* printing: Show Avahi printers on IPv6 networkMarek Kasik2013-03-131-2/+8
* printing: Fix build with -Werror=format-securityRico Tzschichholz2013-03-061-1/+1
* printing: Mark texts for translation correctlyMarek Kasik2013-03-041-4/+5
* printing: Remove unnecessary breakMarek Kasik2013-03-041-2/+2
* printing: List Avahi printersMarek Kasik2013-03-046-158/+1039
* Revert "Fix gtkprintbackendcups crash"Matthias Clasen2013-03-011-9/+5
* Fix gtkprintbackendcups crashJohn Ralls2013-03-011-5/+9
* Add missing $(EXEEXT) for gtk-query-immodules-3.0Kouhei Sutou2013-01-201-3/+3
* Bug 668239 - texts disappear when notebook switch page at zh_CN locateChun-wei Fan2012-12-131-14/+14
* printing: Call mark_printer_active() with correct parametersMarek Kasik2012-12-041-1/+2
* Use the ppd groups "name" instead of "text" (bug #687065)Benjamin Berg2012-11-291-1/+1
* Sanitize memory handling in cups_request_printer_list_cbChristophe Fergeau2012-11-261-5/+10
* Avoid infinite recursion in the ime input moduleMatthias Clasen2012-11-191-4/+7
* XIM: Don't force random windows to become nativeMatthias Clasen2012-10-011-4/+7
* printing: Add "Custom." prefix only once to paper sizeMarek Kasik2012-09-191-2/+2
* Don't rotate pdf landscape outputAdrian Johnson2012-09-121-1/+14
* printing: Don't load custom paper sizes in file backendMarek Kasik2012-09-061-1/+1
* gtkimcontexttime.c: Check context_ime->client_window is not NULLChun-wei Fan2012-09-031-0/+4
* cups: Use IPP api when necessary with CUPS 1.6Rico Tzschichholz2012-08-051-2/+2
* modules: Don't use GDK_THREADS_ENTER/LEAVE macros internallyMatthias Clasen2012-07-306-14/+17
* file printbackend: Protect a callback by GDK_THREADS_ENTERMatthias Clasen2012-05-171-9/+18
* GTK PrintToFile settingsTimothy Arceri2012-05-141-18/+31
* Fix build with --enable-debugMatthias Clasen2012-04-301-1/+1
* Fix the colord support in GtkPrinterCups when the PPD is loaded asyncRichard Hughes2012-04-301-0/+14
* Remove some more CUPS 1.2 ifdefs.John Ralls2012-04-231-27/+0
* Bug 670373: modules/printing/cups/gtkprintbackendcups.c won't build with CUPS...John Ralls2012-04-231-6/+14
* Bug 670373: modules/printing/cups/gtkprintbackendcups.c won't build with CUPS...John Ralls2012-04-231-1/+23
* Move some variable declarations into the scopes in which they're used.John Ralls2012-04-231-18/+19
* Extract Function cups_create_printerJohn Ralls2012-04-231-269/+284