aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/inline/AlignmentContext.java
Commit message (Expand)AuthorAgeFilesLines
* Patch #3 by Glenn Adams; see Bugzilla 49687Simon Pepping2011-03-051-5/+5
* merge from trunk r1069735-1071912Simon Pepping2011-02-181-1/+1
|\
| * Reverted changes accidentally made to toString in rev. 1071048Vincent Hennebert2011-02-161-5/+5
| * Checkstyle fixAndreas L. Delmelle2011-02-151-6/+6
* | merge from trunkSimon Pepping2011-02-111-99/+98
|\|
| * Clean-ups, simplifications and improvements of AlignmentContext and ScaledBas...Vincent Hennebert2011-02-101-107/+94
* | Merge from trunkSimon Pepping2010-11-191-5/+5
|\|
| * Made the result of toString more readableVincent Hennebert2010-11-161-5/+5
* | Bugzilla #49687:Simon Pepping2010-08-191-4/+5
|/
* Bugzilla #49733:Jeremias Maerki2010-08-141-2/+9
* Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-131-1/+0
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-32/+32
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-1/+1
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Removed property values as discussed: http://marc.theaimsgroup.com/?t=1129854...Manuel Mall2005-10-241-58/+0
* Added support for leader with pattern "use-content" and recovered a previousl...Manuel Mall2005-10-101-1/+1
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-071-0/+582
9'>backport/41065/stable29 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
blob: 6332d8ddb9bbf42b55ed79c073bbf8a10a8f2ef5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "name": "Nextcloud",
  "version": "11 alpha",
  "homepage": "https://www.nextcloud.com",
  "license": "AGPL",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "core/vendor",
    "test",
    "tests"
  ],
  "dependencies": {
    "autosize": "^4.0.0",
    "backbone": "~1.2.3",
    "base64": "~0.3.0",
    "blueimp-md5": "^2.7.0",
    "bootstrap": "~3.3.6",
    "clipboard": "1.7.1",
    "davclient.js": "https://github.com/evert/davclient.js.git#0.1.2",
    "es6-promise": "https://github.com/jakearchibald/es6-promise.git#~2.3.0",
    "handlebars": "^4.0.5",
    "jcrop": "~0.9.12",
    "jquery": "~2.2.0",
    "jquery-migrate": "~1.4.0",
    "jquery-ui": "1.10.0",
    "jsTimezoneDetect": "~1.0.5",
    "marked": "^0.3.6",
    "moment": "^2.15.0",
    "select2": "~3.4.8",
    "snapjs": "~2.0.0-rc1",
    "strengthify": "^0.5.5",
    "underscore": "~1.8.0",
    "zxcvbn": "*"
  }
}