summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-attribute-widget.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-4/+6
| | | | A lot of header clean-up.
* 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
|\ | | | | (bzr r15038)
| * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-26/+1
| | | | | | (bzr r15023.2.7)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-4/+0
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+4
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-4/+0
|/ | | (bzr r15025)
* Fixed logic error confusing bitwise and with logical and.Jon A. Cruz2013-04-291-2/+2
| | | | | Whitespace cleanup to make the issue easier to spot. (bzr r12311)
* minor cppcheck stuffKris De Gussem2013-04-281-3/+1
| | | (bzr r12307)
* Further migration to Gtk::GridAlex Valavanis2013-03-121-5/+39
| | | (bzr r12196)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-0/+2
| | | (bzr r11030)
* cppcheck: null pointer dereference fixKris De Gussem2012-02-211-1/+1
| | | (bzr r11007)
* Header cleaningAlex Valavanis2012-02-121-0/+2
| | | (bzr r10963)
* Update and documentation of sp-attribute-widgetKris De Gussem2012-01-191-204/+77
| | | (bzr r10909)
* Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-081-7/+2
| | | (bzr r10860)
* documentation of item properties dialog and SPAttributeTableKris De Gussem2012-01-031-7/+83
| | | | | header stuff (bzr r10831)
* Item and image properties dialog update: restoring correct behaviour in case ↵Kris De Gussem2012-01-011-13/+27
| | | | | of deleting an object (bzr r10815)
* Item properties dialog:Kris De Gussem2011-12-311-10/+46
| | | | | | - commenting out function that is (currently?) not used - some more resource saving (bzr r10810)
* C++ification of item properties dialogKris De Gussem2011-12-301-38/+41
| | | (bzr r10805)
* Dropped unused SPAttributeWidgetKris De Gussem2011-12-171-152/+0
| | | (bzr r10778)
* fix compiler warningsKris De Gussem2011-12-171-4/+4
| | | (bzr r10777)
* - SPAttributeWidget and SPAttributeTable C++ifiedKris De Gussem2011-12-161-577/+260
|\ | | | | | | | | - fixed memory leak with item properties (old instances of item properties window were not destroyed) (bzr r10775)
| * - Dropped deprecated sp_window_newKris De Gussem2011-12-151-29/+20
| | | | | | | | | | - quick and dirty memory leak fix for item properties window (bzr r10766.1.5)
| * SPAttributeTable C++ifiedKris De Gussem2011-12-111-333/+218
| | | | | | (bzr r10766.1.3)
| * SPAttributeWidget C++ifiedKris De Gussem2011-12-111-232/+85
|/ | | (bzr r10766.1.2)
* cppcheckKris De Gussem2011-12-041-38/+19
| | | | | | - dropped unused variable - changed use of obsolute function 'alloca' (see http://stackoverflow.com/questions/1018853/why-is-alloca-not-considered-good-practice and http://linux.die.net/man/3/alloca). (bzr r10760)
* Documentation update pass.Jon A. Cruz2011-10-231-4/+0
| | | (bzr r10692)
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (bzr r10660)
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-2/+2
| | | (bzr r10407)
* GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-021-11/+5
| | | (bzr r10390.1.3)
* Switch to GObjectAlex Valavanis2011-06-241-2/+2
| | | (bzr r10350.1.3)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-11/+9
| | | (bzr r10060)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-4/+7
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-2/+2
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
|/ | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-0/+790
should be. Build libinkscape.a - should reduce link time. (bzr r7337)