index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
extension
/
internal
/
pdfinput
/
pdf-input.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixing regression
jtx
2013-03-19
1
-0
/
+1
*
Working with widjets
Jabier Arraiza Cenoz
2013-03-17
1
-1
/
+0
*
Fix missing Gtkmm/Glib headers for Gtk+ 3 build
Alex Valavanis
2013-03-15
1
-0
/
+1
*
Drop deprecated get_vbox method in Gtk::Dialog
Alex Valavanis
2013-03-08
1
-0
/
+8
*
Fix deprecated Gtkmm symbols in preferences widget
Alex Valavanis
2013-03-07
1
-1
/
+1
*
Win32. Fixing invalid cast (introduced rev.11986).
Nicolas Dufour
2012-12-26
1
-1
/
+1
*
Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...
Alex Valavanis
2012-12-25
1
-3
/
+3
*
Drop support for GTK+ < 2.24
Alex Valavanis
2012-11-26
1
-8
/
+0
*
Fix for 426763 : Cancelling import leads to error message
John Smith
2012-10-11
1
-0
/
+8
*
Gtk+ 3 drawing fixes for PDF input dialogs
Alex Valavanis
2012-06-09
1
-11
/
+13
*
Fix typos in Gtk3 fixes, and fix separator API usage
Alex Valavanis
2012-04-30
1
-1
/
+0
*
gtkmm-3.0 changes for Gtk::Adjustment
Alex Valavanis
2012-04-30
1
-0
/
+10
*
Warning cleanup
Jon A. Cruz
2012-04-18
1
-6
/
+3
*
Fix for 169888 : Patch for HIG style frames for PDF import dialogs
John Smith
2012-04-18
1
-32
/
+5
*
Fix remaining GTKMM deprecation issues
Alex Valavanis
2012-04-06
1
-7
/
+10
*
header cleaning
Alex Valavanis
2012-02-26
1
-1
/
+2
*
Header cleaning
Alex Valavanis
2012-02-25
1
-1
/
+7
*
Header cleaning
Alex Valavanis
2012-02-12
1
-0
/
+1
*
Cleaning up my mess... backward compatibility and fix Windows build (hopefully)
Alex Valavanis
2012-02-07
1
-0
/
+8
*
Extensions: replace deprecated gtkmm symbols
Alex Valavanis
2012-02-06
1
-12
/
+11
*
cleanup includes
Johan B. C. Engelen
2011-12-29
1
-6
/
+6
*
fix preview of pdf files with weird characters in filename
Johan B. C. Engelen
2011-12-29
1
-2
/
+2
*
Fixing more broken and split doc comments.
Jon A. Cruz
2011-10-27
1
-1
/
+1
*
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
2011-06-03
1
-1
/
+1
*
change spinbox to new one in many places.
Johan B. C. Engelen
2011-04-16
1
-1
/
+2
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-4
/
+5
|
\
|
*
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
2010-07-02
1
-3
/
+3
|
*
C++fied SPDocument added
Abhishek Sharma Public
2010-07-01
1
-1
/
+1
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-1
/
+1
*
|
Remove the failed and unused "new gui" stuff.
Krzysztof Kosi??ski
2010-10-12
1
-2
/
+2
*
|
i18n. Context cleanup (context|string replaced with C_).
Nicolas Dufour
2010-08-22
1
-6
/
+4
|
/
*
Patches 3-11 from 488862 for a number of memleaks and allocation/deallocation...
Josh Andler
2009-12-16
1
-0
/
+1
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-2
/
+2
*
SPDocument->Document
johnce
2009-08-05
1
-2
/
+2
*
* [INTL:*] translator comments for all context strings added
Ivan Mas??r
2009-06-03
1
-0
/
+2
*
patch 179589 with UI added: optionally, try to replace a font name specified ...
bulia byak
2009-04-15
1
-0
/
+12
*
prevent crashing by not running prefs dialog when in command line mode
bulia byak
2008-06-12
1
-7
/
+16
*
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Ted Gould
2008-04-21
1
-2
/
+2
*
translator comment
Arpad Biro
2008-04-13
1
-0
/
+1
*
* INTL - fixed: "Crop to" dropdown strings not translated for PDF Import
Marcin Floryan
2008-02-20
1
-9
/
+10
*
yet another contextual split
Alexandre Prokoudine
2008-02-20
1
-1
/
+1
*
a bunch of small changes to provide a user readable explanation of filters
Alexandre Prokoudine
2008-01-31
1
-3
/
+3
*
A bunch of i18n-related issues fixed, ru.po slightly updated. Please do not f...
Alexandre Prokoudine
2008-01-30
1
-6
/
+6
*
Another take to fixing pdf import crash, likely without memory leak
Niko Kiirala
2008-01-09
1
-3
/
+3
*
and in one more place
bulia byak
2008-01-09
1
-1
/
+1
*
trying to fix pdf import crashes
bulia byak
2008-01-08
1
-1
/
+1
*
revert comenting of uri argument in PdfImportDialog
Adib Taraben
2007-12-17
1
-1
/
+1
*
non-poppler build fix
Jon A. Cruz
2007-12-17
1
-47
/
+49
*
[BUG #169122] PDF import doesn't work when file name has accents, partially f...
Adib Taraben
2007-12-16
1
-8
/
+41
*
Switched from directly using CairoOutputDev to using the poppler-glib API
miklosh
2007-11-18
1
-19
/
+22
[next]