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