summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-xmlview-content.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor xml editor, improve UI and prepare for future additionsMartin Owens2018-09-111-136/+0
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-9/+9
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|
* Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-18/+1
| | | (bzr r15023.2.8)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-2/+2
| | | (bzr r13820)
* More GObject boilerplate reductionAlex Valavanis2014-08-241-31/+3
| | | (bzr r13341.1.174)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-4/+4
| | | | | christmas\!) (bzr r11986)
* Replace remaining C-style pointer casts for src/widgetsAlex Valavanis2012-11-111-7/+3
| | | (bzr r11868)
* Get rid of remaining GtkObject usageAlex Valavanis2012-06-091-13/+24
| | | | | | Fixed bugs: - https://launchpad.net/bugs/813212 (bzr r11473)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-0/+1
| | | (bzr r11030)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-1/+1
| | | (bzr r10407)
* GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-021-1/+1
| | | (bzr r10390.1.3)
* Switch to GObjectAlex Valavanis2011-06-241-1/+1
| | | (bzr r10350.1.3)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-4/+5
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-1/+1
|/ | | | | SPDocument based methods (bzr r9546.1.3)
* Updating deprecated type calls.Jon A. Cruz2008-05-061-10/+13
| | | (bzr r5617)
* Warning and whitespace cleanupJon A. Cruz2008-02-241-80/+80
| | | (bzr r4838)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-1/+2
| | | (bzr r4629)
* undo annotationsbulia byak2006-10-101-2/+3
| | | (bzr r1793)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-1/+2
| | | (bzr r1315)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-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)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+165
(bzr r1)