Commit Graph

2206 Commits

Author SHA1 Message Date
moom16 9eee3ff2ce * We can now initialize the module without having to play a file (we can now initialize the emotion module on the start of the application and so speed up the first play)
SVN revision: 14606
2005-05-04 21:32:37 +00:00
sebastid f41eaabb1a ecore_file_mkpath:
- do the right checks.


SVN revision: 14595
2005-05-04 07:15:26 +00:00
Carsten Haitzler c9b724a3c0 fix shaped ecore_evas handling to be more efficient on resize and if we
combine it with obscures - those obscured areas at least start as empty :)


SVN revision: 14580
2005-05-03 17:35:50 +00:00
sebastid 1de81f6bb6 I like is_set better than is_set_get. It's shorter and looks better and
gives the right description.


SVN revision: 14565
2005-05-03 08:02:29 +00:00
Carsten Haitzler 32b7ff4314 handle binding raw keycodes too
SVN revision: 14564
2005-05-03 04:28:15 +00:00
sebastid 4efff6222e Send an Ecore_X_Event_Window_State on WM_CHANGE_STATE message with
Iconic request.


SVN revision: 14546
2005-05-02 08:13:25 +00:00
sebastid 72a883610c Fill in the detail from the configure request.
SVN revision: 14545
2005-05-02 07:13:52 +00:00
Carsten Haitzler 90fce673a3 i wonder... if its the Menu key thing that fucks peoples focus up? ie they
dont have one and it ends up resolving to all keys and...


SVN revision: 14526
2005-05-01 14:12:23 +00:00
tsauerbeck 86821f881e use getsarg()
SVN revision: 14522
2005-05-01 10:30:16 +00:00
Carsten Haitzler b32105bea5 asparagus!
SVN revision: 14514
2005-04-30 07:16:23 +00:00
Carsten Haitzler b6d502936e add call for geting mosue xy - last_xy wasnt good enough :(
SVN revision: 14511
2005-04-30 06:55:20 +00:00
Carsten Haitzler ab518488f3 allow bitmap rendering...
SVN revision: 14508
2005-04-30 02:30:24 +00:00
Carsten Haitzler 89d30febf0 working on... keybindings for e17...
SVN revision: 14504
2005-04-29 19:36:18 +00:00
tsauerbeck 63b3408040 don't die if embryo_cc brabbles about warnings in the embryo code
SVN revision: 14503
2005-04-29 18:46:41 +00:00
tsauerbeck 5e8af45064 i suck :)
SVN revision: 14496
2005-04-29 16:32:39 +00:00
tsauerbeck 5828825639 added getsarg() - copies the specified argument into a string buffer. use this instead of getarg(num, 0) if you want to retrieve all of the string
SVN revision: 14492
2005-04-29 14:30:59 +00:00
Carsten Haitzler 83f561fffa fix deps
SVN revision: 14485
2005-04-29 09:45:12 +00:00
sebastid cd97600ce3 One step closer to deprecating ecore_x_window_prop.c
SVN revision: 14482
2005-04-29 08:48:04 +00:00
sebastid 7b09a9a77b Ignore
SVN revision: 14477
2005-04-29 07:06:35 +00:00
sebastid db388fb792 Simplify
SVN revision: 14476
2005-04-29 07:05:04 +00:00
Carsten Haitzler 1b828755a1 output dbus not con!
SVN revision: 14473
2005-04-29 05:53:20 +00:00
Carsten Haitzler a30276b663 Jorge has submitted a good start on ecore_dbus... :)
SVN revision: 14472
2005-04-29 05:29:29 +00:00
Carsten Haitzler 5b1003cb54 mirror changes in ipc as with con
SVN revision: 14468
2005-04-29 04:58:55 +00:00
Carsten Haitzler 4eb5ded2ac simons client limiter patch
SVN revision: 14467
2005-04-29 04:51:31 +00:00
Mike Frysinger 07b258a472 stop running exit since its bad form ... use AC_MSG_ERROR instead
SVN revision: 14464
2005-04-29 02:54:37 +00:00
Mike Frysinger 5a3d6981e7 remove AC_CANONICAL_TARGET and use $host* variables instead of $target* variables since thats how it works
SVN revision: 14462
2005-04-29 02:10:36 +00:00
Mike Frysinger b819c28acd remove AC_CANONICAL_TARGET since it isnt used/needed
SVN revision: 14461
2005-04-29 02:04:26 +00:00
Dan Sinclair e3616659b7 - add rmdir and unlink wrappers
SVN revision: 14456
2005-04-28 21:53:36 +00:00
sebastid 5544133f78 Create event for window state change.
SVN revision: 14453
2005-04-28 12:26:34 +00:00
sebastid d3fc2471b2 Get a better current time.
SVN revision: 14439
2005-04-28 07:48:16 +00:00
sebastid 13a15bed18 Add ewmh protocols, and return -1 if E doesn't know the protocol
SVN revision: 14435
2005-04-28 06:50:11 +00:00
Carsten Haitzler aeabe389a2 fix font geometry issues...
SVN revision: 14431
2005-04-28 04:57:12 +00:00
sebastid 886713a310 The const char *arg and subsequent ellipses in the execl, execlp, and
execle functions can be thought of as arg0, arg1, ..., argn.   Together
they describe a list of one or more pointers to null-terminated strings
that represent the argument list available  to  the  executed  program.
The  first argument, by convention, should point to the file name asso-
ciated with the file being executed.  The list  of  arguments  must  be
terminated  by a NULL pointer, and, since these are variadic functions,
this pointer must be cast (char *) NULL.


SVN revision: 14411
2005-04-27 14:30:36 +00:00
tsauerbeck 2facd89808 removed unused function
SVN revision: 14407
2005-04-27 13:53:42 +00:00
Carsten Haitzler 1e8b4c5f34 fix some leaks
SVN revision: 14400
2005-04-27 08:11:58 +00:00
Carsten Haitzler 0f3c218fb3 correct return handling
SVN revision: 14399
2005-04-27 07:46:57 +00:00
Carsten Haitzler bee9d128ea delete a smart child from its parent if it is still in there on cleanup :)
SVN revision: 14388
2005-04-27 02:35:48 +00:00
Mike Frysinger 5024eab748 allow for setting of env var to prevent running ./configure like the older autogen scripts allowed
SVN revision: 14386
2005-04-26 22:55:56 +00:00
Carsten Haitzler 517003f3c8 aaaahmmm.. no.. this.. oops
SVN revision: 14343
2005-04-25 08:40:58 +00:00
Carsten Haitzler b60fcc12ee oh silly! this woudl fuck up on multihead... FIXED!
SVN revision: 14341
2005-04-25 08:28:27 +00:00
sebastid b732a2b903 Fix
SVN revision: 14340
2005-04-25 08:26:48 +00:00
moom16 36a904a439 * add two functions to know if audio and video are handled (emotion_object_audio_handled_get and emotion_object_video_handled_get)
* add a smart callback "audio_level_change" to deal with audio level change
* alsa is now used by default since many people report troubles with oss


SVN revision: 14320
2005-04-24 14:42:50 +00:00
moom16 93f67dbe89 TODO file added
SVN revision: 14319
2005-04-24 14:23:05 +00:00
tsauerbeck 957c89d4a2 quit on 'q'
SVN revision: 14318
2005-04-24 09:13:26 +00:00
Carsten Haitzler 21d8306ee4 make e17 pass make distcheck....
and...
ASPARAGUS time...
  http://enlightenment.freedesktop.org
for tarballs

:)


SVN revision: 14313
2005-04-23 08:39:41 +00:00
Carsten Haitzler 6d90182cc1 add utility function for clipping shapes to a rect
SVN revision: 14306
2005-04-23 05:06:18 +00:00
sebastid 55cfa78e75 XWarpPointer wrapper
SVN revision: 14296
2005-04-22 08:46:05 +00:00
Carsten Haitzler 11e1e19799 shorne's cleanups
SVN revision: 14286
2005-04-22 03:03:55 +00:00
Carsten Haitzler b133ddcd09 fix list bug...
SVN revision: 14275
2005-04-21 08:28:21 +00:00
sebastid 9734b7c5da Evas is gone
SVN revision: 14256
2005-04-20 09:20:33 +00:00