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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-01-11
Warning and dead code cleanup.
Jon A. Cruz
5
-7
/
+11
2013-01-10
Filters. Fix for Bug #1089406 (filter name is random filter232 when first add...
Nicolas Dufour
1
-0
/
+1
2013-01-04
ocaldialog: Use GtkSearchEntry in Gtk+ >= 3.6
Alex Valavanis
2
-0
/
+22
2013-01-04
Re-add omitted UI pref from prefences dialog rewrite
Josh Andler
1
-0
/
+1
2012-12-28
Fix GTK+ 3 drawing of primitives list in filter effects dialog
Alex Valavanis
2
-9
/
+13
2012-12-28
Correct sizing in primitives list in filter-effects dialog
Alex Valavanis
2
-3
/
+69
2012-12-26
Change tooltip to clarify behavior after commit r10784.
Tavmjong Bah
1
-1
/
+1
2012-12-25
Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...
Alex Valavanis
4
-33
/
+33
2012-12-19
Fix regression with event attribute names (see bug #1050938)
su_v
1
-9
/
+9
2012-12-17
Added support for Visio stencil files (.vss) to Symbols dialog.
Tavmjong Bah
1
-4
/
+104
2012-12-16
GTK+ 3: Switch to more orientable widgets
Alex Valavanis
6
-1
/
+68
2012-12-16
GTK+ 3: Use orientable widgets
Alex Valavanis
5
-0
/
+42
2012-12-14
Fix for 383871 : Let space switch to selector tool even when used for panning
John Smith
1
-0
/
+2
2012-12-12
Migrate document metadata from NotbookPage to Gtk::Grid and drop dead code
Alex Valavanis
2
-54
/
+79
2012-12-10
Migrate Layers dialog to Gtk::Grid
Alex Valavanis
2
-2
/
+59
2012-12-10
GTK3: Migrate guides dialog to Gtk::Grid
Alex Valavanis
2
-7
/
+79
2012-12-10
Fix for 1086643 : Input devices : Simplify dialog
John Smith
1
-122
/
+341
2012-12-09
Migrate remaining stuff from GtkTable to GtkGrid
Alex Valavanis
1
-4
/
+43
2012-12-05
- fix security bug lp:1025185
Johan B. C. Engelen
1
-2
/
+8
2012-11-30
Fix for 255792 : Calligraphy tool presets management
John Smith
2
-4
/
+43
2012-11-28
Fix for 1071421 : Setting swatch as fill/stroke creates new swatches which ne...
John Smith
1
-16
/
+18
2012-11-27
GTK+ 3: Migrate to GdkRGBA
Alex Valavanis
1
-2
/
+92
2012-11-26
Drop support for GTK+ < 2.24
Alex Valavanis
12
-178
/
+2
2012-11-26
i18n. Fix for Bug #1083043 (Symbols dialog isn't translatable).
Nicolas Dufour
1
-7
/
+9
2012-11-26
Fix undo history entry for layer renaming to be consistent with 'Rename Layer...
su_v
1
-1
/
+1
2012-11-25
Fix for 1036059 : Keyboard shortcut editor
John Smith
8
-5
/
+477
2012-11-24
Fix for 172236 : Dropper pixmaps and onetime fix
John Smith
2
-0
/
+31
2012-11-18
UI. Fix for Bug #1071104 (Failure to open a browse window when choosing Expor...
Nicolas Dufour
1
-0
/
+8
2012-11-18
Fix for 275662 : Filter stays in object's css property after Filter Effect di...
John Smith
1
-0
/
+24
2012-11-18
Fix for 1079971 : Symbol dialog : Drag & Drop to the canvas
John Smith
2
-0
/
+28
2012-11-18
Fix for 177931 : Layer dialog toggle solo mode with Shift/Alt click
John Smith
2
-11
/
+48
2012-11-15
cppcheck: Simple fixes for src/ui/dialog
Alex Valavanis
13
-38
/
+35
2012-11-07
Fix for Bug #773288 (border options) by demicoder.
Nicolas Dufour
1
-25
/
+25
2012-11-01
Fix for 1006816 : Newly applied filter doesn't show in Filters Editor
John Smith
2
-5
/
+12
2012-11-01
Fix for 620568 : Changes to 'Hide all except selected' in Export Bitmap - Rev...
John Smith
2
-4
/
+13
2012-10-31
Fix for Bug #1069806 (Inkscape crash in File>Open).
Nicolas Dufour
2
-7
/
+6
2012-10-31
Fix for 1068763 : Opening 'File > Document Properties' dirties current document
John Smith
1
-0
/
+2
2012-10-30
Fix for 1071426 : Swatches dialog doesn't update when swatch is renamed - fix...
John Smith
1
-5
/
+5
2012-10-30
Fix for 1071426 : Swatches dialog doesn't update when swatch is renamed
John Smith
2
-0
/
+20
2012-10-28
add bleed/margin to pdf export
Johan B. C. Engelen
1
-1
/
+1
2012-10-28
cppcheck: Fix a couple of leaks
Alex Valavanis
1
-0
/
+2
2012-10-23
Use Gtk::Box to arrange layer dialog buttons. Prevents oversized buttons in ...
Alex Valavanis
2
-33
/
+28
2012-10-13
Prevent crash if symbol is empty. Chnage default styling for symbol preview.
Tavmjong Bah
1
-19
/
+24
2012-10-12
Fix for compiling with pre gtkmm 2.24 libraries.
Tavmjong Bah
1
-0
/
+17
2012-10-12
Fix for 1019974 : Default layer names are inconsistent
John Smith
1
-2
/
+5
2012-10-12
Fix for 177931 : Shift click layer icons to trigger solo
John Smith
1
-14
/
+24
2012-10-11
Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog
Tavmjong Bah
4
-0
/
+693
2012-10-11
Fix for 191020 : Lock/Unlock all layers - Lock other layers
John Smith
1
-0
/
+7
2012-10-09
Fix for 191020 : Lock/Unlock all layers
John Smith
1
-0
/
+17
2012-10-08
Fix for 490338 : Try to create the autosave directory if that does not exists
John Smith
1
-1
/
+1
[next]