summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* aspect ratio: add support for vertical casedevs/thiep/sizeThiep Ha2017-08-141-1/+74
* ui.box: add aspect ratio supportThiep Ha2017-08-141-115/+175
* Aspect supportThiep Ha2017-08-111-47/+245
* add aspect size hint to ui.box: on goingThiep Ha2017-07-261-1/+138
* ecore_evas: make sure fn_post_render callback is called last.Cedric BAIL2017-07-171-2/+4
* Text: move Annotation type to Efl.Text.Annotate namespaceDaniel Hirt2017-07-175-47/+47
* Efl text: replace all usages of cursor handle to same typeDaniel Hirt2017-07-1714-293/+286
* Evas textblock: fix legacy headerDaniel Hirt2017-07-172-19/+117
* Ui internal text interactive: handle signed cursor positionDaniel Hirt2017-07-171-0/+1
* Ui text: don't send focus action to cursor on initDaniel Hirt2017-07-171-2/+0
* Ui text: set default color (white)Daniel Hirt2017-07-171-0/+1
* Canvas text: re-add support for tabsDaniel Hirt2017-07-171-0/+5
* OSX: fix version detection in buildAndy Williams2017-07-172-2/+2
* win: Amend previous commit about modifiersJean-Philippe Andre2017-07-171-6/+11
* eina debug bt sig handle - fix build on osx for clockid_tCarsten Haitzler (Rasterman)2017-07-171-1/+3
* edje_signal: reduce member count when deleted edje_signal_callback is foundSungtaek Hong2017-07-171-0/+5
* win: Fix ABI compatibility for grab modifiersJean-Philippe Andre2017-07-173-0/+53
* ecore joystick: Use const char * in API, not slstrJean-Philippe Andre2017-07-172-2/+2
* Revert "elm_widget: separate elm_widget_item codes from elm_widget.c"WooHyun Jung2017-07-172-1422/+1309
* elm_widget: separate elm_widget_item codes from elm_widget.cWooHyun Jung2017-07-172-1309/+1422
* eo lexer - handle malloc failure with longjmpCarsten Haitzler (Rasterman)2017-07-161-0/+5
* elm_code: add missing selection signalsAndy Williams2017-07-152-0/+8
* ecore-evas: make the window_get apis return null without errors on failureMike Blumenkrantz2017-07-141-16/+23
* eina: fix eina_tiler_equal to not always return trueMike Blumenkrantz2017-07-141-3/+3
* eina: make tiler function params const where appropriateMike Blumenkrantz2017-07-142-5/+5
* efl.ui.image.zoomable: mark setter of img_region property as eo apiAmitesh Singh2017-07-141-0/+2
* ecore_evas: Perform a tick before a manual render if we're not tickingDerek Foreman2017-07-131-0/+13
* ecore_evas: Don't start custom tickers for manually rendered canvasesDerek Foreman2017-07-131-0/+15
* ecore_evas: Add a function pointer for last_tick_getDerek Foreman2017-07-131-0/+2
* ecore_drm2: Add a query for the next vblank timeDerek Foreman2017-07-134-2/+39
* ecore_evas: Refactor event catchers to call custom_tick_begin/endDerek Foreman2017-07-131-6/+11
* ecore_evas: protect against application holding a reference on the canvas whi...Cedric BAIL2017-07-131-0/+2
* doc: Include two missing propertiesAndy Williams2017-07-131-2/+2
* elm: naviframe/prefs : do not include non-public header filesStefan Schmidt2017-07-132-3/+0
* eina: inarray: remove documentation pointer to non-existing functionsStefan Schmidt2017-07-131-5/+0
* efl_ui_focus_manager: this whole thing is not just eo api its also betaMarcel Hollerbach2017-07-131-1/+1
* elementary: no need to provide the new legacy apiMarcel Hollerbach2017-07-131-6/+0
* win: fix compiler warningAmitesh Singh2017-07-131-1/+1
* ecore_anim: set the tick thread's fds CLOEXECDerek Foreman2017-07-121-0/+2
* efl-wl: initialize variableMike Blumenkrantz2017-07-121-1/+1
* edje_edit: fix source generationAndrii Kroitor2017-07-121-1/+1
* efl-wl: change x11 atom name var to normal char*Mike Blumenkrantz2017-07-121-1/+1
* efl-wl: free atom name when sending selectionMike Blumenkrantz2017-07-121-1/+4
* efl-wl: free x11 pipe read buf on read failMike Blumenkrantz2017-07-121-2/+6
* efl-wl: return if pipe reading fails in x11 bridgeMike Blumenkrantz2017-07-121-0/+1
* efl-wl: check returns in x11 selection request handlerMike Blumenkrantz2017-07-121-2/+12
* efl-wl: mmap byte for nul terminator in keymap stringMike Blumenkrantz2017-07-121-1/+1
* efl-wl: check return of ecore_main_fd_handler_fd_getMike Blumenkrantz2017-07-122-8/+21
* efl_wl: check mkstemp returnMike Blumenkrantz2017-07-121-0/+8
* efl_wl: error and cleanup on CLOEXEC failMike Blumenkrantz2017-07-121-4/+9