summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-xmlview-attr-list.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-14Remove sp-xmlview-attr with attrdialog (C++) and improve interfaceMartin Owens1-280/+0
2018-09-12Remove colors from gtklistviewMartin Owens1-6/+6
2018-09-12Allow adding new propertiesMartin Owens1-11/+59
2018-09-11Refactor xml editor, improve UI and prepare for future additionsMartin Owens1-42/+86
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-12/+12
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-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+1
(bzr r15034)
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-18/+1
(bzr r15023.2.8)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+1
(bzr r15025)
2015-10-28static code analysisKris De Gussem1-0/+2
(bzr r14432)
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-5/+2
(bzr r11868)
2012-06-09Get rid of remaining GtkObject usageAlex Valavanis1-17/+31
Fixed bugs: - https://launchpad.net/bugs/813212 (bzr r11473)
2012-04-11Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, 64bitLion ↵John Smith1-17/+25
crash fix (bzr r11220)
2012-04-10Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, 64bitLion ↵John Smith1-8/+8
crash fix (bzr r11205)
2012-03-23Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, selection ↵John Smith1-1/+1
bug fixes (bzr r11118)
2012-03-22Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, reduce list ↵John Smith1-0/+2
padding (bzr r11113)
2012-03-21Fix for 903676 : Replace GtkCList with GtkTreeView in XML TreeJohn Smith1-45/+65
(bzr r11105)
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-1/+1
(bzr r10407)
2010-04-29moved some marshalling functions to generic glib callsNathan Hurst1-1/+1
(bzr r9389)
2009-01-13Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski1-1/+1
version string on Linux. (bzr r7123)
2009-01-09Cmake: restructure build files to be more like current build system. Should ↵Joshua L. Blocher1-1/+1
reduce linking stage command for windows. (bzr r7100)
2008-05-06Updating deprecated type calls.Jon A. Cruz1-17/+20
(bzr r5617)
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-1/+4
(bzr r4629)
2007-12-04warning cleanupJon A. Cruz1-3/+6
(bzr r4163)