index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
/
toolbox.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2006-10-24
Added callback function to allow shrinking of widgets
Jon A. Cruz
1
-0
/
+3
2006-10-22
Key, tab and focus refinement
Jon A. Cruz
1
-0
/
+4
2006-10-21
Adding climb and digits properties, key processing and focus handling
Jon A. Cruz
1
-12
/
+19
2006-10-19
Turning on
Jon A. Cruz
1
-1
/
+1
2006-10-19
Adding custom action to work with spinbuttons in toolbars
Jon A. Cruz
1
-1
/
+297
2006-10-10
undo annotations
bulia byak
1
-16
/
+16
2006-10-03
rename drag to wiggle with value inversion; edit tooltips
bulia byak
1
-15
/
+15
2006-09-06
move rounding spinbutton
bulia byak
1
-11
/
+11
2006-09-04
get default rounding right in calligraphy toolbar
MenTaLguY
1
-1
/
+1
2006-09-04
added ui for mental's calligraphy tool cap rounding
Josh Andler
1
-1
/
+21
2006-08-25
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
1
-2
/
+2
2006-08-25
I peeled back my changes because of some deep error.
Jon Phillips
1
-9
/
+9
2006-08-24
Cleaned up more of the gboolean to bool janitorial task...great!
Jon Phillips
1
-9
/
+9
2006-08-23
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
1
-2
/
+2
2006-08-18
delete completion object on destroying, prevents a crash on exit
bulia byak
1
-0
/
+10
2006-07-14
- improve hint for directed graph toggle
Tim Dwyer
1
-1
/
+1
2006-07-12
- added toggle buttons for directed layout (doesn't do anything yet) and over...
Tim Dwyer
1
-4
/
+55
2006-07-12
Added layout button and ideal connector length spinbox to connector toolbar
Tim Dwyer
1
-0
/
+39
2006-07-05
replace single toggle button with less confusing pick-alpha and set-alpha opt...
bulia byak
1
-18
/
+47
2006-06-30
* src/connector-context.cpp, src/widgets/toolbox.cpp:
mjwybrow
1
-1
/
+1
2006-06-29
patch from Gustav Broberg: undo annotations and history dialog
bulia byak
1
-15
/
+30
2006-06-25
glib-2.4 system fixes: some includes to get prototypes, some version checks
Ralf Stephan
1
-0
/
+11
2006-06-09
Handle case of function call faling. Fixes bug 1501150.
Jon A. Cruz
1
-3
/
+6
2006-06-08
Applied patch #1502407. Fixes bug #1500029.
Jon A. Cruz
1
-9
/
+15
2006-06-05
swap tooltips
bulia byak
1
-2
/
+2
2006-06-02
text tolbar usability: enable alt+x, enable esc to defocus entry fields and c...
bulia byak
1
-685
/
+754
2006-06-01
defocus text toolbar widgets, fixes 1494959
bulia byak
1
-4
/
+14
2006-05-28
add tooltips to text toolbar widgets
MenTaLguY
1
-0
/
+9
2006-05-24
slight cosmetics in text toolbar
bulia byak
1
-2
/
+2
2006-05-23
* Use hardcoded sample string for font preview instead of the string from the...
Milosz Derezynski
1
-3
/
+2
2006-05-22
* Remember default setting for alingment
Milosz Derezynski
1
-0
/
+11
2006-05-22
* Apply style to selection also when applying it to defaults
Milosz Derezynski
1
-8
/
+2
2006-05-22
* Re-add pointer/keyb grabbing for font list popdown in the text toolbar (was...
Milosz Derezynski
1
-2
/
+0
2006-05-22
* Make sure we don't read on NULL pointer instead of gobject instance in text...
Milosz Derezynski
1
-0
/
+5
2006-05-22
* Don't forget to acquire the row from the model in toolbox.cpp:cell_data_func()
Milosz Derezynski
1
-0
/
+2
2006-05-22
* Revert toolbox
Milosz Derezynski
1
-20
/
+0
2006-05-22
* Add orientation controls to text toolbar
Milosz Derezynski
1
-14
/
+133
2006-05-22
* Reinstate controls for bold/italic and fill/justify lost between the previo...
Milosz Derezynski
1
-122
/
+111
2006-05-22
* Make sure the warning image regarding a non installed font is always initia...
Milosz Derezynski
1
-59
/
+61
2006-05-21
* Unify text-anchor and text-align for the text toolbar
Milosz Derezynski
1
-5
/
+107
2006-05-20
* Implement size selection in text toolbar
Milosz Derezynski
1
-5
/
+54
2006-05-20
* Don't block when setting a font trough the GtkEntry
Milosz Derezynski
1
-58
/
+44
2006-05-20
* New font selector (using treeview)
Milosz Derezynski
1
-48
/
+188
2006-05-19
* Query default text attributes if selection query returns nothing
Milosz Derezynski
1
-2
/
+11
2006-05-19
* Implement completion for font selection as well as a warning symbol in case...
Milosz Derezynski
1
-1
/
+42
2006-05-19
* Add connection-pool.h: Inkscape::ConnectionPool, an auxilliary class to man...
Milosz Derezynski
1
-80
/
+157
2006-05-18
* Remove unused variables
Milosz Derezynski
1
-3
/
+0
2006-05-18
* Check for a valid font family in the text toolbox's selection_changed callback
Milosz Derezynski
1
-27
/
+16
2006-05-18
* Use query api for text toolbar
Milosz Derezynski
1
-30
/
+33
2006-05-18
* Reinstate font toolbox
Milosz Derezynski
1
-33
/
+28
[next]