summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* edje: on Mac OS X, use Apple's key bindings with entriesdevs/cedric/osxJean Guyomarc'h2015-12-011-9/+23
* evil: better check of Windows 64 bitsVincent Torri2015-12-011-1/+1
* ecore_cocoa: fix live resize of windowsJean Guyomarc'h2015-12-013-0/+40
* ecore_cocoa_app: don't override initJean Guyomarc'h2015-12-012-7/+0
* ecore_cocoa: don't make ecore_cocoa_feed_events() a public APIJean Guyomarc'h2015-12-014-6/+6
* ecore_cocoa: NSApp must be configured in the App wrapperJean Guyomarc'h2015-12-012-8/+7
* ecore_cocoa_window: cosmetic changesJean Guyomarc'h2015-12-011-8/+12
* ecore_cocoa: don't export Ecore_Cocoa_Keys.hJean Guyomarc'h2015-12-013-3/+13
* ecore_x: factorize multiple calls to strlen()Jean Guyomarc'h2015-12-011-4/+9
* ecore_cocoa: factorize codeJean Guyomarc'h2015-12-011-5/+5
* evas_gl_cocoa: make sure focus is always unlocked after locking itJean Guyomarc'h2015-12-011-1/+2
* ecore_cocoa_cnp: make API thread-safeJean Guyomarc'h2015-12-011-7/+4
* ecore_cocoa_cnp: clear the clipboard only if writableJean Guyomarc'h2015-12-011-4/+4
* ecore_cocoa: NSEvent modifiers are of type NSUIntegerJean Guyomarc'h2015-12-011-2/+2
* ecore_evas_cocoa: factorize codeJean Guyomarc'h2015-12-011-27/+28
* ecore_cocoa: report error when [super init] failsJean Guyomarc'h2015-12-011-2/+2
* ecore_evas_cocoa: remove dead codeJean Guyomarc'h2015-12-011-26/+0
* ecore_cocoa: remove EINA_UNUSED because parameter is usedJean Guyomarc'h2015-12-011-1/+1
* ecore_cocoa: remove debug logJean Guyomarc'h2015-12-011-3/+0
* ecore_cocoa: reindent fileJean Guyomarc'h2015-12-011-126/+126
* ecore_cocoa: add more safety checksJean Guyomarc'h2015-12-011-63/+67
* ecore_cocoa: remove EINA_UNUSED because parameter is actually usedJean Guyomarc'h2015-12-011-1/+1
* ecore_cocoa: prevent Ecore_Cocoa_Window to be re-definedJean Guyomarc'h2015-12-012-0/+3
* ecore_cocoa: remove ECORE_COCOA_EVENT_EXPOSEJean Guyomarc'h2015-12-013-6/+2
* ecore_cocoa: remove unused eventsJean Guyomarc'h2015-12-012-6/+0
* ecore_cocoa: start doxygenJean Guyomarc'h2015-12-011-29/+116
* ecore_evas_cocoa: focus: handle ignore_eventsJean Guyomarc'h2015-12-011-20/+2
* ecore_cocoa: don't track NSAppKitDefined eventJean Guyomarc'h2015-12-011-31/+0
* ecore_evas_cocoa: don't reset the init count if negativeJean Guyomarc'h2015-12-011-1/+0
* ecore_evas_cocoa: use Eina macro to determine the size of a static arrayJean Guyomarc'h2015-12-011-1/+1
* ecore_evas_cocoa: don't shutdown ecore_event_evas() twiceJean Guyomarc'h2015-12-011-1/+0
* ecore_evas_cocoa: EAPI cannot be set for WIN32Jean Guyomarc'h2015-12-011-14/+6
* ecore_cocoa: fix typesJean Guyomarc'h2015-12-011-4/+5
* ecore_evas_cocoa: remove dead codeJean Guyomarc'h2015-12-011-5/+0
* ecore_cocoa: copy and paste supportJean Guyomarc'h2015-12-015-1/+217
* ecore_cocoa: silent warning: unused parameterJean Guyomarc'h2015-12-011-1/+1
* ecore_cocoa: use EAPI in implementationJean Guyomarc'h2015-12-011-18/+22
* ecore_cocoa: improve const-correctnessJean Guyomarc'h2015-12-012-2/+3
* ecore_cocoa: don't specify inlineJean Guyomarc'h2015-12-011-1/+1
* ecore_cocoa: add support for system cursorsJean Guyomarc'h2015-12-0111-9/+172
* ecore_win32: add support of X11 shaped cursorsVincent Torri2015-12-017-14/+5821
* ecore_win32: add clipboard managementVincent Torri2015-12-016-7/+420
* eina: use eina_file_path_join() and eina_environment_tmp_get() when neededVincent Torri2015-12-011-27/+4
* ecore_file: fix ecore_file_file_get() on WindowsVincent Torri2015-12-011-1/+17
* efl: change efl_gfx_shape_cubic_to() api signature to follow other API (cairo...Subhransu Mohanty2015-11-305-35/+30
* efl: updated efl_gfx_shape_dup() implementation to use direct access to inter...Subhransu Mohanty2015-11-301-45/+29
* efl: add bookkeeping for convex shapes.Subhransu Mohanty2015-11-301-2/+12
* efl: update append_rect implementation.Subhransu Mohanty2015-11-301-16/+26
* efl: update append_circle implementation to use _efl_gfx_shape_append_arc.Subhransu Mohanty2015-11-301-3/+2
* efl: add alternative append_arc implementationSubhransu Mohanty2015-11-301-0/+300