summaryrefslogtreecommitdiff
path: root/src/lib/ecore_x
Commit message (Expand)AuthorAgeFilesLines
* eina: Add eina_fnmatch win32 implementationFelipe Magno de Almeida2020-12-151-2/+2
* ecore_x: Rename EAPI macro to ECORE_X_API in Ecore X libraryFelipe Magno de Almeida2020-12-1439-2203/+2206
* ecore x - fix typo in internal backdoor api to get vsync debugCarsten Haitzler (Rasterman)2020-09-042-2/+2
* ecore x - go back to vsync thread. this will be more reliableCarsten Haitzler (Rasterman)2020-08-201-1/+2
* ecore_x: Add mode flags new in xrandr 1.2.Alastair Poole2020-08-151-0/+18
* ecore-x vysnc - env var - fix typoCarsten Haitzler (Rasterman)2020-06-231-1/+1
* Get rid of trailing whitespaces (4 / 14)Elyes HAOUAS2020-06-239-226/+226
* refactor buildMarcel Hollerbach2020-05-271-9/+10
* lib: add more c_args handling for places we missed beforeStefan Schmidt2020-05-261-0/+1
* ecore-x : move x vsync device back to mainloop from threadCarsten Haitzler (Rasterman)2020-05-231-16/+138
* ecore-x expose some debug times like the exact time the vsync wokeCarsten Haitzler (Rasterman)2020-05-232-5/+33
* ecore-x - ensure we fully look at all xkb events and refresh all bindsCarsten Haitzler (Rasterman)2020-05-192-3/+11
* remove arguments of LOGFN in ecre_x and ecore_wayland as the are always the sameVincent Torri2020-05-0429-528/+528
* ecore_x_selection: do not skip any any atomsMarcel Hollerbach2020-03-081-4/+4
* ecore_x: add API to request selection changed events for diff. winsMarcel Hollerbach2020-03-082-0/+29
* ecore x - fix debug printf format to print timeCarsten Haitzler (Rasterman)2020-02-141-1/+1
* ecore-x add root barrier setup func to fix xserver mouse containmentCarsten Haitzler (Rasterman)2020-01-072-0/+100
* Fix check for XIGetPropertyrafspiny2019-12-281-2/+3
* ecore-x - fix fallbacks to use capital X in lib nameCarsten Haitzler (Rasterman)2019-12-241-2/+2
* ecore_x: fix unused parameter warnings after xgesture removalStefan Schmidt2019-12-091-9/+9
* ecore_x: remove support XGesture extensionStefan Schmidt2019-12-066-323/+8
* ecore-x - add some xi2 api's for fiddling with device propertiesCarsten Haitzler (Rasterman)2019-11-165-0/+200
* ecore-x: protect against accidentally "un-managing" the root windowMike Blumenkrantz2019-09-261-0/+4
* ecore-x: add internal function for selecting just properties of root windowMike Blumenkrantz2019-09-262-0/+31
* ecore-x: track whether ecore-x is internally "managing" the root windowMike Blumenkrantz2019-09-261-6/+5
* ecore-x: fix null derefs in window prop codeMike Blumenkrantz2019-09-261-8/+14
* events: don't check for zeroed event types before registering themMike Blumenkrantz2019-07-102-8/+4
* ecore_x - restore move event skipper that was removed long agoCarsten Haitzler (Rasterman)2019-06-181-55/+74
* ecore-x: protect ecore_x_shutdown from creating a negative init countMike Blumenkrantz2019-05-291-0/+5
* build: use only BUILD_ECORE_IMF_XIM as a defineMike Blumenkrantz2019-04-171-2/+2
* docs: Fix common misspellings in H filesXavi Artigas2019-04-021-1/+1
* ecore-x: only modify _ecore_key_grabs when key is toggledThierry2019-02-131-7/+11
* cmake: remove!Marcel Hollerbach2018-12-201-61/+0
* build - meson - fix ecore-x to detect xcursor to fix rgba cursorsCarsten Haitzler (Rasterman)2018-10-181-0/+9
* ecore_x - add nouveau into the whitelist and clean up so it's a listCarsten Haitzler (Rasterman)2018-10-111-136/+98
* here comes mesonMarcel Hollerbach2018-10-021-0/+142
* ecore x - fix vsync to not block amdgpu driversCarsten Haitzler (Rasterman)2018-07-241-0/+24
* ecore-x: add some useful xkb function wrappersMike Blumenkrantz2018-01-242-0/+38
* ecore-x: re-add implementation of ecore_x_connection_get()Mike Blumenkrantz2018-01-242-0/+8
* ecore-x: filter XkbNewKeyboardNotifyEvent before emitting ecore-x eventMike Blumenkrantz2018-01-241-0/+5
* ecore-x: add more info to Ecore_X_Event_Xkb eventMike Blumenkrantz2018-01-242-0/+16
* ecore-x: add more null checks for functionsMike Blumenkrantz2018-01-221-1/+5
* ecore-x: perform internal shutdown on io error if callback is setMike Blumenkrantz2018-01-223-21/+33
* efl: remove _MSC_VER (Visual Studio macro) usage in source codeVincent Torri2018-01-041-16/+8
* efl: Reset ecore event types on initJean-Philippe Andre2017-12-192-77/+71
* ecore: removing assignment operation to avoid warning.Prince Kumar Dubey2017-10-161-1/+1
* efl: unsigned int/long never be less than zero. Fixed.Prince Kumar Dubey2017-10-132-3/+3
* ecore-x: reject successive MappingNotify events if they are identicalMike Blumenkrantz2017-09-221-13/+19
* ecore_x: Avoid crash on NULLJean-Philippe Andre2017-08-021-0/+3
* ecore_x: init XEvents before passing to xMarcel Hollerbach2017-08-017-34/+34