index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
dialogs
/
text-edit.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for 930535 : Convert Font and Text dialog to a dockable dialog
John Smith
2012-02-16
1
-1032
/
+0
*
Header cleaning
Alex Valavanis
2012-02-12
1
-0
/
+1
*
Warning and uninitialized variable cleanup.
Jon A. Cruz
2012-01-08
1
-15
/
+12
*
Doxygen cleanup.
Jon A. Cruz
2011-10-03
1
-2
/
+3
*
Memory leaks fix / code cleanup
Kris De Gussem
2011-07-30
1
-0
/
+1
*
Remove the icon-names.h thing, which was a mistake.
Krzysztof Kosi??ski
2011-07-15
1
-8
/
+8
*
Text edit dialog: Apply button should grab default only after adding to window
Alex Valavanis
2011-07-05
1
-2
/
+2
*
Minimise GTK version changes in text-edit dialog
Alex Valavanis
2011-06-30
1
-34
/
+6
*
Remove/replace deprecated gtk_window_set_policy symbol
Alex Valavanis
2011-06-23
1
-2
/
+0
*
Replace deprecated gtk_radio_button_group symbol
Alex Valavanis
2011-06-23
1
-4
/
+4
*
Warning cleanup.
Jon A. Cruz
2011-06-22
1
-1
/
+1
*
Revision 10333 introduced dependency on gtk version 2.24 which is currently n...
Felipe Corr??a da Silva Sanches
2011-06-22
1
-1
/
+50
*
Replace deprecated GtkCombo
Alex Valavanis
2011-06-22
1
-12
/
+5
*
Merge from trunk
Krzysztof Kosi??ski
2011-06-19
1
-18
/
+16
|
\
|
*
Replace deprecated GtkSignal
Alex Valavanis
2011-06-13
1
-3
/
+3
|
*
Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macros
Alex Valavanis
2011-06-12
1
-1
/
+2
|
*
Replace use of deprecated GtkTooltips API
Alex Valavanis
2011-06-05
1
-8
/
+6
|
*
Added mnemonics for font dialog (Bug #170765)
Kris De Gussem
2011-04-18
1
-6
/
+5
*
|
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-0
/
+12
|
\
|
|
*
Simple tracking of time to display dialogs and main window.
Jon A. Cruz
2010-12-18
1
-0
/
+12
*
|
Merge from trunk (again)
Krzysztof Kosi??ski
2010-12-15
1
-4
/
+7
|
\
|
|
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-4
/
+7
|
|
\
|
|
*
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
2010-07-02
1
-1
/
+1
*
|
|
Merge from trunk
Krzysztof Kosi??ski
2010-11-25
1
-1
/
+1
|
\
|
|
|
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
|
|
/
*
/
Wholesale cruft removal part 5; completely remove RasterFont
Krzysztof Kosi??ski
2010-08-05
1
-17
/
+57
|
/
*
Make all icons themable (except the filter icons).
Krzysztof Kosi??ski
2009-02-19
1
-8
/
+8
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-7
/
+4
*
From trunk
Ted Gould
2008-10-27
1
-20
/
+17
*
warning cleanup
Felipe Corr??a da Silva Sanches
2008-07-12
1
-1
/
+1
*
Warning and whitespace cleanup
Jon A. Cruz
2008-02-24
1
-29
/
+29
*
Applying Gail's patch for font-specification
Bryce Harrington
2008-01-05
1
-4
/
+15
*
Warning cleanup
Jon A. Cruz
2007-11-10
1
-43
/
+43
*
switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...
bulia byak
2007-06-27
1
-1
/
+1
*
more unreffing temporary styles properly
bulia byak
2007-06-27
1
-1
/
+1
*
patch from Gail to add justify button to text dialog (bug 1679367)
bulia byak
2007-03-25
1
-3
/
+32
*
Fixed bug [ 1610103 ]: font-size px unit missing after font family change
Johan B. C. Engelen
2007-01-02
1
-2
/
+2
*
non-gtkmm dialogs are now always opened ON-screen
Johan B. C. Engelen
2006-11-27
1
-9
/
+11
*
undo annotations
bulia byak
2006-10-10
1
-1
/
+1
*
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
2006-08-25
1
-7
/
+7
*
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
2006-08-23
1
-7
/
+7
*
patch from Gustav Broberg: undo annotations and history dialog
bulia byak
2006-06-29
1
-1
/
+2
*
* Make sure we don't read on NULL pointer instead of gobject instance in text...
Milosz Derezynski
2006-05-22
1
-0
/
+1
*
* Set default font widget insensitive only if exists
Milosz Derezynski
2006-05-20
1
-2
/
+3
*
* Don't block when setting a font trough the GtkEntry
Milosz Derezynski
2006-05-20
1
-2
/
+6
*
* First implementation step of the text toolbox
Milosz Derezynski
2006-05-18
1
-10
/
+0
*
* Fix build for gcc 4.x (Remove additional class name qualifier inside class ...
Milosz Derezynski
2006-05-17
1
-2
/
+12
*
Get rid of the SP_DT_* macros which do nothing more than provide additional, ...
MenTaLguY
2006-04-17
1
-5
/
+5
*
Decoupling from direct use of GtkIconSize to allow for smaller custom ones.
Jon A. Cruz
2006-04-06
1
-2
/
+5
*
make sure only positive dialog positions are read from preferences, fixes #12...
Ralf Stephan
2006-02-24
1
-0
/
+3
[next]