Commit Graph

161 Commits

Author SHA1 Message Date
Joao Moreno
9afefc8b00 arrays.range, arrays.weave 2017-09-14 17:13:53 +02:00
Joao Moreno
3ac4826939 list: dont cancel list mouse events 2017-09-13 09:17:22 +02:00
Joao
407ce43a5e fixes #33777 2017-09-04 11:02:50 +02:00
Joao Moreno
18bea9c44e list: respect selectOnMouseDown 2017-08-31 17:55:10 +02:00
Alex Dima
4ce04c6dfb Move canUseTranslate3d to listView.ts, its only consumer 2017-08-28 11:45:33 +02:00
Alex Dima
90377a73d4 * separate scroll dimensions and scroll positions
* have explicit methods for changing the scroll position (delayed/smooth vs now/direct) that bubble up to the editor internals.
* have all other clients of ScrollableElement not use smooth scrolling
2017-08-21 18:25:03 +02:00
Joao Moreno
a188171bf8 fixes #24119 2017-07-24 10:59:58 +02:00
Joao Moreno
fee4d547d1 fixes #23774 2017-06-28 15:37:02 +02:00
Joao Moreno
da212874ad Revert "remove translate3d from list"
This reverts commit 4b11ad07a9.
2017-06-26 16:36:40 +02:00
Joao Moreno
4b11ad07a9 remove translate3d from list
fixes #29465
2017-06-26 16:22:27 +02:00
isidor
edcbf6525a Add aria-setsize, aria-posinset for the list
#27900
2017-06-20 10:37:58 +02:00
isidor
fe2b732b5b polish 2017-06-19 16:42:19 +02:00
isidor
2aef9dcf2c react on comments 2017-06-19 16:38:26 +02:00
isidor
287f4f1a13 List: set aria-setsize and aria-posinset
#27900
2017-06-19 15:47:00 +02:00
Alex Dima
c1b48cb268 Fix and enforce layering rules in vs/base/browser 2017-06-16 12:54:17 +02:00
Alex Dima
50b9dfef31 canUseTranslate3d is no longer a ScrollableElement option 2017-06-14 16:02:28 +02:00
Benjamin Pasero
e4080aa094 Extensions: double-click should open new extension window pinned (fixes #17048) 2017-05-29 11:21:36 +02:00
Benjamin Pasero
cf4f34d808 Extension viewlet high contrast mouse over borders only highlight a single border for top and bottom entries (fixes #15859) 2017-05-29 11:04:46 +02:00
Joao Moreno
a0a1b9e0d6 fixes #26184 2017-05-26 09:27:28 +02:00
Benjamin Pasero
dc39081685 Add "list.hoverForeground" and "list.focusForeground" (fixes #26277) 2017-05-15 15:54:35 +02:00
Benjamin Pasero
a7c753cf40 list.activeSelectionBackground seems to have no effect for custom themes (fixes #25788) 2017-05-08 19:02:52 +02:00
Benjamin Pasero
8425399f03 Support for list.inactiveSelectionForeground (fixes #25774) 2017-05-08 17:48:34 +02:00
Benjamin Pasero
3735a3609d List: bad color when focus moves out of selection and hovering (fixes #25634) 2017-05-02 08:10:30 +02:00
Benjamin Pasero
b34f17350f Un-allowed double quoted imports (for #25451) 2017-04-26 19:13:12 +02:00
Benjamin Pasero
3bbf01fef2 theme - let focused/selected items in tree/list win over :hover style 2017-04-25 20:19:23 +02:00
Benjamin Pasero
30f83907e1 Disable translate3D for list when scaling (fixes #24599) 2017-04-18 15:11:40 +02:00
Benjamin Pasero
e0e4081265 Focus outline around extensions list as soon as I select an element (fixes #24932) 2017-04-18 14:48:30 +02:00
Alex Dima
aca01f2daa Fix build hygiene issues 2017-04-14 14:08:52 +03:00
Johannes Rieken
922389d79a 💄 remove code duplication 2017-04-14 11:23:20 +02:00
Martin Aeschlimann
c6ce043c2a [theme] searate list selection outlines for high contrast suggest widget colors 2017-04-13 22:07:14 +02:00
Martin Aeschlimann
b008858740 [theme] suggest widget 2017-04-13 22:07:14 +02:00
Benjamin Pasero
37d4fa2bd0 extract tree/list css into dynamic stylesheet 2017-04-13 09:05:51 +02:00
Joao Moreno
a55f3eb6f2 Merge branch 'autocompleteHomeEndSupport' of https://github.com/mlewand/vscode into mlewand-autocompleteHomeEndSupport 2017-04-11 15:05:45 +02:00
Joao Moreno
7a0d0d7f96 fixes #23745 2017-03-31 15:36:20 +02:00
Joao Moreno
4904bf0d13 🐛 mouse doesn't work in intellisense any more
fixes #23498
2017-03-29 10:41:23 +02:00
Joao Moreno
946444f2c5 📝 todo 2017-03-23 16:26:30 +01:00
Joao Moreno
17348329fb list traits shouldn't splice 2017-03-23 16:26:30 +01:00
Joao Moreno
0ba0109578 ✏️ fix types 2017-03-23 16:26:30 +01:00
Joao Moreno
54c463d20f proper shift selection in list 2017-03-22 12:05:30 +01:00
Joao Moreno
08d63ac296 🐛 snappier list multi select 2017-03-22 12:05:30 +01:00
Joao Moreno
f6d0493de8 add list selection classes 2017-03-22 10:50:32 +01:00
Benjamin Pasero
b17d2067f0 list hc theme tweaks 2017-03-17 10:36:09 +01:00
Joao Moreno
8e285069c7 list: fix list sorting to use numeric sorting 2017-03-14 17:37:51 +01:00
Joao Moreno
2f4b91324b 📝 list: docs 2017-03-14 17:37:51 +01:00
Joao Moreno
b1cb85e402 list: only touch the absolute necessary rows, when working with traits 2017-03-14 17:37:51 +01:00
Joao Moreno
698c2e5acf list: first steps of multi select 2017-03-13 16:06:59 +01:00
Joao Moreno
a5942e403e 💄 improve unfocused list styles 2017-03-13 14:29:38 +01:00
Joao Moreno
6d2957090f 🐛 list keyboard context menu events
fixes #22467
2017-03-13 12:30:23 +01:00
Joao Moreno
a2d14b2577 🎨 improve list context menu event 2017-03-13 12:30:23 +01:00
Joao Moreno
15280c34d9 🐛 fix list styles in dark theme 2017-03-10 09:41:36 +01:00