summaryrefslogtreecommitdiffstats
path: root/src/dialogs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Replace deprecated GtkTooltipsAlex Valavanis2011-06-127-192/+147
| |\ | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10277)
| | * Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-057-192/+147
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
| * | cmake:Campbell Barton2011-06-131-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 Barton2011-06-121-2/+2
| | | | | | | | | | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274)
| * | work in progress cmake commit:Campbell Barton2011-06-121-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. Cruz2011-06-047-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 transitionAlex Valavanis2011-06-037-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. Cruz2011-06-044-3/+7
| |/ | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
| * Added mnemonics for font dialog (Bug #170765)Kris De Gussem2011-04-181-6/+5
| | | | | | (bzr r10182)
| * Guides and clonetiler. Fix for bug #477649 (GTK warning about an adjustment ↵Nicolas Dufour2011-04-111-101/+78
| | | | | | | | | | | | | | with non-zero page in the guide editor dialog). Clonetiler. Code consistency fix. (bzr r10157)
* | Merge from trunkKrzysztof Kosi??ski2011-04-078-151/+187
|\| | | | | (bzr r9508.1.73)
| * UI fix (message was not clear)Kris De Gussem2011-03-081-1/+1
| | | | | | (bzr r10085)
| * compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
| * Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-224-30/+40
| | | | | | (bzr r10067)
| * Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-212-23/+25
| | | | | | (bzr r10064)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-93/+93
| | | | | | (bzr r10025)
| * Mnemonics in "Export bitmap", and "Rows and Columns" dialogs (Bug 170765)Kris De Gussem2010-12-291-3/+3
| | | | | | (bzr r9989)
| * Simple tracking of time to display dialogs and main window.Jon A. Cruz2010-12-182-1/+24
| | | | | | (bzr r9966)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-157-113/+132
|\| | | | | (bzr r9508.1.72)
| * Fix change in revision 9947 to be consistent with rest of the codebase.Jon A. Cruz2010-12-121-2/+4
| | | | | | (bzr r9950)
| * Fix build failureKrzysztof Kosi??ski2010-12-121-1/+2
| | | | | | (bzr r9947)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-127-113/+129
| |\ | | | | | | (bzr r9945.1.1)
| | * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-1/+1
| | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-033-6/+6
| | | | | | | | | (bzr r9546.1.4)
| | * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-026-29/+29
| | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-012-6/+6
| | | | | | | | | (bzr r9546.1.2)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-293-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 trunkKrzysztof Kosi??ski2010-11-2516-63/+44
|\| | | | | | | | (bzr r9508.1.70)
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-1716-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 Gussem2010-10-291-1/+1
| | | | | | | | | (bzr r9865)
| * | UI: punctiation and mnemonics in preferences, export and ico preview dialogKris De Gussem2010-10-271-1/+1
| | | | | | | | | (bzr r9858)
| * | Some UI fixesKris De Gussem2010-10-242-10/+10
| | | | | | | | | (bzr r9846)
| * | i18n. Link/image properties dialog title is now fully translatable.Nicolas Dufour2010-10-201-1/+8
| | | | | | | | | (bzr r9838)
| * | Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski2010-10-121-23/+5
| | | | | | | | | (bzr r9828)
| * | i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour2010-08-222-13/+5
| |/ | | | | (bzr r9722)
* | Make nr_arena_invoke_render expect an already transformed context,Krzysztof Kosi??ski2010-08-151-0/+1
| | | | | | | | | | to remove a limitation to integer translations imposed by NRRectL (bzr r9508.1.68)
* | Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-141-30/+2
| | | | | | (bzr r9508.1.67)
* | Fix paint bucket toolKrzysztof Kosi??ski2010-08-141-1/+1
| | | | | | (bzr r9508.1.66)
* | Fix background tracing in clone tiler dialogKrzysztof Kosi??ski2010-08-141-49/+41
| | | | | | (bzr r9508.1.65)
* | Wholesale cruft removal part 5; completely remove RasterFontKrzysztof Kosi??ski2010-08-051-17/+57
| | | | | | (bzr r9508.1.50)
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-0/+1
|/ | | (bzr r9508.1.44)
* Switching to new input dialog. Allows for a better UI and addresses bug ↵Jon A. Cruz2010-04-114-641/+0
| | | | | | | | | #334800 and bug #196195. Fixed bugs: - https://launchpad.net/bugs/334800 - https://launchpad.net/bugs/196195 (bzr r9312)
* fix bug 166659. precisely calculate bbox when exporting to pngJohan B. C. Engelen2010-04-101-6/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/166659 (bzr r9309)
* Create better names when intput devices are reported with broken ones.Jon A. Cruz2010-03-141-8/+62
| | | (bzr r9186)
* Minor cleanup and addition of tablet debugging code.Jon A. Cruz2010-03-141-23/+296
| | | (bzr r9185)
* Try harder to fix the tablet configuration problemKrzysztof Kosi??ski2010-03-131-7/+22
| | | (bzr r9183)
* Hopefully fix #334800 (input devices configuration not saved).Krzysztof Kosi??ski2010-03-121-53/+65
| | | | | | Fixed bugs: - https://launchpad.net/bugs/334800 (bzr r9177)
* Patch from Fridrich - LP #520532Krzysztof Kosi??ski2010-03-051-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/520532 (bzr r9149)
* Cleanup on id access.Jon A. Cruz2010-03-022-41/+41
| | | (bzr r9127)
* Better patch by Adib for 431022. Appears safe, however, I am unable to test ↵Josh Andler2009-09-231-2/+6
| | | | | as it is/was a win32 issue only. (bzr r8635)