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