summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | Translations. Ukrainian translation update by Yuri Chornoivan.Nicolas Dufour2013-02-101-1088/+1128
* | | | | | | | | | | | | | | | | | | | | | | | | Attempt to speed up font-family handling be freezing/thawing Gtk::ListStore w...Tavmjong Bah2013-02-101-1/+7
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Use update_font_list() in font-lister.cpp. Remove equivalent code in text-too...Tavmjong Bah2013-02-092-95/+7
* | | | | | | | | | | | | | | | | | | | | | | | Add function to add document font-family entries to store.Tavmjong Bah2013-02-092-24/+165
* | | | | | | | | | | | | | | | | | | | | | | | partially reverted previous commitKris De Gussem2013-02-096-1/+5714
* | | | | | | | | | | | | | | | | | | | | | | | removed some unused filesKris De Gussem2013-02-0810-6323/+1
* | | | | | | | | | | | | | | | | | | | | | | | cppcheck (should fix a.o. copy paste error in SVGAnimatedPreserveAspectRatio)Kris De Gussem2013-02-082-120/+128
* | | | | | | | | | | | | | | | | | | | | | | | Better rc matching for text-toolbar font-family drop-down separator. From Joh...Tavmjong Bah2013-02-081-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | Widen the separator in font-family drop-down so it is visible in more themes.Tavmjong Bah2013-02-071-1/+7
* | | | | | | | | | | | | | | | | | | | | | | | Add separator between fonts in document and fonts on sytem in font-family dro...Tavmjong Bah2013-02-073-10/+59
* | | | | | | | | | | | | | | | | | | | | | | | Add fonts (and font-lists) used in document to top of Text tool-bar font-fami...Tavmjong Bah2013-02-064-30/+224
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Supress Pango error message.Tavmjong Bah2013-02-051-1/+3
* | | | | | | | | | | | | | | | | | | | | | | Win32. Fixing Glib and GTKmm deprecations.Nicolas Dufour2013-02-052-1/+25
* | | | | | | | | | | | | | | | | | | | | | | Second try at getting text toolbar properly initialized when there is no pref...Tavmjong Bah2013-02-051-8/+7
* | | | | | | | | | | | | | | | | | | | | | | Build. Adding test for external GDL build (--enable-gtk3-experimental option).Nicolas Dufour2013-02-051-0/+5
* | | | | | | | | | | | | | | | | | | | | | | Only set up text-tool bar if has actually been created. Ensures proper initia...Tavmjong Bah2013-02-041-0/+7
* | | | | | | | | | | | | | | | | | | | | | | Add explicit configure.ac check for pangoft2Alex Valavanis2013-02-041-2/+2
* | | | | | | | | | | | | | | | | | | | | | | Better fix for 1114243, crash on launch with default prefs from stableTavmjong Bah2013-02-041-17/+16
* | | | | | | | | | | | | | | | | | | | | | | Fix for 1002757 : Regressions with new default font 'sans-serif' - fix mapJohn Smith2013-02-041-5/+5
* | | | | | | | | | | | | | | | | | | | | | | add todo comment for fixing fontstyle fall-back behaviourJohan B. C. Engelen2013-02-031-0/+2
* | | | | | | | | | | | | | | | | | | | | | | fix crashJohan B. C. Engelen2013-02-032-1/+5
* | | | | | | | | | | | | | | | | | | | | | | Allow simple font style changes even if first font-family in font list is not...Tavmjong Bah2013-02-021-14/+39
* | | | | | | | | | | | | | | | | | | | | | | cppcheckKris De Gussem2013-02-029-60/+113
* | | | | | | | | | | | | | | | | | | | | | | Win32. Adding libcdr (Corel Draw) support.Nicolas Dufour2013-02-021-13/+21
* | | | | | | | | | | | | | | | | | | | | | | Text-Toolbar font-family entry-box warning-icon tooltip now includes list of ...Tavmjong Bah2013-02-021-29/+38
* | | | | | | | | | | | | | | | | | | | | | | Fix for 1002757 : Regressions with new default font 'sans-serif'John Smith2013-02-026-12/+45
* | | | | | | | | | | | | | | | | | | | | | | Fix for 1091582 : Problem with key release when pressing space with cursor of...John Smith2013-02-021-4/+5
* | | | | | | | | | | | | | | | | | | | | | | Add internal support for CorelDRAW files (import), based on libcdrFridrich Strba2013-02-0112-19/+441
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | libcdr, libvisio: fix compiler warnings (comparison between signed and unsign...su_v2013-02-012-4/+4
| * | | | | | | | | | | | | | | | | | | | | | | Revert renaming in 'share/extensions/Makefile.am' toosu_v2013-02-011-4/+4
| * | | | | | | | | | | | | | | | | | | | | | | Revert change of file names of the UC-based input extensionssu_v2013-01-314-0/+0
| * | | | | | | | | | | | | | | | | | | | | | | libcdr: add remaining CorelDRAW formats (CDT, CCX, CMX) to internal supportsu_v2013-01-281-0/+39
| * | | | | | | | | | | | | | | | | | | | | | | libcdr: configure.ac - set earliest version to include CDRStringVector.h: 0.0.3su_v2013-01-251-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | libcdr: lower min version to 0.0.8, keep fallback input extensions for UC-bas...su_v2013-01-256-16/+34
| * | | | | | | | | | | | | | | | | | | | | | | Add support for libcdrsu_v2013-01-248-18/+383
* | | | | | | | | | | | | | | | | | | | | | | | Fix for Bug #1110397: Opacity of clipped group is ignored (regression)Ted Janeczko2013-02-011-2/+4
* | | | | | | | | | | | | | | | | | | | | | | | Fix for 1091582 : Problem when entering space in text after space tool toggling.John Smith2013-02-011-0/+1
* | | | | | | | | | | | | | | | | | | | | | | | Path::OutlineJoin. for inside join, simplify nodes only for obtuse angle (Bug...Alvin Penner2013-01-311-3/+7
* | | | | | | | | | | | | | | | | | | | | | | | Clean up Cairo rendering in a couple of widgetsAlex Valavanis2013-01-312-63/+25
* | | | | | | | | | | | | | | | | | | | | | | | Text toolbar will display style options for the first font in a font-family l...Tavmjong Bah2013-01-312-0/+9
* | | | | | | | | | | | | | | | | | | | | | | | Partial fix to allow change of style when the font-family is a font list.Tavmjong Bah2013-01-311-1/+6
* | | | | | | | | | | | | | | | | | | | | | | | Partial fix for bug 595432 "Clicking Arial Black selects Arial Bold"Tavmjong Bah2013-01-311-3/+12
* | | | | | | | | | | | | | | | | | | | | | | | Translation updateUwe Sch??ler2013-01-311-213/+220
* | | | | | | | | | | | | | | | | | | | | | | | Disconnect size_allocation signal handler before disposing desktop widgetAlex Valavanis2013-01-302-23/+29
* | | | | | | | | | | | | | | | | | | | | | | | code cleanup. don't use pointers when you don't have to. use const whereever ...Johan B. C. Engelen2013-01-305-38/+38
* | | | | | | | | | | | | | | | | | | | | | | | removing some more unused functionsKris De Gussem2013-01-304-124/+0
* | | | | | | | | | | | | | | | | | | | | | | | drop old, unused and error prone dxf2svg extensionKris De Gussem2013-01-3022-4001/+0
* | | | | | | | | | | | | | | | | | | | | | | | typoKris De Gussem2013-01-301-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | Filters. New Shadow only mode for the Drop shadow filter.Nicolas Dufour2013-01-303-452/+468
* | | | | | | | | | | | | | | | | | | | | | | | for Stroke to Path, change minimum stroke width from 0.01 to 0.032 (Bug 82042...Alvin Penner2013-01-291-2/+2