| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove/replace deprecated gtk_window_set_policy symbol | Alex Valavanis | 2011-06-23 | 2 | -3/+1 |
| | | | | (bzr r10350.1.2) | ||||
| * | Replace deprecated gtk_radio_button_group symbol | Alex Valavanis | 2011-06-23 | 2 | -12/+12 |
| | | | | (bzr r10350.1.1) | ||||
| * | Position the 'Set' button to lower right corner of the object properties panel. | Felipe Corr??a da Silva Sanches | 2011-06-22 | 1 | -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) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2011-06-22 | 1 | -1/+1 |
| | | | | (bzr r10339) | ||||
| * | Revision 10333 introduced dependency on gtk version 2.24 which is currently ↵ | Felipe Corr??a da Silva Sanches | 2011-06-22 | 1 | -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) | ||||
| * | Replace deprecated GtkCombo | Alex Valavanis | 2011-06-22 | 1 | -12/+5 |
| | | | | (bzr r10331.1.1) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 14 | -445/+373 |
| |\ | | | | | (bzr r9508.1.89) | ||||
| | * | Replace deprecated GtkSignal | Alex Valavanis | 2011-06-13 | 7 | -100/+100 |
| | | | | | | | (bzr r10282.1.1) | ||||
| | * | cmake: | Campbell Barton | 2011-06-13 | 1 | -1/+14 |
| | | | | | | | | | | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281) | ||||
| | * | Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macros | Alex Valavanis | 2011-06-12 | 2 | -5/+5 |
| | |\ | | | | | | | (bzr r10280) | ||||
| | | * | Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macros | Alex Valavanis | 2011-06-12 | 2 | -5/+5 |
| | | | | | | | | | | (bzr r10277.1.1) | ||||
| | * | | cmake: now builds without having most of the source listed in 1 file. | Campbell Barton | 2011-06-13 | 1 | -1/+2 |
| | |/ | | | | | (bzr r10278) | ||||
| | * | Replace deprecated GtkTooltips | Alex Valavanis | 2011-06-12 | 7 | -192/+147 |
| | |\ | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10277) | ||||
| | | * | Replace use of deprecated GtkTooltips API | Alex Valavanis | 2011-06-05 | 7 | -192/+147 |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1) | ||||
| | * | | cmake: | Campbell Barton | 2011-06-13 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
| | * | | cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵ | Campbell Barton | 2011-06-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274) | ||||
| | * | | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 1 | -24/+12 |
| | |/ | | | | | | | | | | | - 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 | 7 | -16/+6 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 7 | -16/+6 |
| | | | | | | | | | | | | | | | | | | | 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 | 4 | -3/+7 |
| | |/ | | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| | * | Added mnemonics for font dialog (Bug #170765) | Kris De Gussem | 2011-04-18 | 1 | -6/+5 |
| | | | | | | | (bzr r10182) | ||||
| | * | Guides and clonetiler. Fix for bug #477649 (GTK warning about an adjustment ↵ | Nicolas Dufour | 2011-04-11 | 1 | -101/+78 |
| | | | | | | | | | | | | | | | with non-zero page in the guide editor dialog). Clonetiler. Code consistency fix. (bzr r10157) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 8 | -151/+187 |
| |\| | | | | | (bzr r9508.1.73) | ||||
| | * | UI fix (message was not clear) | Kris De Gussem | 2011-03-08 | 1 | -1/+1 |
| | | | | | | | (bzr r10085) | ||||
| | * | compatibility patch to compile using gcc 4.6 | Adib Taraben | 2011-02-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | 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 | 4 | -30/+40 |
| | | | | | | | (bzr r10067) | ||||
| | * | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 2011-02-21 | 2 | -23/+25 |
| | | | | | | | (bzr r10064) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -93/+93 |
| | | | | | | | (bzr r10025) | ||||
| | * | Mnemonics in "Export bitmap", and "Rows and Columns" dialogs (Bug 170765) | Kris De Gussem | 2010-12-29 | 1 | -3/+3 |
| | | | | | | | (bzr r9989) | ||||
| | * | Simple tracking of time to display dialogs and main window. | Jon A. Cruz | 2010-12-18 | 2 | -1/+24 |
| | | | | | | | (bzr r9966) | ||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 7 | -113/+132 |
| |\| | | | | | (bzr r9508.1.72) | ||||
| | * | Fix change in revision 9947 to be consistent with rest of the codebase. | Jon A. Cruz | 2010-12-12 | 1 | -2/+4 |
| | | | | | | | (bzr r9950) | ||||
| | * | Fix build failure | Krzysztof Kosi??ski | 2010-12-12 | 1 | -1/+2 |
| | | | | | | | (bzr r9947) | ||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 7 | -113/+129 |
| | |\ | | | | | | | (bzr r9945.1.1) | ||||
| | | * | SPObject c++ification finalized along with the beginning of XML ↵ | Abhishek Sharma Public | 2010-07-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6) | ||||
| | | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 3 | -6/+6 |
| | | | | | | | | | | (bzr r9546.1.4) | ||||
| | | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 6 | -29/+29 |
| | | | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| | | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 2 | -6/+6 |
| | | | | | | | | | | (bzr r9546.1.2) | ||||
| | | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 3 | -14/+13 |
| | | | | | | | | | | | | | | | | 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) | ||||
| * | | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 16 | -63/+44 |
| |\| | | | | | | | | (bzr r9508.1.70) | ||||
| | * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 16 | -16/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
| | * | | Dropped not working accelator key (r9858 Bug #170765) | Kris De Gussem | 2010-10-29 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r9865) | ||||
| | * | | UI: punctiation and mnemonics in preferences, export and ico preview dialog | Kris De Gussem | 2010-10-27 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r9858) | ||||
| | * | | Some UI fixes | Kris De Gussem | 2010-10-24 | 2 | -10/+10 |
| | | | | | | | | | | (bzr r9846) | ||||
| | * | | i18n. Link/image properties dialog title is now fully translatable. | Nicolas Dufour | 2010-10-20 | 1 | -1/+8 |
| | | | | | | | | | | (bzr r9838) | ||||
| | * | | Remove the failed and unused "new gui" stuff. | Krzysztof Kosi??ski | 2010-10-12 | 1 | -23/+5 |
| | | | | | | | | | | (bzr r9828) | ||||
| | * | | i18n. Context cleanup (context|string replaced with C_). | Nicolas Dufour | 2010-08-22 | 2 | -13/+5 |
| | |/ | | | | | (bzr r9722) | ||||
| * | | Make nr_arena_invoke_render expect an already transformed context, | Krzysztof Kosi??ski | 2010-08-15 | 1 | -0/+1 |
| | | | | | | | | | | | to remove a limitation to integer translations imposed by NRRectL (bzr r9508.1.68) | ||||
| * | | Completely remove NRPixBlock | Krzysztof Kosi??ski | 2010-08-14 | 1 | -30/+2 |
| | | | | | | | (bzr r9508.1.67) | ||||
| * | | Fix paint bucket tool | Krzysztof Kosi??ski | 2010-08-14 | 1 | -1/+1 |
| | | | | | | | (bzr r9508.1.66) | ||||
