summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-xmlview-content.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-11Refactor xml editor, improve UI and prepare for future additionsMartin Owens1-136/+0
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-9/+9
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-18/+1
(bzr r15023.2.8)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-2/+2
(bzr r13820)
2014-08-24More GObject boilerplate reductionAlex Valavanis1-31/+3
(bzr r13341.1.174)
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis1-4/+4
christmas\!) (bzr r11986)
2012-11-11Replace remaining C-style pointer casts for src/widgetsAlex Valavanis1-7/+3
(bzr r11868)
2012-06-09Get rid of remaining GtkObject usageAlex Valavanis1-13/+24
Fixed bugs: - https://launchpad.net/bugs/813212 (bzr r11473)
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-0/+1
(bzr r11030)
2012-02-12Header cleaningAlex Valavanis1-0/+1
(bzr r10963)
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-1/+1
(bzr r10407)
2011-07-02GTK+ cleaning: gtk_type_newAlex Valavanis1-1/+1
(bzr r10390.1.3)
2011-06-24Switch to GObjectAlex Valavanis1-1/+1
(bzr r10350.1.3)
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-1/+1
SPDocument based methods (bzr r9546.1.3)
2008-05-06Updating deprecated type calls.Jon A. Cruz1-10/+13
(bzr r5617)
2008-02-24Warning and whitespace cleanupJon A. Cruz1-80/+80
(bzr r4838)
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-1/+2
(bzr r4629)
2006-10-10undo annotationsbulia byak1-2/+3
(bzr r1793)
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-1/+2
(bzr r1315)
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY1-1/+1
confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)