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
/
uxmanager.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-06
Avoid the “using std::*;” or “using namespace std;” constructs.
Emmanuel Gil Peyrot
1
-9
/
+7
2019-01-02
modernize loops
Marc Jeanmougin
1
-6
/
+2
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-6
/
+3
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-7
/
+7
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
2018-01-07
Use convenience functions to obtain monitor geometry
Eduard Braun
1
-23
/
+5
2017-12-26
UXManager: Gtkmm deprecation fix
Alexander Valavanis
1
-0
/
+22
2017-05-10
Remove more unused stuff missed in last commit.
Tavmjong Bah
1
-13
/
+0
2017-05-10
Remove unused floatscreenissue variable and supporting code.
Tavmjong Bah
1
-35
/
+0
2017-05-10
Wayland fix.
Tavmjong Bah
1
-7
/
+25
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-4
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+4
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-4
/
+1
2015-12-07
static code analysis
Kris De Gussem
1
-4
/
+5
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-1
/
+1
2012-01-01
Added signal for desktop destruction to allow for proper removal of tracked s...
Jon A. Cruz
1
-5
/
+31
2010-07-02
Bump default for "widescreen" to target netbook sizes.
Jon A. Cruz
1
-1
/
+1
2010-06-16
Move the task view changing to the "View" menu. Fixes bugs #170781 and #171663.
Jon A. Cruz
1
-5
/
+47
2010-06-01
Cleanup on encapsulation. Addition of initial widescreen detection.
Jon A. Cruz
1
-13
/
+57
2010-01-18
Added temp option to enable repositioning of not-quite-completed UI items in ...
Jon A. Cruz
1
-3
/
+13
2010-01-15
Fix for compile on windows. Fixes bug #506845.
Jon A. Cruz
1
-2
/
+2
2010-01-13
Adding a 'widescreen' task.
Jon A. Cruz
1
-11
/
+19
2010-01-12
Initial cut of disabling floating windows on window managers with problems.
Jon A. Cruz
1
-1
/
+29
2010-01-11
Implemented dynamic repositioning of toolboxes.
Jon A. Cruz
1
-9
/
+13
2010-01-10
Completed base code to flip toolbox orientation.
Jon A. Cruz
1
-3
/
+59
2010-01-09
Initial c++-ification of toolbox creation.
Jon A. Cruz
1
-1
/
+1
2010-01-07
Added UXManager. Cleaning up toolbox creation.
Jon A. Cruz
1
-0
/
+68