summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix crasherJohan B. C. Engelen2011-06-271-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/802212 (bzr r10375)
* Remove "using namespace" from libcola headers.Jon A. Cruz2011-06-276-89/+92
| | | (bzr r10374)
* LPE PowerStroke: add linecap (let's see how well this behaves, it has some ↵Johan B. C. Engelen2011-06-262-17/+86
| | | | | bugs/features) (bzr r10373)
* - Add a third group of snap sources/targets, called ¨others¨ (before we ↵Diederik van Lierop2011-06-2622-83/+119
| | | | | | | | had only ¨bounding box¨ and nodes (see bug #788178) - Fix the display of the snap source - Fix snapping of guides to other guides & grids (bzr r10372)
* Gtk cleanup: gtk_signal_connect_while_aliveAlex Valavanis2011-06-261-49/+61
|\ | | | | (bzr r10367)
| * Gtk cleanup: gtk_signal_connect_while_aliveAlex Valavanis2011-06-261-49/+61
| | | | | | (bzr r10350.1.9)
* | Whitespace cleanup.Jon A. Cruz2011-06-261-58/+71
| | | | | | (bzr r10366)
* | Gtk cleanup: gtk_object_get_dataAlex Valavanis2011-06-2615-162/+162
|\| | | | | (bzr r10365)
| * Gtk cleanup: gtk_object_get_dataAlex Valavanis2011-06-2615-162/+162
| | | | | | (bzr r10350.1.8)
* | Gtk cleanup: gtk_menu_appendAlex Valavanis2011-06-269-43/+43
|\| | | | | (bzr r10364)
| * Gtk cleanup: gtk_menu_appendAlex Valavanis2011-06-268-42/+42
| | | | | | (bzr r10350.1.7)
| * Gtk cleanup: GTK_WIDGET_HAS_FOCUSAlex Valavanis2011-06-251-1/+1
| | | | | | (bzr r10350.1.6)
* | Gtk cleanup: gtk_object_set_dataAlex Valavanis2011-06-2515-118/+118
|\| | | | | (bzr r10363)
| * Gtk cleanup: gtk_object_set_dataAlex Valavanis2011-06-2515-118/+118
| | | | | | (bzr r10350.1.5)
* | Gtk cleanup: GTK_WIDGET_IS_SENSITIVEAlex Valavanis2011-06-251-1/+1
|\| | | | | (bzr r10362)
| * Gtk cleanup: GTK_WIDGET_IS_SENSITIVEAlex Valavanis2011-06-251-1/+1
| | | | | | (bzr r10350.1.4)
* | Removed questionable operator altogether.Jon A. Cruz2011-06-251-2/+0
| | | | | | (bzr r10361)
* | Removed questionable cast.Jon A. Cruz2011-06-251-2/+1
| | | | | | (bzr r10360)
* | warning cleanup (no functional changes)Campbell Barton2011-06-259-22/+22
| | | | | | | | | | | | - enclose && / || with brackets to avoid ambiguity. - don't cast from booleans to pointers. (bzr r10359)
* | added a Modules cmake dir, only use for find_package, reference cmake ↵Campbell Barton2011-06-251-1/+3
| | | | | | | | | | include paths explicitly. (bzr r10358)
* | Removed outdated callback function.Jon A. Cruz2011-06-241-6/+0
| | | | | | (bzr r10356)
* | Document. Fix for bug #680347 (page margins can't be reset with single click ↵Nicolas Dufour2011-06-242-13/+20
|/ | | | | of Resize). (bzr r10355)
* Switch to GObjectAlex Valavanis2011-06-2464-208/+202
| | | (bzr r10350.1.3)
* Remove/replace deprecated gtk_window_set_policy symbolAlex Valavanis2011-06-234-7/+2
| | | (bzr r10350.1.2)
* Replace deprecated gtk_radio_button_group symbolAlex Valavanis2011-06-233-13/+13
| | | (bzr r10350.1.1)
* Filters. Fix for a crash introduced with revision 10313.Nicolas Dufour2011-06-231-6/+6
| | | (bzr r10349)
* update file listsCampbell Barton2011-06-242-5/+0
| | | (bzr r10348)
* Remove the dom/work directoryKrzysztof Kosi??ski2011-06-2333-19498/+0
| | | (bzr r10347)
* Completely remove InkboardKrzysztof Kosi??ski2011-06-23104-27757/+0
| | | (bzr r10346)
* Fix aliasing warnings in glib-list-iterators.h by adding G_GNUC_MAY_ALIASKrzysztof Kosi??ski2011-06-231-4/+4
| | | (bzr r10345)
* Remove dead GTK visual functionsAlex Valavanis2011-06-231-2/+0
| | | (bzr r10344)
* Adding a "Remove All Guides" option to the Edit menu.Felipe Corr??a da Silva Sanches2011-06-225-0/+28
| | | (bzr r10343)
* Position the 'Set' button to lower right corner of the object properties panel.Felipe Corr??a da Silva Sanches2011-06-221-9/+7
| | | | | | | | | | http://cuts.thinking-garment.com/262 ’Set’ button of the ‘Object Properties’ panel is placed high up, next to the ID text-entry box, suggesting it is applied only to the ID box. In reality, ‘Set’ button applies the changes for every text field. (bzr r10341)
* The label ‘Guides Around Page’ does not include a verb. ‘Guides Around ↵Felipe Corr??a da Silva Sanches2011-06-222-2/+2
| | | | | | | | | Page’ what? 'Create Guides Around the Page' :-D http://cuts.thinking-garment.com/144 (bzr r10340)
* Warning cleanup.Jon A. Cruz2011-06-2224-73/+73
| | | (bzr r10339)
* Revision 10333 introduced dependency on gtk version 2.24 which is currently ↵Felipe Corr??a da Silva Sanches2011-06-221-1/+50
| | | | | | | | | not available in my development system (Trisquel GNU/Linux 4.5.1 - released on May 25th, 2011) I have brought back the implementation that uses the 2.22 API and used GTK_CHECK_VERSION to keep both implementations, so that I can continue coding. The conditional and its #else block can be deleted in the future (bzr r10338)
* oops! I forgot to put "break;"s in my switch statement :-PFelipe Corr??a da Silva Sanches2011-06-221-0/+6
| | | (bzr r10337)
* get cmake working again.Campbell Barton2011-06-227-101/+9
| | | (bzr r10334)
* Replace deprecated GtkComboAlex Valavanis2011-06-221-12/+5
| | | (bzr r10331.1.1)
* * Fix text_extents calculation for canvas text items.Felipe Corr??a da Silva Sanches2011-06-213-15/+44
| | | | | | * Add anchor positioning options. * make measure tool length labels be perfectly centered in the measured linesegments (bzr r10331)
* fix bug 800052: improve measure tool readabilityFelipe Corr??a da Silva Sanches2011-06-213-12/+45
| | | | | | | https://bugs.launchpad.net/inkscape/+bug/800052 And also using text_extents for calculating area of rendering for the canvas_text labels (although I am not really sure this is correct. May require some extra work to get it right) (bzr r10329)
* address sissue with measure tool described here:Felipe Corr??a da Silva Sanches2011-06-211-1/+4
| | | | | https://bugs.launchpad.net/inkscape/+bug/796451/comments/2 (bzr r10328)
* refactoring measure tool codeFelipe Corr??a da Silva Sanches2011-06-211-19/+22
| | | (bzr r10327)
* Merge Cairo rendering branchKrzysztof Kosi??ski2011-06-20369-19602/+6849
|\ | | | | (bzr r10326)
| * Fix outline viewKrzysztof Kosi??ski2011-06-192-9/+8
| | | | | | (bzr r9508.1.90)
| * Merge from trunkKrzysztof Kosi??ski2011-06-19422-4058/+8022
| |\ | | | | | | (bzr r9508.1.89)
| * | Fix rendering of control pointsKrzysztof Kosi??ski2011-06-194-225/+273
| | | | | | | | | (bzr r9508.1.88)
| * | Fixed font problem on win32.Jasper van de Gronde2011-06-041-7/+13
| | | | | | | | | (bzr r9508.1.87)
| * | Update Makefile as necessary to build again on LinuxJosh Andler2011-04-152-4/+0
| | | | | | | | | (bzr r9508.1.83)
| * | No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde2011-04-1517-833/+51
| | | | | | | | | (bzr r9508.1.82)