summaryrefslogtreecommitdiffstats
path: root/src/dialogs/text-edit.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-16Fix for 930535 : Convert Font and Text dialog to a dockable dialogJohn Smith1-1032/+0
2012-02-12Header cleaningAlex Valavanis1-0/+1
2012-01-08Warning and uninitialized variable cleanup.Jon A. Cruz1-15/+12
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
2011-07-30Memory leaks fix / code cleanupKris De Gussem1-0/+1
2011-07-15Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski1-8/+8
2011-07-05Text edit dialog: Apply button should grab default only after adding to windowAlex Valavanis1-2/+2
2011-06-30Minimise GTK version changes in text-edit dialogAlex Valavanis1-34/+6
2011-06-23Remove/replace deprecated gtk_window_set_policy symbolAlex Valavanis1-2/+0
2011-06-23Replace deprecated gtk_radio_button_group symbolAlex Valavanis1-4/+4
2011-06-22Warning cleanup.Jon A. Cruz1-1/+1
2011-06-22Revision 10333 introduced dependency on gtk version 2.24 which is currently n...Felipe Corr??a da Silva Sanches1-1/+50
2011-06-22Replace deprecated GtkComboAlex Valavanis1-12/+5
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-3/+3
2011-06-12Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis1-1/+2
2011-06-05Replace use of deprecated GtkTooltips APIAlex Valavanis1-8/+6
2011-04-18Added mnemonics for font dialog (Bug #170765)Kris De Gussem1-6/+5
2010-12-18Simple tracking of time to display dialogs and main window.Jon A. Cruz1-0/+12
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-05Wholesale cruft removal part 5; completely remove RasterFontKrzysztof Kosi??ski1-17/+57
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-1/+1
2009-02-19Make all icons themable (except the filter icons).Krzysztof Kosi??ski1-8/+8
2008-11-21Merge from fe-movedTed Gould1-7/+4
2008-10-27From trunkTed Gould1-20/+17
2008-07-12warning cleanupFelipe Corr??a da Silva Sanches1-1/+1
2008-02-24Warning and whitespace cleanupJon A. Cruz1-29/+29
2008-01-05Applying Gail's patch for font-specificationBryce Harrington1-4/+15
2007-11-10Warning cleanupJon A. Cruz1-43/+43
2007-06-27switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...bulia byak1-1/+1
2007-06-27more unreffing temporary styles properlybulia byak1-1/+1
2007-03-25patch from Gail to add justify button to text dialog (bug 1679367)bulia byak1-3/+32
2007-01-02Fixed bug [ 1610103 ]: font-size px unit missing after font family changeJohan B. C. Engelen1-2/+2
2006-11-27non-gtkmm dialogs are now always opened ON-screenJohan B. C. Engelen1-9/+11
2006-10-10undo annotationsbulia byak1-1/+1
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-7/+7
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-7/+7
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-1/+2
2006-05-22* Make sure we don't read on NULL pointer instead of gobject instance in text...Milosz Derezynski1-0/+1
2006-05-20* Set default font widget insensitive only if existsMilosz Derezynski1-2/+3
2006-05-20* Don't block when setting a font trough the GtkEntryMilosz Derezynski1-2/+6
2006-05-18* First implementation step of the text toolboxMilosz Derezynski1-10/+0
2006-05-17* Fix build for gcc 4.x (Remove additional class name qualifier inside class ...Milosz Derezynski1-2/+12
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ...MenTaLguY1-5/+5
2006-04-06Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz1-2/+5
2006-02-24make sure only positive dialog positions are read from preferences, fixes #12...Ralf Stephan1-0/+3
2006-02-24make sure no negative dialog position is written into preferences,Ralf Stephan1-0/+3
2006-02-13bulk whitespace removal patch #1198588 by gigaclonRalf Stephan1-33/+33