| Commit message (Expand) | Author | Age | Files | Lines |
* | modules: Drop the plus | Emmanuele Bassi | 2019-02-05 | 2 | -10/+10 |
* | Remove a lot of Since annotations | Matthias Clasen | 2018-06-25 | 1 | -2/+0 |
* | build: Fix compiler warnings | Mohammed Sadiq | 2018-06-11 | 1 | -1/+1 |
* | Add gtk_printer_get_hard_margins_for_paper_size | Adrian Johnson | 2018-04-26 | 1 | -0/+48 |
* | Terminate strncpy() buffers correctly | Emmanuele Bassi | 2018-04-10 | 1 | -2/+6 |
* | build: Fix printbackends | Benjamin Otte | 2018-03-18 | 1 | -8/+6 |
* | Use the same arguments for print backends | Emmanuele Bassi | 2018-03-13 | 1 | -20/+11 |
* | Consolidate print backends into one directory | Matthias Clasen | 2018-03-11 | 23 | -56/+65 |
* | Remove unused variable in the CUPS print backend | Emmanuele Bassi | 2018-02-19 | 1 | -2/+0 |
* | Fix the build in the Cloudprint print backend | Emmanuele Bassi | 2018-02-19 | 1 | -12/+1 |
* | Fix build of the lpr print backend | Emmanuele Bassi | 2018-02-19 | 1 | -5/+2 |
* | build: Fix checks on enabled print backends | Emmanuele Bassi | 2018-02-19 | 1 | -4/+2 |
* | Fix the build | Matthias Clasen | 2018-02-18 | 2 | -3/+1 |
* | Convert print backends to use a GIOExtensionPoint | Matthias Clasen | 2018-02-18 | 4 | -146/+105 |
* | gtkprintbackendcups.c: fix \n at end of a debugging note | Ivan Zakharyaschev | 2018-02-17 | 1 | -1/+1 |
* | Drop unmaintained print backends | Matthias Clasen | 2018-02-15 | 9 | -1725/+1 |
* | build: Coalesce print backends options into one | Emmanuele Bassi | 2018-02-14 | 1 | -4/+21 |
* | build: Rename the 'enable-colord' option | Emmanuele Bassi | 2018-02-14 | 1 | -1/+1 |
* | Drop the Big GDK Lock | Emmanuele Bassi | 2018-02-03 | 2 | -48/+11 |
* | Replace gdk_threads_add_timeout* with g_timeout_add() | Emmanuele Bassi | 2018-02-03 | 1 | -15/+5 |
* | cups: Warn only once if colord is not available | Matthias Clasen | 2017-12-17 | 1 | -1/+6 |
* | Fix fallout from g_object_ref change | Matthias Clasen | 2017-12-08 | 1 | -1/+1 |
* | printing: Install printbackends | Marek Kasik | 2017-10-26 | 6 | -6/+12 |
* | printing: Don't show duplicate printers | Marek Kasik | 2017-10-09 | 3 | -1/+66 |
* | Drop Autotools build | Emmanuele Bassi | 2017-08-14 | 7 | -232/+0 |
* | meson: simplify cups version check in printbackends | Tim-Philipp Müller | 2017-05-03 | 1 | -44/+18 |
* | build: Clean up print backends Meson rules | Emmanuele Bassi | 2017-05-03 | 6 | -26/+53 |
* | 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 | 6 | -0/+147 |
* | 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 |
* | printing: Do not truncate job names in GtkPrintOperation | Carlos Garcia Campos | 2016-11-10 | 1 | -2/+18 |
* | Rename Makefile references from 3.0 to 4.0 | Matthias Clasen | 2016-10-07 | 6 | -12/+12 |
* | 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 |
* | printing: always propagate Collate value | Felipe Borges | 2016-01-06 | 1 | -0/+2 |
* | 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 |
* | 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 |