summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch to GObjectAlex Valavanis2011-06-2421-103/+88
| | | (bzr r10350.1.3)
* Replace deprecated gtk_radio_button_group symbolAlex Valavanis2011-06-231-1/+1
| | | (bzr r10350.1.1)
* Warning cleanup.Jon A. Cruz2011-06-221-4/+3
| | | (bzr r10339)
* get cmake working again.Campbell Barton2011-06-221-2/+0
| | | (bzr r10334)
* Merge Cairo rendering branchKrzysztof Kosi??ski2011-06-2011-780/+89
|\ | | | | (bzr r10326)
| * Merge from trunkKrzysztof Kosi??ski2011-06-1952-628/+708
| |\ | | | | | | (bzr r9508.1.89)
| * \ Merge from trunkKrzysztof Kosi??ski2011-04-0718-473/+797
| |\ \ | | | | | | | | (bzr r9508.1.73)
| * \ \ Merge from trunk (again)Krzysztof Kosi??ski2010-12-1522-1466/+294
| |\ \ \ | | | | | | | | | | (bzr r9508.1.72)
| * \ \ \ Merge from trunkKrzysztof Kosi??ski2010-11-2547-639/+330
| |\ \ \ \ | | | | | | | | | | | | (bzr r9508.1.70)
| * | | | | 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-145-273/+5
| | | | | | | | | | | | | | | | | | (bzr r9508.1.67)
| * | | | | merge from trunkKrzysztof Kosi??ski2010-08-089-144/+144
| |\ \ \ \ \ | | | | | | | | | | | | | | (bzr r9508.1.52)
| * | | | | | Wholesale cruft removal part 5; completely remove RasterFontKrzysztof Kosi??ski2010-08-052-339/+2
| | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.50)
| * | | | | | Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-052-2/+2
| | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.48)
| * | | | | | Wholesale cruft removal part 3Krzysztof Kosi??ski2010-08-041-1/+0
| | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.47)
| * | | | | | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-043-128/+26
| | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.44)
| * | | | | | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-291-45/+20
| | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.8)
| * | | | | | Fix iconsKrzysztof Kosi??ski2010-06-291-3/+44
| | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.7)
* | | | | | | add "Units:" label to the units selection widget for the measurement toolFelipe Corr??a da Silva Sanches2011-06-201-2/+13
| | | | | | | | | | | | | | | | | | | | | (bzr r10324)
* | | | | | | i18n. inkscape.pot update.Nicolas Dufour2011-06-191-1/+1
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i18n. String fix in the Tweak tool. Translations. Ukrainian translation update by Yuri Chornoivan. Translations. French translation update. (bzr r10321)
* | | | | | Fix i18n macro include.Jon A. Cruz2011-06-161-0/+1
| | | | | | | | | | | | | | | | | | (bzr r10309)
* | | | | | Clean up deprecated GTK_WIDGET APIAlex Valavanis2011-06-1510-38/+38
| | | | | | | | | | | | | | | | | | (bzr r10302.1.2)
* | | | | | Remove deprecated glib macro wrappersAlex Valavanis2011-06-1422-87/+87
| | | | | | | | | | | | | | | | | | (bzr r10302.1.1)
* | | | | | toggle units in the measure toolFelipe Corr??a da Silva Sanches2011-06-141-1/+20
| | | | | | | | | | | | | | | | | | (bzr r10302)
* | | | | | more improvements in the measurement tool:Felipe Corr??a da Silva Sanches2011-06-131-2/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * select elements crossed by the line segment drawn with the tool * allow user to select font size for the length labels (in the toolbar) * use temporary canvas items (bzr r10284)
* | | | | | Replace deprecated GtkSignalAlex Valavanis2011-06-1315-225/+249
| | | | | | | | | | | | | | | | | | (bzr r10282.1.1)
* | | | | | cmake:Campbell Barton2011-06-131-1/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 macrosAlex Valavanis2011-06-126-11/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | (bzr r10280)
| * | | | | | Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis2011-06-126-11/+11
| | | | | | | | | | | | | | | | | | | | | (bzr r10277.1.1)
* | | | | | | cmake: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-131-1/+2
|/ / / / / / | | | | | | | | | | | | (bzr r10278)
* | | | | | Replace deprecated GtkTooltipsAlex Valavanis2011-06-1217-152/+95
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10277)
| * | | | | | Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-0517-152/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
* | | | | | | cmake:Campbell Barton2011-06-131-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-35/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* | | | | | | Introducing our new nice measurement tool! :-DFelipe Corr??a da Silva Sanches2011-06-061-1/+14
|/ / / / / / | | | | | | | | | | | | (bzr r10259)
* | | | | | Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵Jon A. Cruz2011-06-0439-79/+36
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0338-77/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-045-9/+9
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* | | | | | Merge fix for bug #781244 from Martin Owens - wrong conversionKrzysztof Kosi??ski2011-05-211-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | of grow/shrink value for the paint bucket tool on startup (bzr r10217)
| * | | | | | Don't adjust the shink/grow value because we're saving the units.Martin Owens2011-05-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/781244 (bzr r10207.1.1)
* | | | | | | Reinstating version bump.Jon A. Cruz2011-05-202-16/+6
| | | | | | | | | | | | | | | | | | | | | (bzr r10215)
* | | | | | | Revert version bump so win devlibs can catch up.Jon A. Cruz2011-05-192-6/+16
| | | | | | | | | | | | | | | | | | | | | (bzr r10210)
* | | | | | | Made dependencies explicit and bumped versions.Jon A. Cruz2011-05-182-16/+6
|/ / / / / / | | | | | | | | | | | | (bzr r10208)
* | | | | | Adding initial cut of resource manager.Jon A. Cruz2011-05-062-0/+26
| | | | | | | | | | | | | | | | | | (bzr r10198)
* | | | | | Restore modularity to adjustment action.Jon A. Cruz2011-04-192-0/+32
| | | | | | | | | | | | | | | | | | (bzr r10184)
* | | | | | Added mnemonics for font dialog (Bug #170765)Kris De Gussem2011-04-181-4/+12
| | | | | | | | | | | | | | | | | | (bzr r10182)
* | | | | | change spinbox to new one in many places.Johan B. C. Engelen2011-04-162-7/+8
| |_|_|_|/ |/| | | | | | | | | (bzr r10176)
* | | | | Spray:Nicolas Dufour2011-03-291-46/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Spray context code clean-up (coding style and unused code removal). * Shift+k and Shift+l shortcuts inverted to reflect the mode order on azerty and qwerty keyboards. * Up and down keys now modify the population parameter. * Tooltips and status messages consistency fixes. * Old Q_() context replaced with C_() context macro. * Fix default values error in the parameters sliders. * Initial fix for duplicate window parameters update (the pressure button now updates as expected). * Fix a bug when spraying with GDK_SCROLL_DOWN (population value was reset to 100). * Default selcue set to 1, default gradient drag set to 0. Eraser: * Reodering the eraser tool parameters for UI consistency. * Default mode set to Cut out a path, default width set to 10. (bzr r10132)
* | | | | remove wrong format indication in lossy format warning (was always ↵Thomas Holder2011-03-131-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | org.inkscape.output.svg.inkscape) (bzr r10099)