summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-attribute-widget.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-10/+0
2019-04-02Tidy UI for Object Properties/AttributesNathan Lee1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Move macros.h and remove unneeded macrosEduard Braun1-1/+1
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-10-01Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun1-0/+2
2018-09-24Remove #include "config.h" from header files where possibleEduard Braun1-0/+4
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-10/+10
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-4/+6
2017-12-25Use a macro for GtkMM version checksAlexander Valavanis1-2/+2
2017-07-08Fix Gtk alignment APIAlexander Valavanis1-1/+2
2017-07-06Fix gtk margin APIAlexander Valavanis1-0/+10
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-4/+0
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-26/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+4
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-4/+0
2013-04-29Fixed logic error confusing bitwise and with logical and.Jon A. Cruz1-2/+2
2013-04-28minor cppcheck stuffKris De Gussem1-3/+1
2013-03-12Further migration to Gtk::GridAlex Valavanis1-5/+39
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-0/+2
2012-02-21cppcheck: null pointer dereference fixKris De Gussem1-1/+1
2012-02-12Header cleaningAlex Valavanis1-0/+2
2012-01-19Update and documentation of sp-attribute-widgetKris De Gussem1-204/+77
2012-01-08Warning and uninitialized variable cleanup.Jon A. Cruz1-7/+2
2012-01-03documentation of item properties dialog and SPAttributeTableKris De Gussem1-7/+83
2012-01-01Item and image properties dialog update: restoring correct behaviour in case ...Kris De Gussem1-13/+27
2011-12-31Item properties dialog:Kris De Gussem1-10/+46
2011-12-30C++ification of item properties dialogKris De Gussem1-38/+41
2011-12-17Dropped unused SPAttributeWidgetKris De Gussem1-152/+0
2011-12-17fix compiler warningsKris De Gussem1-4/+4
2011-12-15- Dropped deprecated sp_window_newKris De Gussem1-29/+20
2011-12-11SPAttributeTable C++ifiedKris De Gussem1-333/+218
2011-12-11SPAttributeWidget C++ifiedKris De Gussem1-232/+85
2011-12-04cppcheckKris De Gussem1-38/+19
2011-10-23Documentation update pass.Jon A. Cruz1-4/+0
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-2/+2
2011-07-02GTK+ cleaning: gtk_type_newAlex Valavanis1-11/+5
2011-06-24Switch to GObjectAlex Valavanis1-2/+2
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-2/+1
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-11/+9
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-2/+2
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-0/+0
2008-11-21Merge from fe-movedTed Gould1-13/+5
2008-05-10More type registration cleanupJon A. Cruz1-22/+26