summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* wip: should be ok - needs testing with scriptdevs/jayji/osx-notificationsJean Guyomarc'h2016-05-1813-35/+385
|
* autotools: enable gl_cocoa on OS X by defaultJean Guyomarc'h2016-05-161-3/+3
| | | | | | | | | Before this commit, X11 (via Xquartz) was the default engine to be enabled on OS X. Since the Cocoa backend became quite stable and considering applications running within the Xquartz windowing environment are arguably ugly, the Cocoa backend will now be enabled by default and X11 will be selected only if explicitely requested.
* evas: make ecore a dependency.Cedric Bail2016-05-151-0/+1
| | | | | | | As packager will need to update their package anyway with 1.18 it is a good time to finally make evas depends on ecore. This should enable refactoring and simplifying a lot of complex code in EFL. This really should have been done like that from the beginning.
* elementary: Fix build issue when x11 is disabledmemeka2016-05-141-2/+2
| | | | | | | | When we compile efl using --with-x11=none, then _tempfile_new and _tmpinfo_free end up being undefined, however these functions are used by wayland too so they need to be defined regardless. @fix
* elementary: Use standard down arrowAndy Williams2016-05-141-2/+2
|
* ecore-wl2: Add environment variable to optionally disable wobbly windowsChris Michael2016-05-141-1/+2
| | | | | | | | | | As not everyone needs/wants extra eye-candy, add a check for EFL_WAYLAND_DISABLE_WWW environment variable to be able to disable wobbly windows support @fix Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
* elput: Don't multiply pointer axis valueChris Michael2016-05-141-1/+1
| | | | | | | | | | Reporting of mouse axis values should not be multiplied by 10. This will cause serious jumps in wheel events. Loosely based on 1a339c9e5918f6d8672755d566cac622f1d9c2d3 @fix Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
* ecore_drm: Handle wheel scrolling separately from finger scrollingDerek Foreman2016-05-131-2/+18
| | | | | | | | | | | Wheels are discrete and scroll in clicks, fingers are continuous and scroll in fractional pixels. This change causes wheel based scrolling to be returned in "clicks" instead of "degrees" - allowing us to roll a single menu item with a click. It also will allow us to reduce the speed of two finger scrolling without messing up the speed of wheel scrolling.
* Eo: declare lk_init explicitly unsignedAmitesh Singh2016-05-131-1/+1
| | | | | | | In some build environment, anonymous char delcaration can be interpreted as "unsigned char". Although lk_init can be only 0, 1 or 2 so there won't be any unexpected result. This change is just to make static code analyzer happy.
* popup: default scrollable option change to TRUEJinyong Park2016-05-132-23/+19
| | | | | | | | | | | | | Summary: Usually, popup have a scroll bar when its content is too long to display in popup's size. But now, default option is unscrollable. So change default option and popup's test case. Reviewers: jaehwan, Hermet, herb Subscribers: cedric, singh.amitesh, jpeg Differential Revision: https://phab.enlightenment.org/D3941
* Elementary toolbar: Don't call "clicked" callback when item is just selectedYoungbok Shin2016-05-131-9/+13
| | | | | | | | | | | | | | | | | | Summary: "clicked" callback must be called when an item is really clicked. But, toolbar had called it whenever an item was selected. Even, it could be triggered by "elm_toolbar_item_selected_set()" API. So, "clicked" callback will be called when only an item is clicked. Also, it changed confusing names of related internal functions. @fix Test Plan: N/A Reviewers: jaehwan, woohyun, cedric Subscribers: jpeg Differential Revision: https://phab.enlightenment.org/D3937
* Edje_Edit: more API for proxy fields like source_clip and source_visibleVitalii Vorobiov2016-05-122-0/+116
| | | | | | | | Setters and getters like edje_edit_state_proxy_source_clip_set edje_edit_state_proxy_source_clip_get edje_edit_state_proxy_source_visible_set edje_edit_state_proxy_source_visible_get
* Make "legacy_prefix: null;" the default in eolian and adjust the efl.Tom Hacohen2016-05-12257-449/+299
|\ | | | | | | | | | | | | | | This breaks behaviour because it changes the legacy_prefix behaviour to be null by default. This means that by default legacy functions are not generated. This merge includes the changes to eolian and the efl.
| * Add legacy_prefix now that the default has changed to null.Tom Hacohen2016-05-1298-2/+100
| |
| * Efl: Remove "legacy_prefix: null;" as it's now the default.Tom Hacohen2016-05-12145-145/+0
| |
| * eolian: do not generate legacy without explicit class legacy_prefixDaniel Kolesa2016-05-122-7/+4
| |
| * spec/efl.spec.in: It's nicer when the spec file actually works.Michael Jennings2016-05-121-19/+41
| | | | | | | | | | | | Added support for systemd detection. Updated the file list. Build unoptimized and with debugging symbols, at least for now. And remove unnecessary *.la files from the packages.
| * eolian: mark pure virtual funcs outside of implementsDaniel Kolesa2016-05-1227-276/+154
|/ | | | This is a better syntax and should've been like this in the first place.
* Eo abstract class: Rename to Eo.Class.Tom Hacohen2016-05-1210-14/+15
|
* Ector cairo software: Fix namespacing to use . and not _.Tom Hacohen2016-05-121-1/+1
|
* elua: install the docgen appDaniel Kolesa2016-05-121-0/+8
|
* Efl canvas surface: Fix namespacing to use . and not _.Tom Hacohen2016-05-123-3/+3
|
* Elm segment control item: Fix namespacing to use . and not _.Tom Hacohen2016-05-121-1/+1
|
* Evas image orient: Fix namespacing to use . and not _.Tom Hacohen2016-05-122-2/+2
|
* Evas smart cb: Fix namespacing to use . and not _.Tom Hacohen2016-05-121-7/+7
|
* Elm image: Fix namespacing to use . and not _.Tom Hacohen2016-05-121-1/+1
|
* Eet: Fix namespacing to use . and not _.Tom Hacohen2016-05-121-3/+3
|
* Eo event description: Fix namespacing to use . and not _.Tom Hacohen2016-05-122-9/+9
|
* Eldbus: Fix namespacing to use . and not _.Tom Hacohen2016-05-123-4/+4
|
* Efl ui box: Fix namespacing to use . and not _.Tom Hacohen2016-05-121-2/+2
|
* Efl gfx stroke: Fix namespacing to use . and not _.Tom Hacohen2016-05-121-2/+2
|
* Ecore con: Fix namespacing to use . and not _.Tom Hacohen2016-05-121-2/+2
|
* Ecore exe: Fix namespacing to use . and not _.Tom Hacohen2016-05-121-5/+5
|
* docs: add an experimental elua based documentation generatordevs/q66/docgenDaniel Kolesa2016-05-122-0/+1780
|\ | | | | | | | | | | | | This is an Eolian-using doc gen written with Elua. It will be used to generate the Dokuwiki skeleton for new EFL docs. @feature
| * docgen: allow multiple paths to be scanned when providedDaniel Kolesa2016-05-121-3/+5
| |
| * docgen: basic doc generation for typesDaniel Kolesa2016-05-121-3/+24
| |
| * docgen: generate pages for different typesDaniel Kolesa2016-05-121-10/+23
| |
| * docgen: add type declaration serializer for type docsDaniel Kolesa2016-05-121-0/+110
| |
| * docgen: don't generate docs when help option is givenDaniel Kolesa2016-05-121-0/+3
| |
| * docgen: add params to disable usage of graphviz and notes pluginsDaniel Kolesa2016-05-121-8/+12
| |
| * docgen: generalized graph writerDaniel Kolesa2016-05-121-28/+82
| |
| * docgen: transparency for inheritance graph backgroundDaniel Kolesa2016-05-121-2/+5
| |
| * docgen: add support for inheritance graphs via graphvizDaniel Kolesa2016-05-121-0/+69
| |
| * docgen: only generate params for methods when they existDaniel Kolesa2016-05-121-2/+6
| |
| * docgen: better newline handling in generated docsDaniel Kolesa2016-05-121-2/+15
| |
| * docgen: put global settings into a single tableDaniel Kolesa2016-05-121-11/+13
| |
| * docgen: remove the unnecessary initializers for statsDaniel Kolesa2016-05-121-48/+6
| |
| * docgen: generation of property signaturesDaniel Kolesa2016-05-121-18/+114
| |
| * docgen: complete generic signatures for methodsDaniel Kolesa2016-05-121-2/+23
| |
| * docgen: add a type serializer and use it for signature paramsDaniel Kolesa2016-05-121-8/+38
| |