summaryrefslogtreecommitdiffstats
path: root/src/widgets/icon.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-06-29Remove old icon handling codeAlexander Valavanis1-1651/+0
2017-06-28Refactor profile directory use and promote IO::Resource get_path and ↵Martin Owens1-4/+6
get_filename methods
2017-01-25[Bug #1537497] Icon preview doesn't render background.tghs1-0/+14
Fixed bugs: - https://launchpad.net/bugs/1537497 (bzr r15446)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+2
(bzr r15034)
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-51/+0
(bzr r15023.2.8)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+5
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+0
(bzr r15025)
2016-05-04Fix rendering of tool bar icons.Tavmjong Bah1-2/+6
(bzr r14869.1.2)
2016-05-03Remove some GTK3 warnings.Tavmjong Bah1-18/+24
(bzr r14869.1.1)
2016-04-13icon: Fix deprecated gtk_widget_get_requisition() #Hackfest2016Alex Valavanis1-0/+6
(bzr r14839)
2016-04-12Add option for larger icons (useful for 4K display).Tavmjong Bah1-0/+8
(bzr r14789)
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis1-4/+0
ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
2014-08-23icon: gtk_widget_get_state deprecation fixAlex Valavanis1-0/+4
(bzr r13341.1.162)
2014-06-26Convert accidental member accesses into static function accessesLiam P. White1-1/+1
(bzr r13341.5.7)
2014-06-264. further refactor Application class; create proper singleton, encapsulate ↵Liam P. White1-2/+2
members, simplify signals (bzr r13341.5.6)
2014-06-251. make it compileLiam P. White1-1/+1
(bzr r13341.5.1)
2014-02-08DrawingContext: change variable names ct to dc (bug #1272073)David Mathog1-2/+2
Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009)
2014-01-20cppcheck stuffKris De Gussem1-2/+2
(bzr r12963)
2014-01-02fix pointer initialization ( "0" --> "NULL")Johan B. C. Engelen1-12/+12
(bzr r12871)
2014-01-02try to improve some error-prone piece of code (icon name related)Johan B. C. Engelen1-8/+9
(bzr r12870)
2014-01-02fix Windows build (constness)Johan B. C. Engelen1-3/+3
(bzr r12869)
2014-01-02Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis1-39/+14
(bzr r12868)
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-1/+2
(bzr r12475.1.2)
2013-06-12Use fixed inkscape icon for 'no-marker' instead of gtk theme iconMartin Owens1-0/+7
(bzr r12371)
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz1-0/+2
has it. (bzr r12353)
2013-06-04Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz1-0/+2
versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
2013-04-26update iconsJabier Arraiza Cenoz1-0/+1
(bzr r11950.1.108)
2013-02-23Fix missing headers for Gtk+ 3 buildAlex Valavanis1-0/+1
Fixed bugs: - https://launchpad.net/bugs/1122816 (bzr r12145)
2013-01-26More GObject boilerplate reductionAlex Valavanis1-34/+10
(bzr r12065)
2013-01-11Warning and dead code cleanup.Jon A. Cruz1-1/+1
(bzr r12014)
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis1-11/+8
christmas\!) (bzr r11986)
2012-11-26Drop support for Glib < 2.28Alex Valavanis1-9/+0
(bzr r11908)
2012-11-11Replace remaining C-style pointer casts for src/widgetsAlex Valavanis1-1/+1
(bzr r11868)
2012-06-24Migrate some widgets to GtkStyleContextAlex Valavanis1-0/+8
(bzr r11513)
2012-05-09GTK+3 drawing of iconsAlex Valavanis1-51/+61
(bzr r11352)
2012-04-17Work around for some missing glibmm headers in gtkmm (should be fixed in ↵Alex Valavanis1-0/+28
gtkmm 3.4) (bzr r11261)
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-1/+1
(bzr r11030)
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-1/+2
(bzr r10940)
2012-01-14icon.cpp GSEAL fixesAlex Valavanis1-6/+13
(bzr r10883)
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-2/+1
using them more obvious. Fix filter region computation. (bzr r10582.1.1)
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-25/+24
methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-18/+10
(bzr r10347.1.21)
2011-07-22Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski1-34/+32
with wrappers which keep some extra information about the surface, amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect. Should simplify implementing filter primitive subregions. (bzr r10347.1.17)
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-4/+6
(bzr r10461)
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-0/+1
(bzr r10347.1.2)
2011-06-15Clean up deprecated GTK_WIDGET APIAlex Valavanis1-5/+5
(bzr r10302.1.2)
2011-02-21Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz1-1/+1
(bzr r10064)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-3/+3
(bzr r10025)
2010-12-21Handle missing, inaccessible and misnamed cache directories.Jon A. Cruz1-26/+38
(bzr r9974)