summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-313-3/+3
| | | (bzr r11608.1.111)
* Further refactoring of EventContexts.Markus Engel2013-07-301-5/+5
| | | (bzr r11608.1.109)
* Merge from trunk (r12439).Markus Engel2013-07-255-6/+6
|\ | | | | (bzr r11608.1.108)
| * Fix spelling error in filenameKrzysztof Kosi??ski2013-07-235-6/+6
| | | | | | (bzr r12430)
* | Merged from trunk (r12419).Markus Engel2013-07-1429-565/+708
|\| | | | | (bzr r11608.1.107)
| * Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-016-12/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1)
| * cppcheckKris De Gussem2013-06-211-2/+4
| | | | | | (bzr r12382)
| * Fix for 1184408 : Additional zoom levels in zoom context menuJohn Smith2013-06-161-35/+78
| | | | | | (bzr r12378)
| * Revert Fix for 600285 : Zoom sliderJohn Smith2013-06-152-15/+7
| | | | | | (bzr r12377)
| * Use fixed inkscape icon for 'no-marker' instead of gtk theme iconMartin Owens2013-06-123-7/+10
| | | | | | (bzr r12371)
| * Use 'remove' instead of 'gtk-remove' for theme.Martin Owens2013-06-121-2/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1190072 (bzr r12369)
| * Change back to using NULL and fix windows theme error by checkingMartin Owens2013-06-111-5/+8
| | | | | | (bzr r12367)
| * Fix new bug with No-Marker having no icon, use Stock GTK::Remove icon for ↵Martin Owens2013-06-111-2/+5
| | | | | | | | | | No-Marker. (bzr r12364)
| * Change marker layout in stroke-widget so they are all on one line.Martin Owens2013-06-113-45/+8
| | | | | | (bzr r12363)
| * Remove use of separate array for scale values.Jon A. Cruz2013-06-091-34/+47
| | | | | | (bzr r12361)
| * Replace multiple copies of GTK2/GTK3 #ifdef code with single helper function.Jon A. Cruz2013-06-091-78/+52
| | | | | | (bzr r12360)
| * C++ conversion of parallel arrays to vector of class instances.Jon A. Cruz2013-06-071-89/+137
| | | | | | (bzr r12358)
| * Check for value in range before dereferencing.Jon A. Cruz2013-06-071-2/+5
| | | | | | (bzr r12357)
| * Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-077-0/+28
| | | | | | (bzr r12355)
| * Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-0614-0/+30
| | | | | | | | | | has it. (bzr r12353)
| * Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-0414-0/+25
| | | | | | | | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
| * Refactored internals to use a vector of structs instead of several parallel ↵Jon A. Cruz2013-05-181-95/+89
| | | | | | | | | | arrays. (bzr r12339)
| * Moved icc selector members to internal helper.Jon A. Cruz2013-05-132-288/+306
| | | | | | (bzr r12332)
| * Fixed logic error confusing bitwise and with logical and.Jon A. Cruz2013-04-292-4/+4
| | | | | | | | | | Whitespace cleanup to make the issue easier to spot. (bzr r12311)
| * Warning cleanup.Jon A. Cruz2013-04-282-6/+5
| | | | | | (bzr r12309)
| * minor cppcheck stuffKris De Gussem2013-04-286-18/+10
| | | | | | (bzr r12307)
* | Merged from trunk (r12305)Markus Engel2013-04-272-7/+15
|\| | | | | (bzr r11608.1.106)
| * Fix for 600285 : Zoom sliderJohn Smith2013-04-212-7/+15
| | | | | | (bzr r12294)
* | Removed some unused files; more refactoring in EventContext tree.Markus Engel2013-04-211-1/+4
| | | | | | (bzr r11608.1.104)
* | Cleaned up a bit.Markus Engel2013-04-211-1/+2
| | | | | | (bzr r11608.1.102)
* | Merging of EventContext classes complete.Markus Engel2013-04-201-2/+2
| | | | | | (bzr r11608.1.98)
* | Further changes to EventContexts; they work without GObjectMarkus Engel2013-04-201-47/+49
| | | | | | (bzr r11608.1.97)
* | Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel2013-04-052-3/+2
| | | | | | (bzr r11608.1.82)
* | Replaced all casting macros with glib-independent ones.Markus Engel2013-04-011-1/+2
| | | | | | (bzr r11608.1.64)
* | Turned all functions concerning SPRect into member functions.Markus Engel2013-03-301-11/+10
|/ | | (bzr r11608.1.60)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-2522-46/+23
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Fixed uninitialized variables & misc warnings.Jon A. Cruz2013-03-251-1/+1
| | | (bzr r12241)
* Use subclass of RadioButton rather than setting gobject data in Stroke Style ↵Alex Valavanis2013-03-232-65/+120
| | | | | dialog: fixes cast-align issue. (bzr r12233)
* Fix remaining forward declaration tags (except for unavoidable internal ↵Alex Valavanis2013-03-152-5/+3
| | | | | errors in Gtkmm headers) (bzr r12208)
* Fix another load of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12205)
* Fix another tonne of forward declaration tagsAlex Valavanis2013-03-144-4/+4
| | | (bzr r12204)
* Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis2013-03-1420-20/+20
| | | | | forward declarations (bzr r12203)
* Further migration to Gtk::GridAlex Valavanis2013-03-122-8/+55
| | | (bzr r12196)
* Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPickerAlex Valavanis2013-03-091-0/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1094504 (bzr r12185)
* Drop dead Inkboard code. Config flag no longer existsAlex Valavanis2013-03-041-5/+0
| | | (bzr r12173)
* Convert font-selector, text-edit, glyphs to use updated font-lister (use ↵Tavmjong Bah2013-03-013-161/+125
| | | | | fontspec rather than font). (bzr r12164)
* Fix for font-family scrolling in text-tool tool-controls (bug 1122553).Tavmjong Bah2013-02-241-10/+19
| | | (bzr r12149)
* Fix missing headers for Gtk+ 3 buildAlex Valavanis2013-02-231-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122816 (bzr r12145)
* Null pointer check (should fix Bug #966441 )Kris De Gussem2013-02-231-0/+4
| | | (bzr r12141)
* Remove unused variables. Change default preview font size.Tavmjong Bah2013-02-231-8/+1
| | | (bzr r12140)