| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Gtk cleanup: gtk_object_set_data | Alex Valavanis | 2011-06-25 | 1 | -1/+1 |
| |\ | | | | | (bzr r10363) | ||||
| | * | Gtk cleanup: gtk_object_set_data | Alex Valavanis | 2011-06-25 | 1 | -1/+1 |
| | | | | | | | (bzr r10350.1.5) | ||||
| * | | Removed questionable operator altogether. | Jon A. Cruz | 2011-06-25 | 1 | -2/+0 |
| | | | | | | | (bzr r10361) | ||||
| * | | Removed questionable cast. | Jon A. Cruz | 2011-06-25 | 1 | -2/+1 |
| | | | | | | | (bzr r10360) | ||||
| * | | Document. Fix for bug #680347 (page margins can't be reset with single click ↵ | Nicolas Dufour | 2011-06-24 | 2 | -13/+20 |
| |/ | | | | | of Resize). (bzr r10355) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 26 | -90/+423 |
| |\ | | | | | (bzr r9508.1.89) | ||||
| | * | Clean up deprecated GTK_WIDGET API | Alex Valavanis | 2011-06-15 | 1 | -1/+1 |
| | | | | | | | (bzr r10302.1.2) | ||||
| | * | cmake: | Campbell Barton | 2011-06-13 | 1 | -43/+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 | -39/+42 |
| | | | | | | | | | | | | | - 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) | ||||
| | * | Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵ | Jon A. Cruz | 2011-06-04 | 4 | -4/+4 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug #792263. Fixed bugs: - https://launchpad.net/bugs/709847 - https://launchpad.net/bugs/747512 - https://launchpad.net/bugs/792263 (bzr r10255) | ||||
| | | * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 4 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | ||||
| | * | | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 2 | -5/+6 |
| | |/ | | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| | * | unitmenu: add method to add a unit | Johan B. C. Engelen | 2011-05-26 | 2 | -0/+9 |
| | | | | | | | (bzr r10232) | ||||
| | * | Adding inkscape:label parameter to guidelines so that our guidelanes can ↵ | Felipe Corr??a da Silva Sanches | 2011-05-18 | 1 | -1/+1 |
| | | | | | | | | | | | display labels (we still dont have a user interface, but files with that parameter will render correctly) (bzr r10209) | ||||
| | * | fix duplicate units in Preferences > Steps | Johan B. C. Engelen | 2011-04-17 | 1 | -1/+1 |
| | | | | | | | (bzr r10178) | ||||
| | * | add new preference widget for a number with a unit. | Johan B. C. Engelen | 2011-04-17 | 6 | -0/+87 |
| | | | | | | | | | | | change Preferences > Steps to this new widget (bzr r10177) | ||||
| | * | change spinbox to new one in many places. | Johan B. C. Engelen | 2011-04-16 | 6 | -15/+15 |
| | | | | | | | (bzr r10176) | ||||
| | * | ScalarUnit widget: fix initialization bug. add constructor which takes ↵ | Johan B. C. Engelen | 2011-04-16 | 2 | -0/+39 |
| | | | | | | | | | | | another scalarunit's unitmenu. (bzr r10171) | ||||
| | * | add undo to SpinButton | Johan B. C. Engelen | 2011-04-15 | 2 | -6/+74 |
| | | | | | | | (bzr r10167) | ||||
| | * | ScalarUnit: add functionality to grab focus and select the entry text. and ↵ | Johan B. C. Engelen | 2011-04-14 | 2 | -0/+25 |
| | | | | | | | | | | | add setValueKeepUnit (bzr r10165) | ||||
| | * | add expression evaluator for spinbox input boxes. also knows a little about ↵ | Johan B. C. Engelen | 2011-04-13 | 5 | -25/+47 |
| | | | | | | | | | | | | | | | | | units. needs more work to fully integrate it in all of inkscape spinboxes also needs documentation rework (bzr r10162) | ||||
| | * | fix build | Johan B. C. Engelen | 2011-04-12 | 1 | -0/+2 |
| | | | | | | | (bzr r10160) | ||||
| | * | Use the subclassed SpinButton class for numeric inputs, such that '.' and ↵ | Johan B. C. Engelen | 2011-04-11 | 4 | -25/+26 |
| | | | | | | | | | | | | | | | ',' both can be used as decimal point. (related to bug 484187) (bzr r10159) | ||||
| | * | add a subclassed spinbutton class. this numeric entry box accepts both ',' ↵ | Johan B. C. Engelen | 2011-04-08 | 3 | -0/+119 |
| | | | | | | | | | | | and '.' as the decimal point when in numeric mode. (bzr r10150) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 17 | -26/+188 |
| |\| | | | | | (bzr r9508.1.73) | ||||
| | * | Added some mnemonics for filter path effects (Bug #170765) | Kris De Gussem | 2011-03-20 | 1 | -1/+1 |
| | | | | | | | (bzr r10119) | ||||
| | * | Layers. Fix for Bug #249035: Undo crash when executing extensions. | Nicolas Dufour | 2011-03-18 | 1 | -0/+4 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/249035 (bzr r10113) | ||||
| | * | compatibility patch to compile using gcc 4.6 | Adib Taraben | 2011-02-27 | 5 | -0/+5 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1) | ||||
| | * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 7 | -10/+10 |
| | | | | | | | (bzr r10067) | ||||
| | * | Finished cleanup of outdated SP_OBJECT_STYLE C macro. | Jon A. Cruz | 2011-02-22 | 1 | -1/+1 |
| | | | | | | | (bzr r10066) | ||||
| | * | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -7/+7 |
| | | | | | | | (bzr r10064) | ||||
| | * | Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally ↵ | Nicolas Dufour | 2011-02-21 | 2 | -0/+151 |
| | | | | | | | | | | | | | | | | | doesn't work on Windows). Fixed bugs: - https://launchpad.net/bugs/262617 (bzr r10062) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 2 | -4/+4 |
| | | | | | | | (bzr r10025) | ||||
| | * | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵ | Jon A. Cruz | 2010-12-23 | 2 | -1/+2 |
| | | | | | | | | | | | header. (bzr r9978.1.1) | ||||
| | * | Mnemonics in fill and stroke dialog and menu | Kris De Gussem | 2010-12-17 | 2 | -2/+3 |
| | | | | | | | (bzr r9964) | ||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 14 | -112/+150 |
| |\| | | | | | (bzr r9508.1.72) | ||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 13 | -104/+130 |
| | |\ | | | | | | | (bzr r9945.1.1) | ||||
| | | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 11 | -52/+52 |
| | | | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| | | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 2 | -5/+5 |
| | | | | | | | | | | (bzr r9546.1.2) | ||||
| | | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 2 | -8/+8 |
| | | | | | | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1) | ||||
| | * | | A proper fix for dock item mising icon problem. Fixes bug #658055. | Jon A. Cruz | 2010-12-06 | 1 | -12/+18 |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/658055 (bzr r9937) | ||||
| | * | | Fix crash when floating dialog icon is not found | Krzysztof Kosi??ski | 2010-11-21 | 1 | -5/+11 |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/658055 (bzr r9909) | ||||
| * | | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 43 | -76/+71 |
| |\| | | | | | | | | (bzr r9508.1.70) | ||||
| | * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 39 | -39/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
| | * | | UI fixes (punctuation, units, accelerator keys) (a. o. Bug #560751 ) | Kris De Gussem | 2010-10-25 | 3 | -4/+4 |
| | | | | | | | | | | (bzr r9851) | ||||
| | * | | i18n. Metadata labels now fully translatable (with colon). | Nicolas Dufour | 2010-10-24 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r9848) | ||||
| | * | | Fix for Bug #586955 (the unit for user defined document size is not ↵ | Nicolas Dufour | 2010-09-26 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | refreshed if document is reopen). (bzr r9793) | ||||
| | * | | i18n. Fix for bug #644967 (Translation of strings using NC_() macro are not ↵ | Nicolas Dufour | 2010-09-24 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | applied properly). (bzr r9781) | ||||
| | * | | i18n. Context cleanup (context|string replaced with C_). | Nicolas Dufour | 2010-08-22 | 2 | -30/+16 |
| | |/ | | | | | (bzr r9722) | ||||
| * / | Completely remove NRPixBlock | Krzysztof Kosi??ski | 2010-08-14 | 1 | -12/+19 |
| |/ | | | (bzr r9508.1.67) | ||||
