index
:
delta/gdk-pixbuf.git
baserock/morph
baserock/xfce-build
ci-test
drop-x11
ebassi/ci-only-default
ebassi/for-master
ebassi/gi-docgen
ebassi/issue-143
ebassi/issue-209
ebassi/issue-215
ebassi/issues-185
ebassi/msys2-update
fix-generating-pc-files
gdk-pixbuf-2-24
gdk-pixbuf-2-26
gdk-pixbuf-2-28
gdk-pixbuf-2-30
gdk-pixbuf-2-32
gdk-pixbuf-2-34
gdk-pixbuf-2-36
gdk-pixbuf-2-38
gdk-pixbuf-2-40
gnome-2-38
issue-3
issue-72
issue-73
issue-77
macos-ci
master
otte/jpeg-fallback
static-analysis
wip/csoriano/jp2-test
wip/ebassi/meson
wip/ebassi/no-autotools
wip/hadess/read-png-gamma
wip/hadess/thumbnailer-locale
wip/jbrummer/png-in-ico
wip/jtojnar/no-install-skipped-test
wip/otte/tga
wip/run-gif-tests-again
gitlab.gnome.org: GNOME/gdk-pixbuf.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog.pre-2-10
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add gdk_screen_is_composited
Matthias Clasen
2006-04-25
1
-0
/
+2
*
Add docs.
Matthias Clasen
2006-04-25
1
-1
/
+7
*
Create 'composited' label.
Søren Sandmann
2006-04-25
1
-0
/
+89
*
some more options
Matthias Clasen
2006-04-25
1
-0
/
+5
*
Updates
Matthias Clasen
2006-04-25
1
-0
/
+3
*
Add prefixes to msgids for paper sizes
Matthias Clasen
2006-04-25
1
-0
/
+11
*
small doc fixes
Matthias Clasen
2006-04-25
1
-0
/
+2
*
Fix includes (#338665)
Matthias Clasen
2006-04-24
1
-0
/
+3
*
Declare in a way grokked by gtk-doc.
Matthias Clasen
2006-04-24
1
-0
/
+2
*
Documentation fixes.
Matthias Clasen
2006-04-24
1
-0
/
+5
*
Add docs.
Matthias Clasen
2006-04-24
1
-0
/
+6
*
Refactor the gtk_print_operation_run() code and add an _async version.
Matthias Clasen
2006-04-24
1
-0
/
+15
*
Don't ref the backend since the backend owns the printer.
Alexander Larsson
2006-04-24
1
-0
/
+5
*
Remove spew.
Alexander Larsson
2006-04-24
1
-0
/
+5
*
Even/Odd Pages -> Even/Odd Sheets
Alexander Larsson
2006-04-24
1
-0
/
+5
*
Cleanups
Matthias Clasen
2006-04-24
1
-0
/
+2
*
Remove redundant code.
Matthias Clasen
2006-04-24
1
-0
/
+3
*
Install gtkprintjob.h as Unix-specific print API.
Matthias Clasen
2006-04-24
1
-0
/
+2
*
Return a copy of the original page setup if the dialog was canceled.
Matthias Clasen
2006-04-24
1
-0
/
+5
*
Declare GtkPrintJob.
Alexander Larsson
2006-04-24
1
-0
/
+8
*
Check for cairo-pdf.h. Check for cairo-ps.h on non-win32.
Alexander Larsson
2006-04-24
1
-0
/
+6
*
Match parameter names with the headers.
Matthias Clasen
2006-04-24
1
-0
/
+15
*
Don't declare GtkPrintJob here. Instead include gtkprintjob.h.
Matthias Clasen
2006-04-24
1
-0
/
+5
*
Use g types, add documentation, and some stylistic fixups.
Matthias Clasen
2006-04-24
1
-0
/
+8
*
Use g types, add documentation.
Matthias Clasen
2006-04-23
1
-0
/
+5
*
Add gtkprintutils.[hc]
Matthias Clasen
2006-04-23
1
-0
/
+13
*
more docs
Matthias Clasen
2006-04-23
1
-0
/
+4
*
Small workaround for weird bug in some versions of Automake at least on
Tor Lillqvist
2006-04-22
1
-0
/
+5
*
Merge the gtk-printing branch. For more detailed ChangeLog entries, see
Alexander Larsson
2006-04-21
1
-0
/
+77
*
plug small leak (#339132) ditto
Paolo Borelli
2006-04-20
1
-1
/
+8
*
fixed off by one error in clip patch from (#330824)
Michael David Emmel
2006-04-20
1
-0
/
+3
*
_GtkFileChooserButtonPrivate: Added has_title flag so we can remember
Murray Cumming
2006-04-19
1
-0
/
+13
*
Map VK_NUMPAD[0-9] to GDK_KP_[0-9]. (#337562)
Tor Lillqvist
2006-04-19
1
-0
/
+5
*
Allocate pixmap_path dynamically, rather than using a fixed array of size
Matthias Clasen
2006-04-18
1
-0
/
+3
*
Apply a patch by Paolo Borelli to factor out a strip_suffix() function and
Matthias Clasen
2006-04-18
1
-0
/
+5
*
removed wrong condition check that caused tab labels not to be drawn under
Carlos Garnacho
2006-04-18
1
-0
/
+6
*
Remove obsolete entry for no_NO And the translation And the translation.
Kjartan Maraas
2006-04-18
1
-0
/
+6
*
Small formatting fix.
Matthias Clasen
2006-04-17
1
-0
/
+5
*
Fix UMR in gtk_drag_dest_motion. Bug #338725.
Christian Persch
2006-04-17
1
-0
/
+5
*
Fix typos in property blurbs. (#338772, Clytie Siddall)
Matthias Clasen
2006-04-17
1
-0
/
+6
*
Add check for source being a window.
Richard Hult
2006-04-16
1
-0
/
+8
*
Remove leading cairo/ in include.
Richard Hult
2006-04-16
1
-0
/
+4
*
Avoid a possible array overrun. (Coverity)
Matthias Clasen
2006-04-16
1
-0
/
+6
*
fix another Coverity bug.
Matthias Clasen
2006-04-16
1
-0
/
+5
*
Fix 336772
Matthias Clasen
2006-04-16
1
-0
/
+6
*
Take grabs into account.
Anders Carlsson
2006-04-13
1
-0
/
+11
*
Reorganize slightly to avoid a possible NULL dereference. (Coverity)
Matthias Clasen
2006-04-13
1
-0
/
+5
*
Don't allow passing NULL for x1 or x2, adjust callers.
Matthias Clasen
2006-04-13
1
-0
/
+3
*
Reorganize to avoid a possible NULL pointer dereference. (Coverity)
Matthias Clasen
2006-04-13
1
-0
/
+3
*
Reorganize to avoid a possible NULL dereference. (Coverity)
Matthias Clasen
2006-04-12
1
-0
/
+3
[next]