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
/
dialog
/
ocaldialogs.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove OCAL
Marc Jeanmougin
2019-11-01
1
-500
/
+0
*
Clarify licenses
Max Gaukler
2018-11-08
1
-2
/
+3
*
Remove #include "config.h" from header files where possible
Eduard Braun
2018-09-24
1
-4
/
+0
*
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
2018-06-18
1
-2
/
+2
*
Drop remaining GTKMM 2 fallback support
Alex Valavanis
2016-07-28
1
-39
/
+2
*
Bump ifdefs to 3.8 (now ifdefs say 3.0 instead of 3.2 or 3.8)
Martin Owens
2016-04-12
1
-3
/
+3
*
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
2015-04-27
1
-4
/
+0
*
Remove misleading dialogs directory
Liam P. White
2014-09-02
1
-2
/
+1
*
Adding inclusion of config.h where needed for threads.h check.
Jon A. Cruz
2013-06-07
1
-0
/
+4
*
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
2013-06-06
1
-0
/
+2
*
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
2013-06-04
1
-0
/
+2
*
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
2013-03-25
1
-2
/
+2
*
ocaldialog: Use GtkSearchEntry in Gtk+ >= 3.6
Alex Valavanis
2013-01-04
1
-0
/
+13
*
cppcheck: Simple fixes for src/ui/dialog
Alex Valavanis
2012-11-15
1
-1
/
+1
*
GTK+ 3 drawing in OCAL dialog
Alex Valavanis
2012-05-22
1
-1
/
+9
*
Start GTK+ 3 rendering in OCAL dialogs
Alex Valavanis
2012-05-21
1
-1
/
+11
*
Warning cleanup.
Jon A. Cruz
2012-04-04
1
-1
/
+1
*
Merge Andrew's new OCAL dialog and clean headers. Please test
Alex Valavanis
2012-02-27
1
-82
/
+228
|
\
|
*
merged with trunk so I can build again...
Andrew Higginson
2011-12-27
1
-3
/
+1
|
|
\
|
*
|
Fixed issues with cancelling downloading of thumbnails and images, all should...
Andrew rugby471@gmail.com
2011-07-02
1
-0
/
+2
|
*
|
Revert changing to read_async
Andrew rugby471@gmail.com
2011-06-26
1
-4
/
+0
|
*
|
Remove some GNOME_VFS checks
Andrew rugby471@gmail.com
2011-04-18
1
-0
/
+4
|
*
|
uint > unsigned int (so windows builds work)
Andrew rugby471@gmail.com
2011-04-08
1
-1
/
+1
|
*
|
implement cancelling
Andrew rugby471@gmail.com
2011-04-04
1
-0
/
+4
|
*
|
Merge thumbnail and image downloading into one set of functions :)
Andrew rugby471@gmail.com
2011-03-28
1
-10
/
+8
|
*
|
Don't re-download resources downloaded previously
Andrew rugby471@gmail.com
2011-03-28
1
-0
/
+2
|
*
|
fix errors
Andrew rugby471@gmail.com
2011-03-27
1
-1
/
+2
|
*
|
Starting disabling widgets at certain times
Andrew rugby471@gmail.com
2011-03-26
1
-6
/
+1
|
*
|
Sorted wrapping of labels
Andrew rugby471@gmail.com
2011-03-26
1
-5
/
+23
|
*
|
Increased size of OCAL logo and removed "Powered by" text
Andrew rugby471@gmail.com
2011-03-25
1
-2
/
+0
|
*
|
Improving preview widget
Andrew rugby471@gmail.com
2011-03-25
1
-3
/
+38
|
*
|
Made dialog's state persistant
Andrew rugby471@gmail.com
2011-03-24
1
-11
/
+18
|
*
|
Split OCALDialog code in fill.cpp into two, so we can have async stuff working
Andrew rugby471@gmail.com
2011-03-22
1
-11
/
+60
|
*
|
Remove all GNOMEVFS code
Andrew rugby471@gmail.com
2011-03-20
1
-8
/
+8
|
*
|
Fix issue with text of overlay
Andrew rugby471@gmail.com
2011-03-19
1
-1
/
+2
|
*
|
Remove depreciated GNOMEVFS from XML downloading and parsing and replace with...
Andrew rugby471@gmail.com
2011-03-19
1
-0
/
+9
|
*
|
Get the OCAL logo form a proper path
Andrew rugby471@gmail.com
2011-03-18
1
-0
/
+1
|
*
|
Remove SearchEntry hinting ability (not appropriate/useful in this scenario)
Andrew rugby471@gmail.com
2011-03-18
1
-12
/
+10
|
*
|
added custom searchentry
Andrew rugby471@gmail.com
2011-03-17
1
-1
/
+24
|
*
|
Added OCAL logo overlay
Andrew rugby471@gmail.com
2011-03-16
1
-3
/
+18
|
*
|
make print_xml_element_names an instance method of the SearchResultsList
Andrew rugby471@gmail.com
2011-03-13
1
-18
/
+4
|
*
|
changed name to SearchResultList
Andrew rugby471@gmail.com
2011-03-13
1
-10
/
+17
|
*
|
Added OCAL namespace within Dialog namespace
Andrew rugby471@gmail.com
2011-03-13
1
-19
/
+21
|
*
|
removed message and description labels
Andrew rugby471@gmail.com
2011-03-11
1
-3
/
+1
|
*
|
converted to use var_name from CamelCase
Andrew rugby471@gmail.com
2011-03-11
1
-19
/
+18
*
|
|
Cleaning up a few headers
Alex Valavanis
2012-02-12
1
-22
/
+4
*
|
|
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
2012-02-06
1
-1
/
+3
|
|
/
|
/
|
*
|
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
2011-06-03
1
-3
/
+1
|
/
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
[next]