summaryrefslogtreecommitdiffstats
path: root/src/widgets/icon.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* icon: gtk_widget_get_state deprecation fixAlex Valavanis2014-08-231-0/+4
| | | (bzr r13341.1.162)
* 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)
| * Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-4/+6
| | | | | | (bzr r10461)
* | Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-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)
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-0/+1
| | | (bzr r10347.1.2)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-5/+5
|\ | | | | (bzr r9508.1.89)
| * Clean up deprecated GTK_WIDGET APIAlex Valavanis2011-06-151-5/+5
| | | | | | (bzr r10302.1.2)
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-216/+428
|\| | | | | (bzr r9508.1.73)
| * Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-1/+1
| | | | | | (bzr r10064)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-3/+3
| | | | | | (bzr r10025)
| * Handle missing, inaccessible and misnamed cache directories.Jon A. Cruz2010-12-211-26/+38
| | | | | | (bzr r9974)
| * Unify stat type for older glib.Jon A. Cruz2010-12-211-0/+8
| | | | | | (bzr r9972)
| * Enable icon disk cache by default.Jon A. Cruz2010-12-211-1/+1
| | | | | | (bzr r9970)
| * Clear cached items when state is invalid.Jon A. Cruz2010-12-211-3/+145
| | | | | | (bzr r9955.1.12)
| * C++-ification.Jon A. Cruz2010-12-181-119/+125
| | | | | | (bzr r9955.1.8)
| * Fix other fallback icon lookup.Jon A. Cruz2010-12-181-12/+13
| | | | | | (bzr r9955.1.7)
| * Add missing include\.Jon A. Cruz2010-12-181-0/+1
| | | | | | (bzr r9955.1.6)
| * Fix fallback icon loading order for icons with legacy names.Jon A. Cruz2010-12-181-91/+70
| | | | | | (bzr r9955.1.5)