Commit Graph

3010 Commits

Author SHA1 Message Date
David Walter Seikel 9b4adfbd25 The FIXME's have been.
SVN revision: 19055
2005-12-16 01:09:52 +00:00
Carsten Haitzler 6fbd81ed4c handle no name part.
SVN revision: 18995
2005-12-13 15:11:21 +00:00
David Walter Seikel 79e003fe0b I'm on a .cvsignore cleanup spree. Guess I can take care of this one myself.
SVN revision: 18971
2005-12-12 16:49:43 +00:00
Carsten Haitzler c311ace53c well i don't know... BUT... amd64 here (x86_64) DOES handle mmx, mmx2 and see
so - mayaswell enable them. works here. somehow i was sure that it only did
sse, not mmx or mmx2...


SVN revision: 18961
2005-12-12 07:49:22 +00:00
Carsten Haitzler e430a7e6fc delete timer on 0 return AND if manually deleted prefer the delete over the
continue return of 1


SVN revision: 18954
2005-12-11 14:33:21 +00:00
Carsten Haitzler 7475ec3508 exe pipe example and other exe (no pipe) example. :)
SVN revision: 18951
2005-12-11 06:52:07 +00:00
Carsten Haitzler a0ceee8b51 i have to back out all of jose's blend changes - musch faster than
debugging/fixing and likely int he end the exact same result of fixing them.
yes - we lose performance - but it actually is correct now :) if we want to
do such radical changes- i sugegst moving to premultiplied alpha and makign a
tonne of externally tested routines in a test harness first to compare
correctness and speed in an isolated environment.


SVN revision: 18947
2005-12-11 04:55:20 +00:00
handyande e270ac86eb getopt long patch from Morten Nilsen - thanks
SVN revision: 18946
2005-12-11 03:32:18 +00:00
David Walter Seikel ba872e4bf9 Turn off the write handler when not needed.
SVN revision: 18943
2005-12-11 00:11:12 +00:00
David Walter Seikel 82021edf95 Time I added myself.
SVN revision: 18940
2005-12-10 22:40:34 +00:00
David Walter Seikel 7df068b625 Fork'n'pipe now actually pipes.
SVN revision: 18939
2005-12-10 22:39:51 +00:00
Carsten Haitzler 8342cdd55d valgrind complaint! fix!
SVN revision: 18929
2005-12-10 05:22:03 +00:00
Carsten Haitzler 35ef5579d4 better style (more files to look at though)
SVN revision: 18928
2005-12-10 04:40:53 +00:00
Carsten Haitzler e029265a03 1. good segv catch by whereami.
2. style cleanup from jose's patches


SVN revision: 18920
2005-12-09 08:41:38 +00:00
codewarrior 48e0355efe - ecore_file_size
SVN revision: 18916
2005-12-09 00:02:21 +00:00
handyande 0e7786ecc4 woops on the last patch
SVN revision: 18913
2005-12-08 12:35:11 +00:00
handyande a8752bb121 Thanks Morten Nilsen for your ecore_config patches - applied here and working nicely
SVN revision: 18903
2005-12-07 23:30:29 +00:00
Carsten Haitzler 068266c8a2 another util function - list all executables in your $PATH - in full.
SVN revision: 18890
2005-12-07 07:18:52 +00:00
Carsten Haitzler b1073dd01c 2nd einfo screws things. fix.
SVN revision: 18886
2005-12-06 23:43:32 +00:00
rbdpngn c032606187 Remove warnings by updating to the correct type.
SVN revision: 18882
2005-12-06 21:54:43 +00:00
rbdpngn 9b2d5dc9e6 Use const for ecore_strings.
SVN revision: 18863
2005-12-06 03:44:47 +00:00
rbdpngn f20a699a57 Use const for ecore_string.
SVN revision: 18862
2005-12-06 03:44:26 +00:00
Carsten Haitzler d72672d783 bloody valgrind! argh! :(
SVN revision: 18856
2005-12-06 00:48:33 +00:00
Carsten Haitzler 929cc2d47d null ptr checks
SVN revision: 18846
2005-12-05 10:08:30 +00:00
Carsten Haitzler 045bb2d1e2 use djb2 hash for evas_hash too
SVN revision: 18844
2005-12-05 04:03:22 +00:00
Carsten Haitzler 0d2c10811e LATIN1->ISO888....
SVN revision: 18843
2005-12-05 03:58:22 +00:00
rbdpngn a65f11996f Use a djb2 hash for a better distribution.
SVN revision: 18842
2005-12-05 02:51:10 +00:00
andyetitmoves 2f856c8ab1 Added cvsignore entries: mainly for *.spec files,
added one missing .cvsignore file


SVN revision: 18832
2005-12-04 17:16:20 +00:00
Carsten Haitzler 8873290ea8 use the right symbol
SVN revision: 18825
2005-12-04 12:37:50 +00:00
Carsten Haitzler 93630a29ff gl patch - build.
SVN revision: 18819
2005-12-04 05:02:24 +00:00
Carsten Haitzler cbb6684629 only check for c++ compiler if buildign qtopia engine
SVN revision: 18815
2005-12-03 15:19:21 +00:00
Carsten Haitzler 1b272aec90 joses's gradient work - gradient look nice. one problem jose.. USE BRACKETS!
do NOT depend on order operation precedence. it broke scaling. laos other
completely bizarre mmx things were going wrong with mm7 ending up not 0 so
i've had to force it to be 0.


SVN revision: 18811
2005-12-03 09:27:53 +00:00
rbdpngn 172b0612aa Catch a potential segfault if a hash is created and never used.
SVN revision: 18785
2005-12-02 15:35:50 +00:00
Carsten Haitzler 1d9ef01856 oops - textblock badness with alloca
SVN revision: 18778
2005-12-02 03:20:56 +00:00
Carsten Haitzler 1406d86f53 oops fix stringshare conversion bug.
SVN revision: 18777
2005-12-02 03:15:08 +00:00
rbdpngn 777373c046 Consistent return values on errors.
SVN revision: 18773
2005-12-01 23:08:43 +00:00
rbdpngn ebdd5d371a Check the return value correctly.
SVN revision: 18772
2005-12-01 23:02:58 +00:00
Carsten Haitzler 2489a46975 Jorge's dfb patches are finally in! :)
SVN revision: 18751
2005-12-01 06:39:35 +00:00
Carsten Haitzler e475d8844f illogict patch
SVN revision: 18749
2005-12-01 06:23:58 +00:00
Dan Sinclair 470cf87824 - this fixes a problem in ewl where you couldn't click to put the cursor on
the end of the first line


SVN revision: 18747
2005-12-01 06:18:43 +00:00
Carsten Haitzler 648b7deab7 remove 1 pointer overhead for stringshare (4 bytes or 8) and optimsie free
lookup a little.

amazingly stringshare is showing a double speedup over strdup/free on this p4.


SVN revision: 18741
2005-12-01 03:47:14 +00:00
Carsten Haitzler 83e6dc6afb some complaining if we do something bad
SVN revision: 18737
2005-12-01 01:01:17 +00:00
Carsten Haitzler f9865e04da oops - using free() instead of stringshare_del(). fixed.
SVN revision: 18736
2005-12-01 01:01:04 +00:00
Carsten Haitzler 16dcf581f9 disabled debugging.
SVN revision: 18733
2005-11-30 15:57:21 +00:00
Carsten Haitzler bd0c83af10 make more use of stringshare and eet alloc methods
SVN revision: 18732
2005-11-30 15:36:34 +00:00
Carsten Haitzler f8dd4d1af7 support special strign and alloc methods
SVN revision: 18731
2005-11-30 15:36:19 +00:00
Carsten Haitzler 430b2a1901 use stringshare! :)
SVN revision: 18728
2005-11-30 09:56:15 +00:00
Carsten Haitzler 8e4c88578a cvs ignore++
SVN revision: 18725
2005-11-30 08:46:30 +00:00
Carsten Haitzler 3621124677 stringshare works! :)
SVN revision: 18724
2005-11-30 08:45:20 +00:00
Carsten Haitzler 1c2dc52ae0 something is broken with text classes - disable for now.
SVN revision: 18723
2005-11-30 08:37:37 +00:00