summaryrefslogtreecommitdiffstats
path: root/src/widgets/icon.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-29Remove old icon handling codeAlexander Valavanis1-1651/+0
2017-06-28Refactor profile directory use and promote IO::Resource get_path and get_file...Martin Owens1-4/+6
2017-01-25[Bug #1537497] Icon preview doesn't render background.tghs1-0/+14
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+2
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-51/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+5
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+0
2016-05-04Fix rendering of tool bar icons.Tavmjong Bah1-2/+6
2016-05-03Remove some GTK3 warnings.Tavmjong Bah1-18/+24
2016-04-13icon: Fix deprecated gtk_widget_get_requisition() #Hackfest2016Alex Valavanis1-0/+6
2016-04-12Add option for larger icons (useful for 4K display).Tavmjong Bah1-0/+8
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis1-4/+0
2014-08-23icon: gtk_widget_get_state deprecation fixAlex Valavanis1-0/+4
2014-06-26Convert accidental member accesses into static function accessesLiam P. White1-1/+1
2014-06-264. further refactor Application class; create proper singleton, encapsulate m...Liam P. White1-2/+2
2014-06-251. make it compileLiam P. White1-1/+1
2014-02-08DrawingContext: change variable names ct to dc (bug #1272073)David Mathog1-2/+2
2014-01-20cppcheck stuffKris De Gussem1-2/+2
2014-01-02fix pointer initialization ( "0" --> "NULL")Johan B. C. Engelen1-12/+12
2014-01-02try to improve some error-prone piece of code (icon name related)Johan B. C. Engelen1-8/+9
2014-01-02fix Windows build (constness)Johan B. C. Engelen1-3/+3
2014-01-02Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis1-39/+14
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-1/+2
2013-06-12Use fixed inkscape icon for 'no-marker' instead of gtk theme iconMartin Owens1-0/+7
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz1-0/+2
2013-06-04Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz1-0/+2
2013-04-26update iconsJabier Arraiza Cenoz1-0/+1
2013-02-23Fix missing headers for Gtk+ 3 buildAlex Valavanis1-0/+1
2013-01-26More GObject boilerplate reductionAlex Valavanis1-34/+10
2013-01-11Warning and dead code cleanup.Jon A. Cruz1-1/+1
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis1-11/+8
2012-11-26Drop support for Glib < 2.28Alex Valavanis1-9/+0
2012-11-11Replace remaining C-style pointer casts for src/widgetsAlex Valavanis1-1/+1
2012-06-24Migrate some widgets to GtkStyleContextAlex Valavanis1-0/+8
2012-05-09GTK+3 drawing of iconsAlex Valavanis1-51/+61
2012-04-17Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...Alex Valavanis1-0/+28
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-1/+1
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-1/+2
2012-01-14icon.cpp GSEAL fixesAlex Valavanis1-6/+13
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-2/+1
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-25/+24
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-18/+10
2011-07-22Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski1-34/+32
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-4/+6
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-0/+1
2011-06-15Clean up deprecated GTK_WIDGET APIAlex Valavanis1-5/+5
2011-02-21Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz1-1/+1
2011-02-02update to latest 2geom !Johan B. C. Engelen1-3/+3
2010-12-21Handle missing, inaccessible and misnamed cache directories.Jon A. Cruz1-26/+38