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.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-01-11
Warning and dead code cleanup.
Jon A. Cruz
1
-1
/
+5
2013-01-04
ocaldialog: Use GtkSearchEntry in Gtk+ >= 3.6
Alex Valavanis
1
-0
/
+9
2012-12-25
Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...
Alex Valavanis
1
-20
/
+20
2012-12-16
GTK+ 3: Switch to more orientable widgets
Alex Valavanis
1
-0
/
+12
2012-12-05
- fix security bug lp:1025185
Johan B. C. Engelen
1
-2
/
+8
2012-11-26
Drop support for GTK+ < 2.24
Alex Valavanis
1
-4
/
+0
2012-08-05
Use Gtk::StyleContext in OCAL dialog
Alex Valavanis
1
-53
/
+28
2012-07-10
OCAL. Fix for Bug #943275 (New Import Clip Art… dialog crashes on Windows).
Nicolas Dufour
1
-1
/
+6
2012-05-22
GTK+ 3 drawing in OCAL dialog
Alex Valavanis
1
-3
/
+68
2012-05-21
Start GTK+ 3 rendering in OCAL dialogs
Alex Valavanis
1
-0
/
+45
2012-04-24
Fix for 943275 : OCAL search crash when data not avaialable
John Smith
1
-2
/
+4
2012-04-15
i18n. Fix for Bug #980518 (Please use c-format).
Nicolas Dufour
1
-5
/
+7
2012-04-04
OCAL. Fix brush icon crash (see Bug #943275) by Jaroslaw M. Gliwinski.
Nicolas Dufour
1
-1
/
+1
2012-04-04
Corrected logic error with sig::connection bool operator.
Jon A. Cruz
1
-8
/
+8
2012-03-12
Replace deprecated Gtk::TreePath API
Alex Valavanis
1
-6
/
+3
2012-02-26
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
1
-0
/
+1
2012-02-14
Cleaning up unused variables and other warnings.
Jon A. Cruz
1
-4
/
+8
2012-02-11
Lots of gtkmm deprecation fixes
Alex Valavanis
1
-0
/
+4
2012-02-06
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
1
-0
/
+2
2011-12-27
fixed crash!
Andrew Higginson
1
-6
/
+12
2011-12-27
try to fix bug
Andrew Higginson
1
-0
/
+9
2011-10-03
Doxygen cleanup.
Jon A. Cruz
1
-2
/
+3
2011-07-02
Fixed issues with cancelling downloading of thumbnails and images, all should...
Andrew rugby471@gmail.com
1
-16
/
+33
2011-06-26
Correct ustring syntax
Andrew rugby471@gmail.com
1
-2
/
+2
2011-06-26
Revert changing to read_async
Andrew rugby471@gmail.com
1
-60
/
+9
2011-04-18
Remove some GNOME_VFS checks
Andrew rugby471@gmail.com
1
-9
/
+60
2011-04-04
remove debugging stuff
Andrew rugby471@gmail.com
1
-2
/
+0
2011-04-04
implement cancelling
Andrew rugby471@gmail.com
1
-10
/
+38
2011-03-28
Merge thumbnail and image downloading into one set of functions :)
Andrew rugby471@gmail.com
1
-70
/
+44
2011-03-28
Don't re-download resources downloaded previously
Andrew rugby471@gmail.com
1
-11
/
+31
2011-03-27
fix errors
Andrew rugby471@gmail.com
1
-5
/
+12
2011-03-26
Starting disabling widgets at certain times
Andrew rugby471@gmail.com
1
-7
/
+30
2011-03-26
Sorted wrapping of labels
Andrew rugby471@gmail.com
1
-11
/
+22
2011-03-25
Increased size of OCAL logo and removed "Powered by" text
Andrew rugby471@gmail.com
1
-24
/
+6
2011-03-25
Change menutems and title to "Import Clip Art"
Andrew rugby471@gmail.com
1
-1
/
+0
2011-03-25
Improving preview widget
Andrew rugby471@gmail.com
1
-10
/
+171
2011-03-24
Made dialog's state persistant
Andrew rugby471@gmail.com
1
-82
/
+154
2011-03-22
Split OCALDialog code in fill.cpp into two, so we can have async stuff working
Andrew rugby471@gmail.com
1
-109
/
+248
2011-03-20
Remove all GNOMEVFS code
Andrew rugby471@gmail.com
1
-83
/
+35
2011-03-19
Fix issue with text of overlay
Andrew rugby471@gmail.com
1
-34
/
+20
2011-03-19
Remove depreciated GNOMEVFS from XML downloading and parsing and replace with...
Andrew rugby471@gmail.com
1
-28
/
+26
2011-03-18
Get the OCAL logo form a proper path
Andrew rugby471@gmail.com
1
-20
/
+31
2011-03-18
Remove SearchEntry hinting ability (not appropriate/useful in this scenario)
Andrew rugby471@gmail.com
1
-73
/
+29
2011-03-17
added custom searchentry
Andrew rugby471@gmail.com
1
-15
/
+80
2011-03-16
Added OCAL logo overlay
Andrew rugby471@gmail.com
1
-5
/
+65
2011-03-13
make print_xml_element_names an instance method of the SearchResultsList
Andrew rugby471@gmail.com
1
-83
/
+82
2011-03-13
changed name to SearchResultList
Andrew rugby471@gmail.com
1
-34
/
+97
2011-03-13
Added OCAL namespace within Dialog namespace
Andrew rugby471@gmail.com
1
-38
/
+38
2011-03-11
removed message and description labels
Andrew rugby471@gmail.com
1
-16
/
+7
2011-03-11
added back size request :)
Andrew rugby471@gmail.com
1
-7
/
+8
[next]