summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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)
| * | | Implement decent snapping to text (baseline & anchor), and provide a toggle ↵Diederik van Lierop2011-06-3016-152/+253
| |/ / | | | | | | | | | | | | button for this (as requested in LP bug #727281 ) (bzr r10392)
| * | Minimise GTK version changes in text-edit dialogAlex Valavanis2011-06-301-34/+6
| | | | | | | | | (bzr r10390.1.1)
| * | Corrected gdl pointer type errorAlex Valavanis2011-06-291-1/+2
| |\ \ | | | | | | | | (bzr r10390)
| | * | Corrected gdl pointer type errorAlex Valavanis2011-06-291-2/+2
| | | | | | | | | | | | (bzr r10350.1.11)
| * | | Filters. Typos in the recently modified and added filters.Nicolas Dufour2011-06-292-8/+8
| | | | | | | | | | | | | | | | | | | | Translations. POT files and French translation update. (bzr r10389)
| * | | Filters. New Edge detect custom filter and new options for the Drop shadow ↵Nicolas Dufour2011-06-293-20/+189
| | | | | | | | | | | | | | | | | | | | filter. (bzr r10388)
| * | | Fixed initialization issue plus a few warnings.Jon A. Cruz2011-06-296-6/+25
| | | | | | | | | | | | (bzr r10386)
| * | | 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-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | looks like a GTK/QUARTZ backend issue, without functionality loss. Fixed bugs: - https://launchpad.net/bugs/487144 (bzr r10381.2.1)
| * | | 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)
| * | | 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)
| * | | 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)