| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Janitorial tasks: get rid of deprecated repr wrapper functions | Kris De Gussem | 2012-01-03 | 8 | -19/+19 |
| | | | | (bzr r10830) | ||||
| * | Fixed null-pointer ctor crashes. | Jon A. Cruz | 2012-01-03 | 1 | -2/+5 |
| | | | | (bzr r10828) | ||||
| * | More deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 2 | -10/+2 |
| | | | | (bzr r10827) | ||||
| * | Cleanup GSEAL issues and deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 1 | -10/+2 |
| | | | | (bzr r10826) | ||||
| * | Const correctness fixes that also correct bug #893146. | Jon A. Cruz | 2011-12-19 | 17 | -540/+642 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/893146 (bzr r10783) | ||||
| * | variable initialisation | Kris De Gussem | 2011-11-19 | 1 | -9/+6 |
| | | | | (bzr r10746) | ||||
| * | one constructor cannot call the other to initialize the object. See ↵ | Johan B. C. Engelen | 2011-10-28 | 2 | -5/+19 |
| | | | | | | C++faq-lite 10.3 (bzr r10699) | ||||
| * | fix initialization. add todo comment about gui-hidden not being used. | Johan B. C. Engelen | 2011-10-28 | 1 | -1/+3 |
| | | | | (bzr r10698) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2011-10-23 | 3 | -65/+80 |
| | | | | (bzr r10691) | ||||
| * | More forward.h purging. | Jon A. Cruz | 2011-10-04 | 4 | -4/+6 |
| | | | | (bzr r10665) | ||||
| * | Extensions. New "indent" attribute to add an indent level to extension elements. | Nicolas Dufour | 2011-08-06 | 14 | -74/+183 |
| | | | | | | Filters. Adding the new "indent" attribute to parameters groups. (bzr r10529) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -13/+0 |
| | | | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276) | ||||
| * | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 1 | -12/+11 |
| | | | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272) | ||||
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -1/+1 |
| | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| * | remove unnecessary includes. | Johan B. C. Engelen | 2011-04-16 | 1 | -4/+0 |
| | | | | (bzr r10174) | ||||
| * | extensions: use improved spinbutton with math expression evaluation | Johan B. C. Engelen | 2011-04-16 | 2 | -4/+4 |
| | | | | (bzr r10173) | ||||
| * | Extensions. Replacing the groupheader element with an appearance mode in the ↵ | Nicolas Dufour | 2011-03-25 | 5 | -135/+41 |
| | | | | | | description element. (bzr r10129) | ||||
| * | Filters. Posterize basic tweaks. Extensions. Int and Float adjustment ↵ | Nicolas Dufour | 2011-03-23 | 2 | -2/+2 |
| | | | | | | widgets adjustment. (bzr r10125) | ||||
| * | Extensions. Float and Int default mode set to minimal. Filters' mode changed ↵ | Nicolas Dufour | 2011-03-15 | 1 | -6/+6 |
| | | | | | | to full. (bzr r10106) | ||||
| * | Extensions. Warnings (introduced in recent float and int changes) cleanup. | Nicolas Dufour | 2011-03-14 | 2 | -2/+2 |
| | | | | (bzr r10105) | ||||
| * | Extensions. Slider in Float and Int extension widgets. | Nicolas Dufour | 2011-03-14 | 5 | -19/+89 |
| | | | | (bzr r10103) | ||||
| * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 1 | -1/+1 |
| | | | | (bzr r10067) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -3/+3 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| * | | Extensions. Notebooks now work with internal extensions. | Nicolas Dufour | 2010-12-03 | 4 | -3/+51 |
| | | | | | | | (bzr r9933) | ||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 5 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | | Extensions, i18n. Adding context to description, groupheader and radiobutton ↵ | Nicolas Dufour | 2010-10-09 | 5 | -7/+40 |
| | | | | | | | | | | | extension parameters. (bzr r9821) | ||||
| * | | Extensions. New context support in extensions (enum attribute only), should ↵ | Nicolas Dufour | 2010-10-02 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | | | fix Bug #585730 (Please split msgid Lines for ja translation). Fixed bugs: - https://launchpad.net/bugs/585730 (bzr r9809) | ||||
| * | | Extensions. Fix for bug #647744 ([inx] min/max float values ignored with ↵ | Nicolas Dufour | 2010-09-26 | 1 | -2/+2 |
| | | | | | | | | | | | locale using comma as decimal separator). (bzr r9791) | ||||
| * | | Extensions. General UI improvements (gnome HIG). New group header extension ↵ | Nicolas Dufour | 2010-09-07 | 7 | -7/+124 |
| |/ | | | | | parameter. (bzr r9748) | ||||
| * | Extensions. Use locale dependent string to float convertion for default ↵ | Nicolas Dufour | 2010-05-02 | 1 | -2/+2 |
| | | | | | | | | | values (Bug #571196). Fixed bugs: - https://launchpad.net/bugs/571196 (bzr r9391) | ||||
| * | Added wrappers for the "optiongroup" type that correspond to existing ↵ | Jon A. Cruz | 2010-03-18 | 2 | -0/+25 |
| | | | | | | "float", "enum" etc. wrappers. (bzr r9201) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 20 | -88/+88 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 10 | -50/+50 |
| | | | | (bzr r8408) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 10 | -38/+38 |
| | | | | (bzr r8407) | ||||
| * | Fix bug #168979 and clean up some pointer-to-ustring sillyness | Krzysztof Kosi??ski | 2009-02-26 | 1 | -33/+27 |
| | | | | (bzr r7377) | ||||
| * | Fix some console warning spam (most cannot be fixed, unfortunately) | Krzysztof Kosi??ski | 2009-02-09 | 2 | -2/+2 |
| | | | | (bzr r7257) | ||||
| * | Fixed small translation issue for extensions. | Marcin Floryan | 2009-02-05 | 2 | -6/+7 |
| | | | | (bzr r7233) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 12 | -83/+90 |
| | | | | (bzr r6885) | ||||
| * | release reprs properly | bulia byak | 2008-09-20 | 1 | -0/+2 |
| | | | | (bzr r6855) | ||||
| * | Refactored preferences handling into a new version of | Krzysztof Kosi??ski | 2008-09-16 | 5 | -22/+35 |
| | | | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823) | ||||
| * | Added an 'appearance' hint to .inx optiongroups to allow for dropdowns ↵ | Jon A. Cruz | 2008-05-24 | 3 | -31/+112 |
| | | | | | | instead of radio buttons. (bzr r5748) | ||||
| * | fix enums | bulia byak | 2008-05-09 | 1 | -2/+2 |
| | | | | (bzr r5639) | ||||
| * | Fixed some further issues with Internal extensions after the introduction of ↵ | Marcin Floryan | 2008-04-23 | 1 | -1/+1 |
| | | | | | | schema for INX files (the boolean values now spelled in lower case). This fixes an intermediate problem of Inkscape concerning its native SVG files as a loosy format. (bzr r5496) | ||||
| * | r19076@shi: ted | 2008-04-21 15:42:45 -0700 | Ted Gould | 2008-04-21 | 2 | -1/+7 |
| | | | | | | | | | | Core of having a real namespace for Inkscape extensions. r19077@shi: ted | 2008-04-21 15:50:12 -0700 First layer of adding NS r19078@shi: ted | 2008-04-21 15:56:03 -0700 Whew, doing the rest of them. (bzr r5483) | ||||
| * | Fixes Bug #216584 (Effects/Color/Replace color not accepting UC) and also ↵ | Marcin Floryan | 2008-04-15 | 3 | -1/+14 |
| | | | | | | implements max_length attribute for string parameters in inx files. (bzr r5450) | ||||
| * | process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES() | Aaron Spike | 2008-04-10 | 1 | -1/+1 |
| | | | | | | | | This more or less mimics what is being done by automake with the Makefile_insert files What we were doing before did not work because add_directories() isn't able to propagate variables upwards. (bzr r5397) | ||||
| * | Following this thread: ↵ | Marcin Floryan | 2008-04-09 | 1 | -3/+7 |
| | | | | | | http://www.nabble.com/Extension-parameters-td9064285.html#a9064285 cleaned up python webbrowser_* scripts by replacing with one generic launch_webbrowser.py. This required a bit of work with extensions to handle hidden GUI parameters better. URLs are now in the inkscape_help_*.inx files. (bzr r5390) | ||||
| * | cmake: move extension param files to their own CMakeLists.txt | Johan B. C. Engelen | 2008-04-04 | 1 | -0/+13 |
| | | | | (bzr r5326) | ||||
| * | r18381@shi: ted | 2008-03-07 20:11:34 -0800 | Ted Gould | 2008-04-04 | 20 | -0/+2772 |
| New work branch r18391@shi: ted | 2008-03-08 21:36:03 -0800 Moving the parameters around to clean up the directories. r18392@shi: ted | 2008-03-08 21:57:14 -0800 Moving the 'get' function to cpp r18870@shi: ted | 2008-04-03 21:10:20 -0700 Adding in to the parameter prototype the ability to have a gui-tip and a gui-hidden parameter r18871@shi: ted | 2008-04-03 21:17:39 -0700 Using the _gui-hidden parameter to block the creation of the widget if set. r18890@shi: ted | 2008-04-03 21:53:55 -0700 Merge from r18024 which got lost in the shuffle. (bzr r5322) | |||||
