summaryrefslogtreecommitdiffstats
path: root/src/widgets/icon.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove old icon handling codeAlexander Valavanis2017-06-291-1651/+0
|
* [Bug #1537497] Icon preview doesn't render background.tghs2017-01-251-0/+14
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1537497 (bzr r15446)
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-51/+0
|\ | | | | (bzr r15038)
| * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-51/+0
| | | | | | (bzr r15023.2.8)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+2
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+5
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-5/+0
|/ | | (bzr r15025)
* Fix rendering of tool bar icons.Tavmjong Bah2016-05-041-2/+6
| | | (bzr r14869.1.2)
* Remove some GTK3 warnings.Tavmjong Bah2016-05-031-18/+24
| | | (bzr r14869.1.1)
* icon: Fix deprecated gtk_widget_get_requisition() #Hackfest2016Alex Valavanis2016-04-131-0/+6
| | | (bzr r14839)
* Add option for larger icons (useful for 4K display).Tavmjong Bah2016-04-121-0/+8
| | | (bzr r14789)
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* Update to experimental r13527Liam P. White2014-08-301-0/+4
|\ | | | | (bzr r13341.5.15)
| * icon: gtk_widget_get_state deprecation fixAlex Valavanis2014-08-231-0/+4
| | | | | | (bzr r13341.1.162)
* | Convert accidental member accesses into static function accessesLiam P. White2014-06-261-1/+1
| | | | | | (bzr r13341.5.7)
* | 4. further refactor Application class; create proper singleton, encapsulate ↵Liam P. White2014-06-261-2/+2
| | | | | | | | | | members, simplify signals (bzr r13341.5.6)
* | 1. make it compileLiam P. White2014-06-251-1/+1
|/ | | (bzr r13341.5.1)
* update to trunkJabier Arraiza Cenoz2014-02-081-2/+2
|\ | | | | (bzr r11950.1.250)
| * DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-2/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009)
* | update to trunkJabier Arraiza Cenoz2014-01-271-2/+2
|\| | | | | (bzr r11950.1.237)
| * cppcheck stuffKris De Gussem2014-01-201-2/+2
| | | | | | (bzr r12963)
* | update to trunkJabier Arraiza Cenoz2014-01-091-61/+37
|\| | | | | (bzr r11950.1.233)
| * fix pointer initialization ( "0" --> "NULL")Johan B. C. Engelen2014-01-021-12/+12
| | | | | | (bzr r12871)
| * try to improve some error-prone piece of code (icon name related)Johan B. C. Engelen2014-01-021-8/+9
| | | | | | (bzr r12870)
| * fix Windows build (constness)Johan B. C. Engelen2014-01-021-3/+3
| | | | | | (bzr r12869)
| * Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-021-39/+14
| | | | | | (bzr r12868)
* | Update to trunkJabier Arraiza Cenoz2013-09-201-1/+2
|\| | | | | (bzr r11950.1.146)
| * Added viewBox implement document unit support.Matthew Petroff2013-08-271-1/+2
| | | | | | (bzr r12475.1.2)
* | Upadate to trunkJabier Arraiza Cenoz2013-07-041-0/+11
|\| | | | | (bzr r11950.1.122)
| * Use fixed inkscape icon for 'no-marker' instead of gtk theme iconMartin Owens2013-06-121-0/+7
| | | | | | (bzr r12371)
| * Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | | | | | | has it. (bzr r12353)
| * Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* | update iconsJabier Arraiza Cenoz2013-04-261-0/+1
|/ | | (bzr r11950.1.108)
* Fix missing headers for Gtk+ 3 buildAlex Valavanis2013-02-231-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122816 (bzr r12145)
* More GObject boilerplate reductionAlex Valavanis2013-01-261-34/+10
| | | (bzr r12065)
* Warning and dead code cleanup.Jon A. Cruz2013-01-111-1/+1
| | | (bzr r12014)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-11/+8
| | | | | christmas\!) (bzr r11986)
* Drop support for Glib < 2.28Alex Valavanis2012-11-261-9/+0
| | | (bzr r11908)
* Replace remaining C-style pointer casts for src/widgetsAlex Valavanis2012-11-111-1/+1
| | | (bzr r11868)
* Migrate some widgets to GtkStyleContextAlex Valavanis2012-06-241-0/+8
| | | (bzr r11513)
* GTK+3 drawing of iconsAlex Valavanis2012-05-091-51/+61
| | | (bzr r11352)
* Work around for some missing glibmm headers in gtkmm (should be fixed in ↵Alex Valavanis2012-04-171-0/+28
| | | | | gtkmm 3.4) (bzr r11261)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-1/+1
| | | (bzr r11030)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+2
| | | (bzr r10940)
* icon.cpp GSEAL fixesAlex Valavanis2012-01-141-6/+13
| | | (bzr r10883)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-2/+1
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-25/+24
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-18/+10
| | | (bzr r10347.1.21)
* Merge from trunkKrzysztof Kosi??ski2011-07-251-4/+6
|\ | | | | (bzr r10347.1.18)