| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compile error in imquartz.c due to API change in GtkIMContext. | John Ralls | 2017-07-18 | 1 | -4/+4 |
* | modules/input/gtkimcontextime.c: Move to set_client_widget | Chun-wei Fan | 2017-06-06 | 1 | -6/+10 |
* | imcontext: Remove API dependency on GdkWindow | Carlos Garnacho | 2017-05-25 | 2 | -14/+15 |
* | meson: simplify cups version check in printbackends | Tim-Philipp Müller | 2017-05-03 | 1 | -44/+18 |
* | build: Use get_pkgconfig_variable() | Emmanuele Bassi | 2017-05-03 | 1 | -11/+16 |
* | build: Improve consistency of the "coding" style | Emmanuele Bassi | 2017-05-03 | 1 | -6/+6 |
* | build: Clean up print backends Meson rules | Emmanuele Bassi | 2017-05-03 | 6 | -26/+53 |
* | build: Disable deprecation warnings for input methods | Emmanuele Bassi | 2017-05-03 | 1 | -0/+1 |
* | meson: build input modules | Tim-Philipp Müller | 2017-05-03 | 2 | -1/+106 |
* | meson: move colord checks into cups printbackend | Tim-Philipp Müller | 2017-05-03 | 1 | -0/+9 |
* | meson: gtk: set GTK_PRINT_BACKENDS define properly | Tim-Philipp Müller | 2017-05-03 | 1 | -0/+2 |
* | meson: modules: add printbackends | Tim-Philipp Müller | 2017-05-03 | 7 | -0/+152 |
* | Remove gdkkeysyms-compat.h | Emmanuele Bassi | 2017-05-03 | 1 | -4/+4 |
* | Avoid some compiler warnings | Matthias Clasen | 2017-03-23 | 1 | -3/+3 |
* | Fix translator comments | Piotr Drąg | 2017-01-28 | 1 | -4/+4 |
* | gtkprintbackendfile: Correct PostScript capitalization | Piotr Drąg | 2017-01-02 | 1 | -1/+1 |
* | xim: Use the native parent window for the X connection | Benjamin Otte | 2016-12-09 | 1 | -2/+15 |
* | printing: Do not truncate job names in GtkPrintOperation | Carlos Garcia Campos | 2016-11-10 | 1 | -2/+18 |
* | Rename gtk-query-immodules to follow our binary naming scheme | Matthias Clasen | 2016-10-18 | 1 | -4/+4 |
* | API: Remove gdk_screen_get_width() and gdk_screen_get_height() | Benjamin Otte | 2016-10-16 | 1 | -1/+1 |
* | Rename Makefile references from 3.0 to 4.0 | Matthias Clasen | 2016-10-07 | 7 | -23/+23 |
* | Use upstream gettext | Javier Jardón | 2016-05-16 | 1 | -0/+1 |
* | Add a comment to explain numbers here | Matthias Clasen | 2016-04-19 | 1 | -0/+1 |
* | cups: Fix duplicate string | Piotr Drąg | 2016-04-19 | 1 | -1/+1 |
* | cups: Fix gettext usage | Bastien Nocera | 2016-04-16 | 1 | -13/+8 |
* | cups: make string non-literals translatable again | Felipe Borges | 2016-04-14 | 1 | -1/+1 |
* | cups: Fix more "format not a string literal" error | Felipe Borges | 2016-04-13 | 1 | -13/+48 |
* | cups: Fix "format not a string literal" error | Bastien Nocera | 2016-04-05 | 1 | -22/+68 |
* | printing: Add message contexts | Matthias Clasen | 2016-02-16 | 1 | -49/+72 |
* | CJK Windows: Silence gtk_style_context_set_state() warnings | Chun-wei Fan | 2016-01-08 | 1 | -1/+8 |
* | printing: always propagate Collate value | Felipe Borges | 2016-01-06 | 1 | -0/+2 |
* | Bug 753992 - im-quartz discard_preedit segmentation fault | John Ralls | 2015-10-03 | 1 | -12/+7 |
* | Don't mix in user options of printer instances | Michael Weghorn | 2015-09-24 | 1 | -3/+0 |
* | Improve printer distinction for option retrieval | Michael Weghorn | 2015-09-11 | 1 | -1/+1 |
* | multipress: Only emit preedit signals if needed | Matthias Clasen | 2015-08-18 | 1 | -3/+6 |
* | cups: Annotate a call whose return value we don't care about | Matthias Clasen | 2015-07-17 | 1 | -1/+1 |
* | Avoid O(n²) walking of string arrays | Emmanuele Bassi | 2015-07-16 | 1 | -2/+3 |
* | printing: Get output bin via IPP | Marek Kasik | 2015-06-23 | 3 | -11/+135 |
* | printing: Fix compiler warnings | Matthias Clasen | 2015-06-02 | 3 | -47/+32 |
* | printing: Check connection to remote CUPS server on correct port | Marek Kasik | 2015-05-13 | 3 | -6/+13 |
* | Prevent empty password request popup for kerberos | Andre Heinecke | 2015-03-09 | 1 | -2/+18 |
* | printing: Set printer state correctly | Marek Kasik | 2015-03-02 | 1 | -2/+5 |
* | printing: Always get details of Avahi printers via IPP | Marek Kasik | 2015-02-25 | 1 | -30/+33 |
* | printing: Get covers for each printer individually | Marek Kasik | 2015-02-25 | 3 | -26/+31 |
* | Make gtk-im-context-none work | Matthias Clasen | 2015-02-23 | 14 | -15/+15 |
* | printing: Use correct units for margins taken via IPP | Marek Kasik | 2015-02-20 | 1 | -4/+4 |
* | Properly check result of g_utf8_get_char_validated() | Maks Naumov | 2015-01-11 | 1 | -1/+1 |
* | Prevent double-free after 8b5d30d43. | John Ralls | 2014-12-24 | 1 | -3/+0 |
* | printing: Fix build with CUPS older than 1.6 | Marek Kasik | 2014-11-27 | 1 | -0/+19 |
* | Remove overzealous validity check for secrets | Andre Heinecke | 2014-11-25 | 1 | -3/+2 |