summaryrefslogtreecommitdiffstats
path: root/src/widgets/icon.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* [Bug #1537497] Icon preview doesn't render background.tghs2017-01-251-0/+14
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-51/+0
|\
| * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-51/+0
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+2
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+5
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-5/+0
|/
* Fix rendering of tool bar icons.Tavmjong Bah2016-05-041-2/+6
* Remove some GTK3 warnings.Tavmjong Bah2016-05-031-18/+24
* icon: Fix deprecated gtk_widget_get_requisition() #Hackfest2016Alex Valavanis2016-04-131-0/+6
* Add option for larger icons (useful for 4K display).Tavmjong Bah2016-04-121-0/+8
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis2015-04-271-4/+0
* Update to experimental r13527Liam P. White2014-08-301-0/+4
|\
| * icon: gtk_widget_get_state deprecation fixAlex Valavanis2014-08-231-0/+4
* | Convert accidental member accesses into static function accessesLiam P. White2014-06-261-1/+1
* | 4. further refactor Application class; create proper singleton, encapsulate m...Liam P. White2014-06-261-2/+2
* | 1. make it compileLiam P. White2014-06-251-1/+1
|/
* update to trunkJabier Arraiza Cenoz2014-02-081-2/+2
|\
| * DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-2/+2
* | update to trunkJabier Arraiza Cenoz2014-01-271-2/+2
|\|
| * cppcheck stuffKris De Gussem2014-01-201-2/+2
* | update to trunkJabier Arraiza Cenoz2014-01-091-61/+37
|\|
| * fix pointer initialization ( "0" --> "NULL")Johan B. C. Engelen2014-01-021-12/+12
| * try to improve some error-prone piece of code (icon name related)Johan B. C. Engelen2014-01-021-8/+9
| * fix Windows build (constness)Johan B. C. Engelen2014-01-021-3/+3
| * Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-021-39/+14
* | Update to trunkJabier Arraiza Cenoz2013-09-201-1/+2
|\|
| * Added viewBox implement document unit support.Matthew Petroff2013-08-271-1/+2
* | Upadate to trunkJabier Arraiza Cenoz2013-07-041-0/+11
|\|
| * Use fixed inkscape icon for 'no-marker' instead of gtk theme iconMartin Owens2013-06-121-0/+7
| * Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz2013-06-061-0/+2
| * Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz2013-06-041-0/+2
* | update iconsJabier Arraiza Cenoz2013-04-261-0/+1
|/
* Fix missing headers for Gtk+ 3 buildAlex Valavanis2013-02-231-0/+1
* More GObject boilerplate reductionAlex Valavanis2013-01-261-34/+10
* Warning and dead code cleanup.Jon A. Cruz2013-01-111-1/+1
* Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis2012-12-251-11/+8
* Drop support for Glib < 2.28Alex Valavanis2012-11-261-9/+0
* Replace remaining C-style pointer casts for src/widgetsAlex Valavanis2012-11-111-1/+1
* Migrate some widgets to GtkStyleContextAlex Valavanis2012-06-241-0/+8
* GTK+3 drawing of iconsAlex Valavanis2012-05-091-51/+61
* Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...Alex Valavanis2012-04-171-0/+28
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-1/+1
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+2
* icon.cpp GSEAL fixesAlex Valavanis2012-01-141-6/+13
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-2/+1
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-25/+24
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-18/+10
* Merge from trunkKrzysztof Kosi??ski2011-07-251-4/+6
|\
| * Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-4/+6