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