summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | As the comment says testing for a float to be equal to zero is not safe, ↵Gellule Xg2011-06-291-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | hence the use of an ad-hoc epsilon instead. This was causing a crash with connectors where the size of the convex would change depending on calculation accuracy. This fixes part c) of bug #640985 (bzr r10384.1.1)
* | | | | Replaced a 'reshow_with_initial_size' by a simple 'resize', to address what ↵Gellule Xg2011-06-291-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | looks like a GTK/QUARTZ backend issue, without functionality loss. Fixed bugs: - https://launchpad.net/bugs/487144 (bzr r10384)
| * | | | | Replaced a 'reshow_with_initial_size' by a simple 'resize', to address what ↵Gellule Xg2011-06-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | looks like a GTK/QUARTZ backend issue, without functionality loss. Fixed bugs: - https://launchpad.net/bugs/487144 (bzr r10381.2.1)
* | | | | | Remove references to Xft from configure.acGellule Xg2011-06-291-55/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/791709 (bzr r10383)
| * | | | | | Remove references to Xft from configure.acGellule Xg2011-06-271-55/+0
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/791709 (bzr r10382.1.1)
* | | | | | Add -lX11 to INKSCAPE_LIBS only when gtk is compiled for X11 backend target.Gellule Xg2011-06-291-1/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/721424 (bzr r10382)
| * | | | | Add -lX11 to INKSCAPE_LIBS only when gtk is compiled for X11 backend target.Gellule Xg2011-06-271-1/+12
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/721424 (bzr r10381.1.1)
* | | | | If GTK is built with the QUARTZ backend, there is no need to expect DISPLAY ↵Gellule Xg2011-06-291-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | to be set to start the GUI version. (bzr r10381)
| * | | | | If GTK built with QUARTZ backend, no need to expect DISPLAY to be set to ↵Gellule Xg2011-06-281-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | start the GUI version. Fixed bugs: - https://launchpad.net/bugs/251982 (bzr r10380.1.1)
* | | | | Fixed missing initializers, mismatching function with too many parameters, ↵Jon A. Cruz2011-06-287-33/+89
| | | | | | | | | | | | | | | | | | | | | | | | | and misc warnings. (bzr r10380)
* | | | | Rm a few instances of deprecated GtkNotebookPage. gtkmm-2.4 still uses itAlex Valavanis2011-06-274-11/+8
|\| | | | | | | | | | | | | | (bzr r10379)
| * | | | Rm a few instances of deprecated GtkNotebookPage. gtkmm-2.4 still uses itAlex Valavanis2011-06-274-11/+8
| | | | | | | | | | | | | | | (bzr r10350.1.10)
* | | | | Extensions. Interpolate Path. use transform elements (Bug 518768)Alvin Penner2011-06-271-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/518768 (bzr r10378)
* | | | | The measurement tool now snaps tooDiederik van Lierop2011-06-271-6/+39
| | | | | | | | | | | | | | | (bzr r10377)
* | | | | Inkview. Fix for bug #771365 (Inkview rendering with incorrect scaling when ↵Nicolas Dufour2011-06-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | slide showing multiple files). (bzr r10376)
* | | | | 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)
* | | | | Documentation. Tutorials translation update.Nicolas Dufour2011-06-265-406/+407
| | | | | | | | | | | | | | | (bzr r10371)
* | | | | Extensions. Function Plotter. message if nothing selected (Bug 800552)Alvin Penner2011-06-261-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/800552 (bzr r10370)
* | | | | Documentation. Keys and mouse reference translations update.Nicolas Dufour2011-06-265-2524/+26364
| | | | | | | | | | | | | | | (bzr r10369)
* | | | | Documentation. New Japanese man page by Masato HASHIMOTO.Nicolas Dufour2011-06-262-1/+545
| | | | | | | | | | | | | | | (bzr r10368)
* | | | | 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-2513-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | include paths explicitly. (bzr r10358)
* | | | | cmake: added a patched FindGTK2 to include cairommconfig.hCampbell Barton2011-06-252-6/+600
| | | | | | | | | | | | | | | (bzr r10357)
* | | | | 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)
* | | | | Translations. Greek translation update by Dimitris Spingos (now 100%)Nicolas Dufour2011-06-241-3/+2
| | | | | | | | | | | | | | | (bzr r10354)
* | | | | Switch to GObjectAlex Valavanis2011-06-2464-208/+202
|\| | | | | | | | | | | | | | (bzr r10353)
| * | | | Switch to GObjectAlex Valavanis2011-06-2464-208/+202
| | | | | | | | | | | | | | | (bzr r10350.1.3)
* | | | | GTK cleaning: gtk_window_set_policyAlex Valavanis2011-06-234-7/+2
|\| | | | | | | | | | | | | | (bzr r10352)
| * | | | Remove/replace deprecated gtk_window_set_policy symbolAlex Valavanis2011-06-234-7/+2
| | | | | | | | | | | | | | | (bzr r10350.1.2)
* | | | | GTK cleaningAlex Valavanis2011-06-233-13/+13
|\| | | | | | | | | | | | | | (bzr r10351)
| * | | | Replace deprecated gtk_radio_button_group symbolAlex Valavanis2011-06-233-13/+13
|/ / / / | | | | | | | | (bzr r10350.1.1)
* | | | Translations. Greek translation update by Dimitris Spingos.Nicolas Dufour2011-06-231-21828/+13321
| | | | | | | | | | | | (bzr r10350)