summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash caused by my previous commit; as reported by ~suv in bug lp:212768Diederik van Lierop2011-07-111-7/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/212768 (bzr r10443)
* Clean up more whiteboard stuff and fix header name in fileJosh Andler2011-07-113-366/+1
| | | (bzr r10441)
* Drop some unused gdl files that cause build failure on WindowsAlex Valavanis2011-07-115-1961/+0
| | | (bzr r10440)
* Merge from trunk.Jon A. Cruz2011-07-1011-140/+350
|\ | | | | (bzr r10439)
| * Selector's toolbar: changing the dimensions of the visual bounding box of ↵Diederik van Lierop2011-07-106-66/+260
| | | | | | | | | | | | | | | | | | selection of multiple objects having different stroke widths has been fixed (bug #212768, #190557, ...) Fixed bugs: - https://launchpad.net/bugs/212768 - https://launchpad.net/bugs/190557 (bzr r10437.1.5)
| * i18n. Adding new GCode Tool extensions (see Bug #731177).Nicolas Dufour2011-07-101-6/+6
| | | | | | | | | | | | i18n. Fix typo in the ABC custom predefined filters (see Bug #806055). Translations. inkscape.pot and fr.po update. (bzr r10437.1.3)
| * Remove --export-dynamic linker flagAlex Valavanis2011-07-101-5/+1
| |\ | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10437.1.2)
| | * Remove --export-dynamic linker flagAlex Valavanis2011-07-101-5/+1
| | | | | | | | | (bzr r10430.1.1)
| * | Allow em and ex as units on font-size.Tavmjong Bah2011-07-103-63/+83
| | | | | | | | | (bzr r10437.1.1)
* | | Update for non-LCMS builds.Jon A. Cruz2011-07-101-0/+2
|/ / | | | | (bzr r10438)
* | Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz2011-07-1013-113/+124
| | | | | | (bzr r10437)
* | Merge upstream GDL: GNOME_2_30_0Alex Valavanis2011-07-1024-1190/+861
| | | | | | (bzr r10436)
* | Merge upstream GDL 2.26.0 changesAlex Valavanis2011-07-097-88/+283
| | | | | | (bzr r10435)
* | Merge upstream GDL 2.24.0 changesAlex Valavanis2011-07-0913-2568/+0
| | | | | | (bzr r10434)
* | Merge upstream GDL 2.23.90 changesAlex Valavanis2011-07-097-25/+40
| | | | | | (bzr r10433)
* | Merge upstream GDL 0.7.10 changesAlex Valavanis2011-07-091-2/+4
| | | | | | (bzr r10432)
* | Merge upstream GDL 0.7.9 changesAlex Valavanis2011-07-092-2/+3
|/ | | (bzr r10431)
* Merge upstream GDL 0.7.8 changesAlex Valavanis2011-07-0930-32/+5031
| | | (bzr r10430)
* Next step in refactoring color management. More to come.Jon A. Cruz2011-07-0914-37/+195
| | | (bzr r10429)
* auto-maximize the inkscape extension error dialog so that it is easier to ↵Felipe Corr??a da Silva Sanches2011-07-081-0/+1
| | | | | read the error log (bzr r10427)
* fix for building without LCMSCampbell Barton2011-07-082-2/+6
| | | (bzr r10425)
* Fix regression in swatch display (LP #804930).Krzysztof Kosi??ski2011-07-061-5/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/804930 (bzr r10423)
* Fix outline mode for text objects (LP #802354).Krzysztof Kosi??ski2011-07-061-7/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/802354 (bzr r10422)
* Fix mixed up colors when exporting images with bitmaps to PDF and otherKrzysztof Kosi??ski2011-07-063-69/+14
| | | | | | | | Cairo formats. Fixes LP #804311 Fixed bugs: - https://launchpad.net/bugs/804311 (bzr r10421)
* Refactoring color profile to bring more internal. Help to prep for optional ↵Jon A. Cruz2011-07-068-160/+213
| | | | | lcms2 support. (bzr r10420)
* Text edit dialog: Apply button should grab default only after adding to windowAlex Valavanis2011-07-051-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/805644 (bzr r10419)
* Fix build and clean makefileJosh Andler2011-07-051-2/+0
| | | (bzr r10418)
* Gcodetools have been upgraded to v. 1.7.Nick Drobchenko2011-07-057-683/+683
| | | (bzr r10417)
* GTK+ cleanup: gtk_timeout_removeAlex Valavanis2011-07-031-1/+1
| | | (bzr r10413)
* GTK+ cleanup: gtk_timeout_addAlex Valavanis2011-07-033-3/+3
| | | (bzr r10412)
* GTK+ cleanup: gtk_object_sinkAlex Valavanis2011-07-035-15/+10
| | | (bzr r10411)
* GTK+ cleanup: gtk_box_pack_start_defaultsAlex Valavanis2011-07-031-2/+2
| | | (bzr r10410)
* GTK+ cleanup: gtk_action_connect_proxyAlex Valavanis2011-07-032-2/+2
| | | (bzr r10409)
* GTK+ cleanup: gtk_widget_refAlex Valavanis2011-07-031-8/+1
| | | (bzr r10408)
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-0329-53/+35
| | | (bzr r10407)
* GTK+ cleanup: gtk_object_setAlex Valavanis2011-07-022-12/+12
| | | (bzr r10405)
* Fix problem with merged code where a pointer to a plain C GTK+ object was ↵Jon A. Cruz2011-07-021-4/+3
| | | | | | | | cast to a pointer to a C++ gtkmm object. Fixes bug 804243. Fixed bugs: - https://launchpad.net/bugs/804243 (bzr r10404)
* Be accurate when changing width/height in the toolbar, in case geometric ↵Diederik van Lierop2011-07-021-1/+8
| | | | | bounding boxes are used (bzr r10403)
* GTK+ cleanup: gtk_type_newAlex Valavanis2011-07-021-1/+1
| | | (bzr r10402)
* GTK+ cleanup: gtk_type_newAlex Valavanis2011-07-0218-49/+28
|\ | | | | (bzr r10401)
| * GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-0218-49/+28
| | | | | | (bzr r10390.1.3)
* | Removed outdated and undesired "I'm in this cpp, so change your behavior" ↵Jon A. Cruz2011-07-027-14/+0
| | | | | | | | | | macros. (bzr r10400)
* | Applying patch from Campbell Barton to help building on other than gcc.Jon A. Cruz2011-07-024-20/+25
| | | | | | (bzr r10399)
* | compatibility for building with clang, this failed for 2 reasons.Campbell Barton2011-07-021-3/+4
| | | | | | | | | | | | | | | | - redefining the variable 'i' - the comparison between iterators didn't work. double checked this is the only use of shadowed 'i' so this has no functional changes. (bzr r10398)
* | added missing headerCampbell Barton2011-07-0214-1/+33
| | | | | | (bzr r10397)
* | Migrate clonetiler to GtkComboBoxAlex Valavanis2011-07-011-25/+33
|\| | | | | (bzr r10396)
| * Migrate clonetiler to GtkComboBoxAlex Valavanis2011-07-011-25/+33
| | | | | | (bzr r10390.1.2)
* | Remove some deprecated Gtk+ headersAlex Valavanis2011-07-011-7/+0
| | | | | | (bzr r10395)
* | Gradient context: Don't try to snap when no gradient will be drawn (i.e. ↵Diederik van Lierop2011-07-011-5/+7
| | | | | | | | | | when no item has been selected) (bzr r10394)
* | Give a chance to a shape to have an up to date curve before approximating it ↵Gellule Xg2011-07-011-0/+1
| | | | | | | | | | | | | | | | with points. Fixes connector bug #640985. Fixed bugs: - https://launchpad.net/bugs/640985 (bzr r10393)