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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
- improve hint for directed graph toggle
Tim Dwyer
2006-07-14
1
-1
/
+1
*
- added toggle buttons for directed layout (doesn't do anything yet) and over...
Tim Dwyer
2006-07-12
1
-4
/
+55
*
Added layout button and ideal connector length spinbox to connector toolbar
Tim Dwyer
2006-07-12
1
-0
/
+39
*
replace single toggle button with less confusing pick-alpha and set-alpha opt...
bulia byak
2006-07-05
1
-18
/
+47
*
* src/connector-context.cpp, src/widgets/toolbox.cpp:
mjwybrow
2006-06-30
1
-1
/
+1
*
patch from Gustav Broberg: undo annotations and history dialog
bulia byak
2006-06-29
1
-15
/
+30
*
glib-2.4 system fixes: some includes to get prototypes, some version checks
Ralf Stephan
2006-06-25
1
-0
/
+11
*
Handle case of function call faling. Fixes bug 1501150.
Jon A. Cruz
2006-06-09
1
-3
/
+6
*
Applied patch #1502407. Fixes bug #1500029.
Jon A. Cruz
2006-06-08
1
-9
/
+15
*
swap tooltips
bulia byak
2006-06-05
1
-2
/
+2
*
text tolbar usability: enable alt+x, enable esc to defocus entry fields and c...
bulia byak
2006-06-02
1
-685
/
+754
*
defocus text toolbar widgets, fixes 1494959
bulia byak
2006-06-01
1
-4
/
+14
*
add tooltips to text toolbar widgets
MenTaLguY
2006-05-28
1
-0
/
+9
*
slight cosmetics in text toolbar
bulia byak
2006-05-24
1
-2
/
+2
*
* Use hardcoded sample string for font preview instead of the string from the...
Milosz Derezynski
2006-05-23
1
-3
/
+2
*
* Remember default setting for alingment
Milosz Derezynski
2006-05-22
1
-0
/
+11
*
* Apply style to selection also when applying it to defaults
Milosz Derezynski
2006-05-22
1
-8
/
+2
*
* Re-add pointer/keyb grabbing for font list popdown in the text toolbar (was...
Milosz Derezynski
2006-05-22
1
-2
/
+0
*
* Make sure we don't read on NULL pointer instead of gobject instance in text...
Milosz Derezynski
2006-05-22
1
-0
/
+5
*
* Don't forget to acquire the row from the model in toolbox.cpp:cell_data_func()
Milosz Derezynski
2006-05-22
1
-0
/
+2
*
* Revert toolbox
Milosz Derezynski
2006-05-22
1
-20
/
+0
*
* Add orientation controls to text toolbar
Milosz Derezynski
2006-05-22
1
-14
/
+133
*
* Reinstate controls for bold/italic and fill/justify lost between the previo...
Milosz Derezynski
2006-05-22
1
-122
/
+111
*
* Make sure the warning image regarding a non installed font is always initia...
Milosz Derezynski
2006-05-22
1
-59
/
+61
*
* Unify text-anchor and text-align for the text toolbar
Milosz Derezynski
2006-05-21
1
-5
/
+107
*
* Implement size selection in text toolbar
Milosz Derezynski
2006-05-20
1
-5
/
+54
*
* Don't block when setting a font trough the GtkEntry
Milosz Derezynski
2006-05-20
1
-58
/
+44
*
* New font selector (using treeview)
Milosz Derezynski
2006-05-20
1
-48
/
+188
*
* Query default text attributes if selection query returns nothing
Milosz Derezynski
2006-05-19
1
-2
/
+11
*
* Implement completion for font selection as well as a warning symbol in case...
Milosz Derezynski
2006-05-19
1
-1
/
+42
*
* Add connection-pool.h: Inkscape::ConnectionPool, an auxilliary class to man...
Milosz Derezynski
2006-05-19
1
-80
/
+157
*
* Remove unused variables
Milosz Derezynski
2006-05-18
1
-3
/
+0
*
* Check for a valid font family in the text toolbox's selection_changed callback
Milosz Derezynski
2006-05-18
1
-27
/
+16
*
* Use query api for text toolbar
Milosz Derezynski
2006-05-18
1
-30
/
+33
*
* Reinstate font toolbox
Milosz Derezynski
2006-05-18
1
-33
/
+28
*
* Disable text toolbox for testing
Milosz Derezynski
2006-05-18
1
-4
/
+2
*
* Properly deal with setting the style using the text toolbar
Milosz Derezynski
2006-05-18
1
-41
/
+34
*
* Fix desychronization between text toolbox and dialog
Milosz Derezynski
2006-05-18
1
-0
/
+2
*
* First implementation step of the text toolbox
Milosz Derezynski
2006-05-18
1
-92
/
+207
*
show handles toggle
bulia byak
2006-05-16
1
-1
/
+25
*
* src/widgets/toolbox.cpp: Slightly increase size of the
mjwybrow
2006-05-14
1
-2
/
+2
*
add new object style display for all object-creating tools
bulia byak
2006-04-29
1
-20
/
+79
*
revert 11172, synthesized events are used to update controls spinbuttons
bulia byak
2006-04-24
1
-0
/
+5
*
add abs_width switch for calligraphy pen width; switch it to 1..100 displayed...
bulia byak
2006-04-20
1
-7
/
+7
*
Get rid of the SP_DT_* macros which do nothing more than provide additional, ...
MenTaLguY
2006-04-17
1
-33
/
+33
*
less confusing tooltips
bulia byak
2006-04-15
1
-2
/
+2
*
Shrunk a few icon sizes.
Jon A. Cruz
2006-04-08
1
-5
/
+5
*
Decoupling from direct use of GtkIconSize to allow for smaller custom ones.
Jon A. Cruz
2006-04-06
1
-50
/
+50
*
turns out, all these synthesize_events were not necessary at all - they just ...
bulia byak
2006-04-01
1
-5
/
+0
*
added variable tremor
bulia byak
2006-03-30
1
-1
/
+20
[next]