- 11 May, 2022 1 commit
-
-
Sophie Herold authored
Those property features don't seem to be in use anywhere. They are redundant since the docs cover the same information and more. They also created unnecessary translation work. Closes #4904
-
- 12 Jan, 2022 1 commit
-
-
Marek Kašík authored
Unref private spool_io of GtkPrintJob before setting it to a new one in gtk_print_job_set_source_file() and gtk_print_job_set_source_fd() to prevent a leak. Fixes: #4627
-
- 22 May, 2021 1 commit
-
-
Matthias Clasen authored
Replace leftover gtk-doc syntax (#Type) with backquotes.
-
- 21 May, 2021 1 commit
-
-
Matthias Clasen authored
Remove a boatload of "or %NULL" from nullable parameters and return values. gi-docgen generates suitable text from the annotation that we don't need to duplicate. This adds a few missing nullable annotations too.
-
- 20 May, 2021 1 commit
-
-
Matthias Clasen authored
allow-none has been deprecated for a long time already. Instead use optional and nullable everywhere.
-
- 11 Mar, 2021 1 commit
-
-
- 21 Aug, 2020 1 commit
-
-
Björn Daase authored
-
- 24 Jul, 2020 3 commits
-
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Benjamin Otte authored
-
- 29 Mar, 2020 1 commit
-
-
Matthias Clasen authored
-
- 13 Jan, 2020 1 commit
-
-
Robert Ancell authored
-
- 29 May, 2019 1 commit
-
-
Christian Hergert authored
-
- 26 May, 2019 3 commits
-
-
Matthias Clasen authored
Follow the naming convention for private headers.
-
Matthias Clasen authored
No need to subclass this.
-
Matthias Clasen authored
Name this header gtkprinterprivate.h, following our convention for private headers.
-
- 19 Jan, 2019 1 commit
-
-
Emmanuele Bassi authored
Instead of using the INCLUDE directive inside the sections file, we can specify the default C include in the gtkdoc-mkdb arguments, and override it inside the C sources that need it.
-
- 06 Feb, 2018 1 commit
-
-
Matthias Clasen authored
Remove all the old 2.x and 3.x version annotations. GTK+ 4 is a new start, and from the perspective of a GTK+ 4 developer all these APIs have been around since the beginning.
-
- 24 Mar, 2017 1 commit
-
-
Kjell Ahlstedt authored
Add a documentation annotation saying that set_page_ranges transfers ownership of the GtkPageRange array. Add a g_free() call to fix a memory leak when set_page_ranges is used repeatedly. https://bugzilla.gnome.org/show_bug.cgi?id=780234
-
- 08 Jul, 2016 1 commit
-
-
Matthias Clasen authored
This will be useful for portalized print support. https://bugzilla.gnome.org/show_bug.cgi?id=768499
-
- 09 Sep, 2015 1 commit
-
-
Matthias Clasen authored
Introduce a GTK_DEBUG_CHECK() macro and use it to check for GTK_DEBUG flags everywhere. Also guard all such places by
-
- 26 Jun, 2014 1 commit
-
-
Jasper St. Pierre authored
Use the newer constructed instead, which has a fast path in GObject.
-
- 17 Mar, 2014 1 commit
-
-
Don't crash when /tmp is not writable when printing to file. Show that getting of printer details failed for CUPS printers. https://bugzilla.gnome.org/show_bug.cgi?id=693200
-
- 19 Feb, 2014 1 commit
-
-
William Jon McCann authored
Instead of Return value:
-
- 07 Feb, 2014 1 commit
-
-
William Jon McCann authored
-
- 05 Feb, 2014 1 commit
-
-
William Jon McCann authored
-
- 09 Jul, 2013 1 commit
-
-
- 14 Apr, 2013 1 commit
-
-
If the GtkPrintJob is freed too early when the surface has been created but the job hasn't been sent to the printer, it's possible that the file print backend tries to write to the io chaneel when it is already closed. This produces runtime critical warnings: GLib-CRITICAL **: g_io_channel_write_chars: assertion `channel->is_writeable' failed https://bugzilla.gnome.org/show_bug.cgi?id=685420
-
- 27 Feb, 2012 1 commit
-
-
Javier Jardón authored
-
- 10 Jun, 2011 1 commit
-
-
Javier Jardón authored
-
- 09 Feb, 2011 1 commit
-
-
Matthias Clasen authored
-
- 20 Jan, 2011 2 commits
-
-
Pavel Holejsovsky authored
-
Pavel Holejsovsky authored
-
- 18 Jan, 2011 1 commit
-
-
Pavel Holejsovsky authored
-
- 14 Jan, 2011 1 commit
-
-
Matthias Clasen authored
-
- 18 Dec, 2010 1 commit
-
-
Matthias Clasen authored
Also add accessors for these members, and use them in print backends.
-
- 08 Sep, 2010 1 commit
-
-
Tor Lillqvist authored
Preferrably should be made just into a local variable for libgtk like _gdk_debug_flags for libgdk. But for now used by gtk/tests/textbuffer.c and modules/printbackends/cups/gtkprintbackendcups.c.
-
- 10 Jul, 2010 1 commit
-
-
- 04 Apr, 2010 1 commit
-
-
Johan Dahlin authored
This commit was created using a script that searched for all docstrings containing a parameter and the string 'or %NULL'. Gdk backends and demos excluded as they are not part of a public API https://bugzilla.gnome.org/show_bug.cgi?id=610474
-
- 19 Feb, 2010 1 commit
-
-
Johan Dahlin authored
This commit was created using a script that searched for all docstrings containing a parameter and the string 'or %NULL'. Gdk backends and demos excluded as they are not part of a public API https://bugzilla.gnome.org/show_bug.cgi?id=610474
-