Commit Graph

13 Commits

Author SHA1 Message Date
Vincent Torri 23b182c2f7 sync() does not exist on Windows (XP or CE)
SVN revision: 55982
2011-01-07 18:08:42 +00:00
Cedric BAIL ec23bf6a0f * expedite: Massive cleanup.
SVN revision: 46439
2010-02-24 18:25:18 +00:00
Vincent Torri c6dc0252f8 Windows CE fixes:
* Typo in the restoration of top level windows
 * shows top level windows when exiting


SVN revision: 45328
2010-01-19 14:02:52 +00:00
Vincent Torri 803d9f823f restore the win ce interface (taskbar, SIP) on failure
SVN revision: 45323
2010-01-19 11:02:49 +00:00
Vincent Torri d23ff9c849 * add shutdown function to properly shut down the graphic system
* fix seg fault with the xcb (soft and render) engines

Notes:
 * install fontconfig >= 2.7: it frees correctly its mem
 * strangely, the xrender xlib and gl xlib engines are
   segfaulting when XCloseDisplay is called (in the shutdown
   function). It does not with soft xlib. I absolutely don't
   know why.


SVN revision: 43373
2009-10-31 15:05:23 +00:00
Vincent Torri 0f6c7f1ede fail if evas_engine_info_set() fails
SVN revision: 39671
2009-03-24 09:06:40 +00:00
Vincent Torri d8ecd625fd * configure reorganisation
* add gdi backend to the Windows CE engine


SVN revision: 37715
2008-11-19 17:40:05 +00:00
doursse cb03952c56 set the size in the engine info
SVN revision: 35149
2008-07-17 23:10:39 +00:00
doursse 4d1efa3850 add DirectDraw backend. Seems faster on pda's that have it
SVN revision: 34668
2008-05-25 17:39:48 +00:00
doursse 6df0eef45f * put the keys management in expedite instead of the evas engine.
Don't use the broken GAPI anymore for them. Use instead an undocumented
   function (yes, *undocumented*) to manage hardware keys. It's used
   with both gapi and framebuffer backends.
 * clean correctly the memory on errors in engine_software_16_wince_args()


SVN revision: 34651
2008-05-23 18:33:07 +00:00
doursse 2d75dece03 fix key up management
SVN revision: 34541
2008-05-12 05:31:14 +00:00
doursse 29d8dd954d do not repaint the window (should speed up the drawing)
SVN revision: 34524
2008-05-10 08:57:02 +00:00
doursse d8d00d5e5a * add wince engine support
* add -datadir option in command line, so that the data directory can be
   specified with command line. Best way to manage data dir with Windows
   CE OS, which does not support env variables...


SVN revision: 34402
2008-04-29 22:02:30 +00:00