aboutsummaryrefslogtreecommitdiffstats
path: root/ui/widgets/autocomplete.js
Commit message (Collapse)AuthorAgeFilesLines
* Autocomplete: Work around `isContentEditable` bug in ChromeScott González2016-02-161-1/+19
| | | | | Fixes #14917 Closes gh-1673
* All: Fix manifest issues for categories and CSS dependenciesJörn Zaefferer2015-10-231-3/+3
| | | | | | | Collapses "UI Core" and "Core" into just "Core". Fixes bad paths for CSS dependencies. Regressed when moving widgets into the widgets subfolder.
* Autocomplete: Close the menu on any outside interactionsScott González2015-10-161-18/+23
| | | | | | | | | This ensures that the menu will close if the user interacts with a draggable, resizable, etc. element since those interactions don't change focus. Ref #6642 Closes gh-1614
* Autocomplete: Use a `div` instead of a `span` for the live regionScott González2015-09-181-1/+1
| | | | Fixes #14587
* Autocomplete: Style updatesAlexander Schmitz2015-09-111-0/+14
| | | | Ref #14246
* Autocomplete: Style updatesAlexander Schmitz2015-08-211-9/+9
| | | | | Ref #14246 Ref gh-1588
* Menu: Move menu into widgets folderAlexander Schmitz2015-08-081-1/+1
| | | | Ref #13885
* Autocomplete: Move autocomplete into widgets folderAlexander Schmitz2015-08-081-0/+645
Ref #13885
d/noid/stable22-update-code-signing-crl'>automated/noid/stable22-update-code-signing-crl Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/App/CodeChecker/LanguageParseChecker.php
blob: 6c274bb03f8e3faef258a834bd62964de33f69c2 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60