summaryrefslogtreecommitdiffstats
path: root/src/enums.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Replace typedef enum with enum in POD type declarations.Emmanuel Gil Peyrot2018-06-201-2/+2
|
* Make natural window size default and fix small window sizeEduard Braun2018-01-071-0/+1
| | | | | | | | | | | | | | | - Clamp "Small" window size to 600x600 Everything smaller seems pretty unusable but can be discussed. This fixes bug #1659256. - Make sure "Large" window size is at least as large as "Small" to avoid embarassing user reports. - add "Default" as new window size and (surprise) make it the default This will not influence the initial size request at all and should result in the natural window size (unless overriden by the window manager) and should be a suitable default for all cases. Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1659256
* Make stored geometry and default window size enumsEduard Braun2018-01-071-0/+16
|
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-101-0/+22
| | | (bzr r11207)
* Patch by Martin Sucha to add preferences to for grouping on Clip/MaskJosh Andler2010-02-041-0/+8
| | | (bzr r9050)
* patch #1450307 - option for select all to work in layer with it's sub-layers:Andrius Ramanauskas2006-03-311-0/+8
| | | | | | | * Replaced check-box in preferences with 3 radio buttons (in all document in current layer only, in current layer with sub-layers) * Altered "Select all" functionality to include objects in sub-layers (if preference is on) * Altered TAB functionality to include sub-layers (had to introduce "context layer" concept in Selection class - without it TAB'ing would end in deepest child, but it needs to return to parent on subsequent TAB key press) (bzr r380)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+77
(bzr r1)