summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-attribute-widget.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-10/+0
* Tidy UI for Object Properties/AttributesNathan Lee2019-04-021-1/+1
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Move macros.h and remove unneeded macrosEduard Braun2018-10-011-1/+1
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun2018-10-011-0/+2
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-0/+4
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-2/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-10/+10
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-4/+6
* Use a macro for GtkMM version checksAlexander Valavanis2017-12-251-2/+2
* Fix Gtk alignment APIAlexander Valavanis2017-07-081-1/+2
* Fix gtk margin APIAlexander Valavanis2017-07-061-0/+10
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-26/+1
|\
| * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-26/+1
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-4/+0
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+4
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-4/+0
|/
* Fixed logic error confusing bitwise and with logical and.Jon A. Cruz2013-04-291-2/+2
* minor cppcheck stuffKris De Gussem2013-04-281-3/+1
* Further migration to Gtk::GridAlex Valavanis2013-03-121-5/+39
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-0/+2
* cppcheck: null pointer dereference fixKris De Gussem2012-02-211-1/+1
* Header cleaningAlex Valavanis2012-02-121-0/+2
* Update and documentation of sp-attribute-widgetKris De Gussem2012-01-191-204/+77
* Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-081-7/+2
* documentation of item properties dialog and SPAttributeTableKris De Gussem2012-01-031-7/+83
* Item and image properties dialog update: restoring correct behaviour in case ...Kris De Gussem2012-01-011-13/+27
* Item properties dialog:Kris De Gussem2011-12-311-10/+46
* C++ification of item properties dialogKris De Gussem2011-12-301-38/+41
* Dropped unused SPAttributeWidgetKris De Gussem2011-12-171-152/+0
* fix compiler warningsKris De Gussem2011-12-171-4/+4
* - SPAttributeWidget and SPAttributeTable C++ifiedKris De Gussem2011-12-161-577/+260
|\
| * - Dropped deprecated sp_window_newKris De Gussem2011-12-151-29/+20
| * SPAttributeTable C++ifiedKris De Gussem2011-12-111-333/+218
| * SPAttributeWidget C++ifiedKris De Gussem2011-12-111-232/+85
|/
* cppcheckKris De Gussem2011-12-041-38/+19
* Documentation update pass.Jon A. Cruz2011-10-231-4/+0
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-2/+2
* GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-021-11/+5
* Switch to GObjectAlex Valavanis2011-06-241-2/+2
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-2/+1
* Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-11/+9
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-4/+7
|\
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-2/+2
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
|/
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-0/+790