Commit Graph

787 Commits

Author SHA1 Message Date
Carsten Haitzler fd280ca81c only damage the new regions
SVN revision: 18467
2005-11-14 03:25:09 +00:00
rbdpngn 8a632ab09c Free the heap when we're done, thanks chaos.
SVN revision: 18418
2005-11-10 14:29:33 +00:00
rbdpngn a90d675613 Move ecore_file_ls from an O(n^2) insertion sort to an O(n log n) heap sort,
since we already have it available. Worked fine on OS X and had dj2 check on
Linux to ensure filesystem ordering wasn't skewing the results. He ran a
couple quick benchmarks on a 10k file directory.

Insertion sort results
23:38 <@dj2> real    0m2.134s
23:38 <@dj2> user    0m1.880s
23:38 <@dj2> sys     0m0.120s

Heap sort results
23:35 <@dj2> real    0m0.223s
23:35 <@dj2> user    0m0.072s
23:35 <@dj2> sys     0m0.052s

23:38 <@dj2> and thats on a 3ghz box, heh


SVN revision: 18410
2005-11-10 05:44:41 +00:00
David Walter Seikel ea18787d33 Brain dead, quick'n'dirty pipe writer, Strictly for testing purposes.
SVN revision: 18402
2005-11-09 20:01:32 +00:00
David Walter Seikel 0bb989f1f6 Beginnings of fork'n'pipe.
Don't use ecore_exe_pipe_run() yet, it is not finished.  You can use
ecore_exe_pipe_write(), but it will do nothing.  I committed this
because someone wanted to play with it in it's current state.

ecore_exe_pipe_run() will startup your exe, and open the pipes that you
request, and everything should get cleaned up when the exe closes.  The
pipes are in the Ecore_Exe struct, you can use them.  The next thing I
will add will be proper use of the pipes.


SVN revision: 18400
2005-11-09 14:09:28 +00:00
David Walter Seikel a2bc838d20 Getting ready for fork'n'pipe.
SVN revision: 18399
2005-11-09 13:59:03 +00:00
Carsten Haitzler d1861a8d4c add a call
SVN revision: 18336
2005-11-06 09:47:28 +00:00
sebastid 6d4a9a2337 Define exported functions
SVN revision: 18304
2005-11-04 23:47:53 +00:00
sebastid 4bb7c433de Don't use strlen to check if a string is empty
SVN revision: 18268
2005-11-04 07:54:26 +00:00
Carsten Haitzler f9a5f37623 allow managed co-ords to be set directly - for internal wm use :)
SVN revision: 18242
2005-11-03 11:32:59 +00:00
Carsten Haitzler 1e890273c9 if direct resize is set - call callbacks... directly :)
SVN revision: 18239
2005-11-03 06:16:40 +00:00
Carsten Haitzler 84e7518983 ignore grab in/out
SVN revision: 18210
2005-11-02 08:56:30 +00:00
Carsten Haitzler b69569d937 support REDRAW_DEBUg env var
SVN revision: 18188
2005-11-01 09:49:12 +00:00
codewarrior 727de7d0fc - char * to const char *
SVN revision: 18163
2005-10-31 09:14:41 +00:00
Carsten Haitzler c198ded7af on a NULl data - delete the old key and dont add any new one
SVN revision: 18161
2005-10-31 06:21:40 +00:00
Carsten Haitzler adf8c014ba always have the function calls - just optionally have useful internals
SVN revision: 18137
2005-10-30 08:01:47 +00:00
technikolor 66f580a1b4 Last commit forgot to ifdef xcursor breaking Solaris builds
SVN revision: 18127
2005-10-30 07:21:19 +00:00
sebastid c2a325ba4c Silence.
SVN revision: 17988
2005-10-26 20:13:01 +00:00
sebastid b806a35ca5 keys is an internal header.
SVN revision: 17987
2005-10-26 20:12:02 +00:00
David Walter Seikel 358badd6bf The pipes, the pipes are calling.
SVN revision: 17954
2005-10-25 07:30:29 +00:00
David Walter Seikel 8fc7865bc0 Need to store the flags for later.
SVN revision: 17953
2005-10-25 07:21:52 +00:00
David Walter Seikel 2da426d72c Fleshed out the fork'n'pipe IPC a little more.
SVN revision: 17890
2005-10-24 14:47:25 +00:00
sebastid c55ae5fdd0 Add directfb prototype.
SVN revision: 17883
2005-10-24 10:42:20 +00:00
sebastid 853b70b966 Remove unused variable.
SVN revision: 17882
2005-10-24 10:06:11 +00:00
sebastid 32732357cb Style.
Assume the operations will succeed, and set ret to 0 on fail.


SVN revision: 17881
2005-10-24 10:05:35 +00:00
codewarrior 7f10622a24 - if its a file, dont bother with it, just unlink it
SVN revision: 17880
2005-10-24 09:37:13 +00:00
Carsten Haitzler b21a42f0f7 add more members and notes
SVN revision: 17878
2005-10-24 09:02:46 +00:00
Carsten Haitzler cc1ce6c25d add mroe members
SVN revision: 17877
2005-10-24 09:02:21 +00:00
Carsten Haitzler 909a56813f stubs and comments for implementing pipes to child wrappers
SVN revision: 17876
2005-10-24 08:53:50 +00:00
codewarrior 0be8326d89 - add method to delete dirs recursively
SVN revision: 17848
2005-10-23 23:21:29 +00:00
sebastid b307dd253e Silence.
SVN revision: 17797
2005-10-23 08:35:24 +00:00
lordchaos 7de1083877 Prevent a SEGV if returned config string is NULL
SVN revision: 17735
2005-10-21 12:11:37 +00:00
sebastid 4667f645da space
SVN revision: 17726
2005-10-21 07:10:07 +00:00
sebastid 05bc00a030 <> round external header.
SVN revision: 17725
2005-10-21 07:09:34 +00:00
Carsten Haitzler aafe5bb24e ok damn bsd users - u get to have no alloca - damn lowest common denominator.
SVN revision: 17626
2005-10-17 09:59:23 +00:00
quan74 859ffb05fc ecore_directfb cleanups
SVN revision: 17586
2005-10-16 01:51:20 +00:00
Carsten Haitzler 347c26ce53 turran's dfb stuff! whee! :)
SVN revision: 17573
2005-10-15 10:37:37 +00:00
Carsten Haitzler d559cdd4f5 more patrick mautirz patches
SVN revision: 17567
2005-10-15 08:51:52 +00:00
Carsten Haitzler e83ac6a83c fix extra events to do just what they originally did
SVN revision: 17510
2005-10-13 14:06:20 +00:00
sebastid fc3eccf033 realpath returns null if the file doesn't exist.
SVN revision: 17444
2005-10-11 20:11:36 +00:00
sebastid 0357fa2fe3 reset will_accept status when entering new window.
SVN revision: 17440
2005-10-11 16:43:53 +00:00
Carsten Haitzler e5fe3c4400 fix build issue
SVN revision: 17439
2005-10-11 16:34:41 +00:00
sebastid da7d6dbe30 dst, not src in second realpath
SVN revision: 17409
2005-10-10 21:10:04 +00:00
sebastid 4545433592 Cleanup
SVN revision: 17396
2005-10-10 18:35:13 +00:00
codewarrior 2fc139fd86 Dont overrite ourselves and zero the file out during copy operations if src and dst are the same
SVN revision: 17393
2005-10-10 16:25:17 +00:00
sebastid f0e54c13f7 get/set x cursor size.
SVN revision: 17378
2005-10-10 07:50:10 +00:00
tsauerbeck 315c2a045b fix ecore_x_netwm_icons_get()
SVN revision: 17346
2005-10-09 09:56:47 +00:00
sebastid b351ead33a Move dnd stuff to ecore_x_dnd.c, and set default action to copy.
It works!!!


SVN revision: 17323
2005-10-08 14:38:15 +00:00
sebastid 1f2de469f1 Cleanup.
SVN revision: 17320
2005-10-08 13:51:58 +00:00
sebastid c025996fac Export new funcs.
SVN revision: 17318
2005-10-08 12:43:17 +00:00