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-item.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
adding gtk-theme
Jabier Arraiza
2018-07-21
1
-13
/
+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
-2
/
+1
*
Catch Gtk::IconThemeError
Tavmjong Bah
2017-11-15
1
-1
/
+6
*
Remove more checks if icon exists in default theme.
Tavmjong Bah
2017-07-06
1
-6
/
+4
*
Dock: Rm unnecessary enum
Alexander Valavanis
2017-06-29
1
-6
/
+6
*
Remove old icon handling code
Alexander Valavanis
2017-06-29
1
-4
/
+0
*
Rm more deprecated Gtk::Stock
Alex Valavanis
2016-12-27
1
-8
/
+0
*
resizable undocked dialogs
Marc Jeanmougin
2016-11-09
1
-0
/
+2
*
End GTK+ 2 support and remove GDL fork
Alex Valavanis
2016-08-04
1
-8
/
+0
|
\
|
*
ui/widgets: Drop GTK2 fallbacks
Alex Valavanis
2016-07-28
1
-8
/
+0
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-2
/
+0
*
|
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+3
*
|
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-3
/
+0
|
/
*
Fix missing headers for Gtk+ 3 build
Alex Valavanis
2013-02-23
1
-0
/
+1
*
GTK+ 3 changes for cell-renderers
Alex Valavanis
2012-05-21
1
-0
/
+4
*
More size-request GTK+ 3 fixes
Alex Valavanis
2012-05-21
1
-2
/
+6
*
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
2012-02-26
1
-2
/
+1
*
Fix for 171579 : Make inkscape remember dialogs window status
John Smith
2012-02-17
1
-9
/
+42
*
Lots of gtkmm deprecation fixes
Alex Valavanis
2012-02-11
1
-2
/
+2
*
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
2012-02-06
1
-1
/
+3
*
More GSEAL stuff
Alex Valavanis
2012-01-14
1
-2
/
+2
*
Fix for Bug #494722 (Docked dialogs in a floating window crashes on shutdown)...
Nicolas Dufour
2011-12-31
1
-2
/
+2
*
Fixing more broken and split doc comments.
Jon A. Cruz
2011-10-27
1
-3
/
+1
*
Doxygen cleanup.
Jon A. Cruz
2011-10-03
1
-1
/
+1
*
Clean up deprecated GTK_WIDGET API
Alex Valavanis
2011-06-15
1
-1
/
+1
*
A proper fix for dock item mising icon problem. Fixes bug #658055.
Jon A. Cruz
2010-12-06
1
-12
/
+18
*
Fix crash when floating dialog icon is not found
Krzysztof Kosi??ski
2010-11-21
1
-5
/
+11
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
Fix compile on Windows (the last paramteter is not defaulted in older
Krzysztof Kosi??ski
2009-04-25
1
-1
/
+1
*
Fix missing dock icons (bug #364075)
Krzysztof Kosi??ski
2009-04-25
1
-29
/
+9
*
Handle case when an icon is not populated
Jon A. Cruz
2009-04-19
1
-2
/
+9
*
From trunk
Ted Gould
2008-10-27
1
-5
/
+5
*
Fixed uninitialized members
Jon A. Cruz
2008-06-06
1
-4
/
+9
*
The dialog to panel refactoring:
gustav_b
2007-11-22
1
-60
/
+0
*
Warning cleanup
Jon A. Cruz
2007-11-10
1
-34
/
+34
*
Define DockItems' floating state properly. Fixes some issues with
gustav_b
2007-09-25
1
-9
/
+3
*
Add scrolling of dock on DockItem::present.
gustav_b
2007-09-20
1
-3
/
+5
*
Add handling of focus tabbing for GdlDockItem + various DockItem focus
gustav_b
2007-09-16
1
-2
/
+11
*
Allow GdlDockItems to take focus, and grab focus on present. Various
gustav_b
2007-09-10
1
-76
/
+105
*
Group dock related prefs, add hidden prefs for dock bar and switcher appearance.
gustav_b
2007-09-06
1
-1
/
+1
*
Prevented automatic center docking from happening and added the
gustav_b
2007-09-06
1
-3
/
+9
*
Fixes for transient dialogs in win32.
gustav_b
2007-09-02
1
-4
/
+4
*
Dockable dialogs patch applied
gustav_b
2007-08-29
1
-0
/
+539