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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-31
Implement "translationdomain" attribute for extensions
Patrick Storz
1
-5
/
+5
2019-03-27
Remove unused code for NEW_EXPORT_DIALOG
Patrick Storz
1
-343
/
+0
2019-02-19
Put SVGPreview into it's own file.
Tavmjong Bah
1
-417
/
+0
2019-02-16
Fix preview for large file
Nathan Lee
1
-2
/
+1
2019-02-12
Header cleanup.
Tavmjong Bah
1
-1
/
+0
2019-01-02
modernize loops
Marc Jeanmougin
1
-14
/
+5
2018-12-07
Add some SVG 2 fallbacks:
Tavmjong Bah
1
-1
/
+15
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-11-06
C++ify SVGViewWidget. Remove unused code.
Tavmjong Bah
1
-218
/
+154
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-6
/
+3
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-17
/
+17
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-5
/
+5
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-5
/
+5
2018-01-07
Improve FileSave dialog
Marc Jeanmougin
1
-1
/
+21
2017-11-07
Misc. typos
Unknown
1
-3
/
+3
2017-10-13
Remove deprecated GNOME VFS
Stefano Facchini
1
-34
/
+16
2017-06-28
Refactor profile directory use and promote IO::Resource get_path and get_file...
Martin Owens
1
-3
/
+3
2017-01-12
Use GStatBuf where appropriate to ensure usage of the correct type
Eduard Braun
1
-1
/
+1
2016-12-27
Rm more deprecated Gtk::Stock
Alex Valavanis
1
-7
/
+6
2016-07-28
Drop remaining GTKMM 2 fallback support
Alex Valavanis
1
-74
/
+12
2015-08-20
UI. Fix for Bug #1485831 (Preview of bitmap image in file chooser no longer d...
Nicolas Dufour
1
-28
/
+40
2014-10-05
Attempt to fix build breakage reported by su_v (but not seen locally).
Tavmjong Bah
1
-1
/
+3
2014-10-05
Use actual SVG width and height property values in preview image text.
Tavmjong Bah
1
-2
/
+38
2014-10-05
Move obvious ui component to ui/
Liam P. White
1
-1
/
+1
2014-09-27
Update to experimental r13565
Liam P. White
1
-1
/
+1
2014-09-07
Update to experimental r13543
Liam P. White
1
-1
/
+1
2014-09-02
Remove misleading dialogs directory
Liam P. White
1
-1
/
+1
2014-08-30
Reduce header bloat
Alex Valavanis
1
-0
/
+1
2014-06-27
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
1
-1
/
+2
2014-06-27
Move constructor/destructor into private section, remove protected section. R...
Liam P. White
1
-1
/
+1
2014-06-26
Convert accidental member accesses into static function accesses
Liam P. White
1
-1
/
+1
2014-06-26
4. further refactor Application class; create proper singleton, encapsulate m...
Liam P. White
1
-1
/
+1
2014-06-25
1. make it compile
Liam P. White
1
-1
/
+1
2014-03-30
better code format filedialogimpl-gtkmm.cpp. Also cleanup some minor code issues
Johan B. C. Engelen
1
-614
/
+549
2014-03-30
imageicon: clean up unnecessary file existance check introduced in rev 12263....
Johan B. C. Engelen
1
-16
/
+15
2013-04-03
Checking file presence before calling lstat (should fix Bug #785701 Inkscape ...
Kris De Gussem
1
-1
/
+1
2013-03-26
Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...
Alex Valavanis
1
-0
/
+5
2013-03-17
cppcheck
Kris De Gussem
1
-4
/
+4
2012-12-25
Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...
Alex Valavanis
1
-8
/
+8
2012-11-26
Drop support for GTK+ < 2.24
Alex Valavanis
1
-12
/
+0
2012-11-25
Fix for 1036059 : Keyboard shortcut editor
John Smith
1
-1
/
+20
2012-10-31
Fix for Bug #1069806 (Inkscape crash in File>Open).
Nicolas Dufour
1
-6
/
+5
2012-07-15
Fix for 1023655 : Improvments to Embedded script UI
John Smith
1
-0
/
+20
2012-06-12
cppcheck
Kris De Gussem
1
-1
/
+1
2012-05-27
file dialog fixes for GTK+ 3
Alex Valavanis
1
-11
/
+79
2012-04-11
i18n. Adding some context tags (disambiguation).
Nicolas Dufour
1
-1
/
+1
[next]