summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Bug #1380413: make sure that the rect toolbar knows when and when not to updateLiam P. White2014-12-211-3/+11
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-2121-79/+76
| * | Purge sp_desktop_canvasLiam P. White2014-12-212-5/+5
| * | Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-216-11/+11
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-2114-56/+56
| * | Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...Tavmjong Bah2014-11-261-2/+2
| * | Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White2014-11-262-2/+2
| * | Update to trunk r13766Liam P. White2014-11-266-18/+18
| |\ \
| | * | Fix stroke style unit in F&S dialog (update to display unit on first open).Josh Andler2014-11-251-2/+2
| * | | Update to trunk r13750Liam P. White2014-11-241-1/+2
| |\ \ \
| * | | | Remove FIXME from refactoringLiam P. White2014-10-311-10/+40
| * | | | Update to trunk r13648Liam P. White2014-10-312-6/+8
| |\ \ \ \
| * \ \ \ \ Update to experimental r13619Liam P. White2014-10-182-1/+7
| |\ \ \ \ \
| * \ \ \ \ \ Update to experimental r13598Liam P. White2014-10-0839-80/+5027
| |\ \ \ \ \ \
| * | | | | | | Update to experimental r13565Liam P. White2014-09-2711-94/+106
| * | | | | | | Update to experimental r13527Liam P. White2014-08-3049-1053/+863
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Update to experimental r13464Liam P. White2014-08-084-23/+29
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Update to experimental r13440Liam P. White2014-07-245-0/+9
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-277-82/+60
| * | | | | | | | | | Convert accidental member accesses into static function accessesLiam P. White2014-06-261-1/+1
| * | | | | | | | | | 4. further refactor Application class; create proper singleton, encapsulate m...Liam P. White2014-06-263-17/+36
| * | | | | | | | | | 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-263-8/+12
| * | | | | | | | | | 2. connect signalsLiam P. White2014-06-252-9/+27
| * | | | | | | | | | 1. make it compileLiam P. White2014-06-253-6/+6
* | | | | | | | | | | update to trunkJabier Arraiza Cenoz2014-11-246-18/+18
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen2014-11-246-18/+18
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | fixing to trunkJabier Arraiza Cenoz2014-11-2379-1105/+5923
|\| | | | | | | | |
| * | | | | | | | | Purged GTKish SP_IS_RECT_CONTEXT/SP_RECT_CONTEXT macros.Jon A. Cruz2014-11-151-1/+2
| | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Update to trunk r13638Liam P. White2014-10-252-6/+8
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | Initial removal of box3d outdated GTKish macros.Jon A. Cruz2014-10-241-2/+2
| | * | | | | | | Don't set linejoin and linecap type if query is "nothing" (query value is inv...Tavmjong Bah2014-10-191-4/+6
| * | | | | | | | Update to trunk r13621Liam P. White2014-10-172-1/+7
| |\| | | | | | | | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | LiamW's initial font caching work.Tavmjong Bah2014-10-152-5/+9
| | * | | | | | Fix multiple: "Called C++ object pointer is null"Tavmjong Bah2014-10-131-0/+6
| * | | | | | | Update to trunk r13580Liam P. White2014-10-065-5/+5
| |\| | | | | |
| | * | | | | | i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour2014-10-023-3/+3
| | * | | | | | prevent multiple simultaneous updates during undo (Bug 1348382)Alvin Penner2014-09-072-2/+2
| * | | | | | | Move more UI code into ui/Liam P. White2014-10-054-4/+4
| * | | | | | | Fix CMakeListsLiam P. White2014-10-051-0/+10
| * | | | | | | Move GtkAction subclasses to widgets/Liam P. White2014-10-0533-64/+5003
| * | | | | | | Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-treeLiam P. White2014-10-052-2/+2
| * | | | | | | Move obvious ui component to ui/Liam P. White2014-10-053-3/+3
| * | | | | | | Update to experimental r13543Liam P. White2014-09-0711-93/+105
| * | | | | | | Update to experimental r13531Liam P. White2014-08-3140-919/+592
| |\ \ \ \ \ \ \
| | * | | | | | | Fix gtk3 buildLiam P. White2014-08-301-13/+13
| | * | | | | | | Reduce header bloatAlex Valavanis2014-08-3018-44/+29
| | * | | | | | | Standardise InkscapeApplication GObject implementation (namespace not support...Alex Valavanis2014-08-262-8/+6
| | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Fix paint-selector orientationAlex Valavanis2014-08-261-1/+1
| | * | | | | | More GObject boilerplate reductionAlex Valavanis2014-08-242-58/+24
| | * | | | | | More GObject boilerplate reductionAlex Valavanis2014-08-2416-295/+34