index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
dialog
/
filedialogimpl-gtkmm.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor profile directory use and promote IO::Resource get_path and get_file...
Martin Owens
2017-06-28
1
-3
/
+3
*
Use GStatBuf where appropriate to ensure usage of the correct type
Eduard Braun
2017-01-12
1
-1
/
+1
*
Rm more deprecated Gtk::Stock
Alex Valavanis
2016-12-27
1
-7
/
+6
*
Drop remaining GTKMM 2 fallback support
Alex Valavanis
2016-07-28
1
-74
/
+12
*
UI. Fix for Bug #1485831 (Preview of bitmap image in file chooser no longer d...
Nicolas Dufour
2015-08-20
1
-28
/
+40
*
Update to experimental r13598
Liam P. White
2014-10-08
1
-3
/
+41
|
\
|
*
Attempt to fix build breakage reported by su_v (but not seen locally).
Tavmjong Bah
2014-10-05
1
-1
/
+3
|
*
Use actual SVG width and height property values in preview image text.
Tavmjong Bah
2014-10-05
1
-2
/
+38
|
*
Move obvious ui component to ui/
Liam P. White
2014-10-05
1
-1
/
+1
|
*
Remove misleading dialogs directory
Liam P. White
2014-09-02
1
-1
/
+1
|
*
Reduce header bloat
Alex Valavanis
2014-08-30
1
-0
/
+1
*
|
Update to experimental r13565
Liam P. White
2014-09-27
1
-1
/
+1
*
|
Update to experimental r13527
Liam P. White
2014-08-30
1
-0
/
+1
|
\
|
*
|
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
2014-06-27
1
-1
/
+2
*
|
Move constructor/destructor into private section, remove protected section. R...
Liam P. White
2014-06-27
1
-1
/
+1
*
|
Convert accidental member accesses into static function accesses
Liam P. White
2014-06-26
1
-1
/
+1
*
|
4. further refactor Application class; create proper singleton, encapsulate m...
Liam P. White
2014-06-26
1
-1
/
+1
*
|
1. make it compile
Liam P. White
2014-06-25
1
-1
/
+1
|
/
*
better code format filedialogimpl-gtkmm.cpp. Also cleanup some minor code issues
Johan B. C. Engelen
2014-03-30
1
-614
/
+549
*
imageicon: clean up unnecessary file existance check introduced in rev 12263....
Johan B. C. Engelen
2014-03-30
1
-16
/
+15
*
Checking file presence before calling lstat (should fix Bug #785701 Inkscape ...
Kris De Gussem
2013-04-03
1
-1
/
+1
*
Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...
Alex Valavanis
2013-03-26
1
-0
/
+5
*
cppcheck
Kris De Gussem
2013-03-17
1
-4
/
+4
*
Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...
Alex Valavanis
2012-12-25
1
-8
/
+8
*
Drop support for GTK+ < 2.24
Alex Valavanis
2012-11-26
1
-12
/
+0
*
Fix for 1036059 : Keyboard shortcut editor
John Smith
2012-11-25
1
-1
/
+20
*
Fix for Bug #1069806 (Inkscape crash in File>Open).
Nicolas Dufour
2012-10-31
1
-6
/
+5
*
Fix for 1023655 : Improvments to Embedded script UI
John Smith
2012-07-15
1
-0
/
+20
*
cppcheck
Kris De Gussem
2012-06-12
1
-1
/
+1
*
file dialog fixes for GTK+ 3
Alex Valavanis
2012-05-27
1
-11
/
+79
*
i18n. Adding some context tags (disambiguation).
Nicolas Dufour
2012-04-11
1
-1
/
+1
*
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
2012-02-26
1
-0
/
+7
*
Lots of gtkmm deprecation fixes
Alex Valavanis
2012-02-11
1
-0
/
+8
*
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
2012-02-06
1
-0
/
+2
*
cppcheck
Kris De Gussem
2011-10-18
1
-3
/
+3
*
Doxygen cleanup.
Jon A. Cruz
2011-10-03
1
-2
/
+3
*
Prevent creation of preview images if 'Enable preview' is not enabled. Fixes ...
Jon A. Cruz
2011-08-14
1
-5
/
+10
*
Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally d...
Nicolas Dufour
2011-02-21
1
-103
/
+121
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-6
/
+7
|
\
|
*
C++fied SPDocument added
Abhishek Sharma Public
2010-07-01
1
-2
/
+2
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-6
/
+6
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
|
/
*
Changed default font from Bitstream Vera Sans to Sans. Not
Tavmjong Bah
2010-04-14
1
-4
/
+4
*
File preview max size increased to 10Mio.
Nicolas Dufour
2010-02-13
1
-1
/
+1
*
Put #ifdefs around all code related to the so-called "new" ExportDialog (what...
Maximilian Albert
2009-08-09
1
-0
/
+4
*
Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. rememberi...
Maximilian Albert
2009-08-09
1
-11
/
+7
*
Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ...
Maximilian Albert
2009-08-07
1
-8
/
+22
*
Fix buglet: In the Save dialog the file extension should be automatically upd...
Maximilian Albert
2009-08-07
1
-1
/
+2
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-3
/
+3
*
SPDocument->Document
johnce
2009-08-05
1
-3
/
+3
[next]