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
/
widget
/
dock.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-13
Place vertical iconified docks to the right of dock
Nathan Lee
1
-1
/
+2
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-0
/
+4
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-4
/
+4
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-1
/
+1
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-1
/
+1
2017-12-24
Name a few more widgets. Minor cleanup.
Tavmjong Bah
1
-16
/
+13
2017-07-10
Drop obsolete resize_mode usage
Alexander Valavanis
1
-7
/
+0
2017-06-29
Dock: Rm unnecessary enum
Alexander Valavanis
1
-2
/
+3
2016-11-11
fix automatic dockbar resizing
Marc Jeanmougin
1
-1
/
+1
2016-07-28
ui/widgets: Drop GTK2 fallbacks
Alex Valavanis
1
-12
/
+0
2016-05-15
GTK3: Give names to many widgets. Useful for debugging and for using CSS.
Tavmjong Bah
1
-0
/
+1
2014-06-27
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
1
-2
/
+2
2014-06-26
4. further refactor Application class; create proper singleton, encapsulate m...
Liam P. White
1
-2
/
+2
2014-06-26
3. remove dead code, refactor existing code. Connect overlooked signals.
Liam P. White
1
-3
/
+1
2014-06-25
2. connect signals
Liam P. White
1
-2
/
+5
2013-07-06
Fix build failure with GDL >= 3.6
Alex Valavanis
1
-4
/
+16
2013-03-08
Drop more Gtk::Table usage
Alex Valavanis
1
-0
/
+12
2012-10-14
Stop using private GdlDockObject->master (broken in GDL 3.6)
Alex Valavanis
1
-3
/
+9
2012-05-21
GTK+ 3 changes for cell-renderers
Alex Valavanis
1
-2
/
+2
2012-02-26
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
1
-2
/
+3
2012-02-17
Fix for 171579 : Make inkscape remember dialogs window status
John Smith
1
-1
/
+3
2012-02-05
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
1
-27
/
+15
2011-12-29
GDL: Drop placement patches
Alex Valavanis
1
-1
/
+0
2011-10-03
Doxygen cleanup.
Jon A. Cruz
1
-2
/
+3
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2008-10-27
From trunk
Ted Gould
1
-7
/
+8
2007-11-10
Warning cleanup
Jon A. Cruz
1
-39
/
+45
2007-10-25
Dockable dialogs: Allow in-dock dialogs to be expanded even if there's
gustav_b
1
-1
/
+22
2007-09-25
Define DockItems' floating state properly. Fixes some issues with
gustav_b
1
-0
/
+5
2007-09-20
Add scrolling of dock on DockItem::present.
gustav_b
1
-0
/
+18
2007-09-06
Group dock related prefs, add hidden prefs for dock bar and switcher appearance.
gustav_b
1
-1
/
+12
2007-08-29
Dockable dialogs patch applied
gustav_b
1
-0
/
+235