diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 41 |
1 files changed, 40 insertions, 1 deletions
@@ -1,7 +1,46 @@ | |||
1 | ================= | 1 | ================= |
2 | Elementary 1.10.0 | 2 | Elementary 1.11.0 |
3 | ================= | 3 | ================= |
4 | 4 | ||
5 | Changes since 1.10.0: | ||
6 | --------------------- | ||
7 | |||
8 | Features: | ||
9 | |||
10 | * elm_map: Add new elm_map_region_zoom_bring_in() API | ||
11 | * Gengrid: Added horizontal item loop feature. | ||
12 | * atspi: add AtspiText and AtspiEditableText interface support. | ||
13 | * fileselector: Adding search entry for realtime filename search | ||
14 | * panel: add scrollable feature | ||
15 | * panel: add scrollable feature | ||
16 | * gengrid: Added normal reorder type | ||
17 | * toolbar: added selected and unselected smartcallbacks to toolbar. | ||
18 | * elm win noblank property added - to disable screen blanking/saving | ||
19 | |||
20 | Fixes: | ||
21 | |||
22 | * genlist: fixed wrong item focus set on item_focus_set API call. | ||
23 | * scroller - emits the missed signals | ||
24 | * elm win - if no ELM_DISPLAY is set, try more engines before giving up (T1294) | ||
25 | * Remove autogen.sh from the dist tarball. | ||
26 | * config: always create a themes directory for user. | ||
27 | * po: Set all initial values for Language and Language-Team | ||
28 | * win: fix borderless_set behavior | ||
29 | * dnd: rotate dragwin if main window is rotated when draging | ||
30 | * fix theme to not self-feed emit signals in a loop | ||
31 | * fix check colorclasses for disabled text | ||
32 | * elm object item: fix the comparison of eo class name in case of edje object. | ||
33 | * fileselector: Make selected_set actually select the file | ||
34 | * tooltip: corrected the typo in documentation of elm_object_tooltip_show | ||
35 | * elm theme - fix wayland borders to be sized and colored correctly | ||
36 | * transit - fix to adopt the tween_mode factor. | ||
37 | * elementary: Don't segfault if we are not using an X11-compatible engine | ||
38 | * list: call "selected" callback after set focus to the selected item | ||
39 | * gengrid: corrected the reorder start and end evas smart callback call. | ||
40 | * fix notification theme to not clip text | ||
41 | * map: Add missing legacy API into legacy header | ||
42 | * elc_naviframe: Fix warning caused by elm_obj_layout_signal_emit override function in naviframe | ||
43 | |||
5 | Changes since Elementary 1.9.0: | 44 | Changes since Elementary 1.9.0: |
6 | ------------------------------- | 45 | ------------------------------- |
7 | 46 | ||