Commit Graph

2264 Commits

Author SHA1 Message Date
Carsten Haitzler 2ed9ddb6ab maybe gcc4 is happy now?
SVN revision: 14969
2005-05-27 13:33:03 +00:00
tsauerbeck ef5760f393 check the value of the null pointer, and print a warning if it's not zero
SVN revision: 14962
2005-05-26 15:33:26 +00:00
tsauerbeck 2a6b9852d7 duplicate name to self
SVN revision: 14957
2005-05-26 11:14:15 +00:00
tsauerbeck 220ab137d0 need to reduce compress to 0 or 1 down there, too
SVN revision: 14955
2005-05-26 11:04:42 +00:00
tsauerbeck 7868fea3aa check for overflow of of buflen
SVN revision: 14954
2005-05-26 10:58:22 +00:00
tsauerbeck 92c57be18b whitespace good
SVN revision: 14953
2005-05-26 10:53:53 +00:00
tsauerbeck 898379b49b duplicate name first
SVN revision: 14952
2005-05-26 10:51:50 +00:00
tsauerbeck 26d7e31787 use Z_BEST_COMPRESSION
SVN revision: 14951
2005-05-26 10:28:41 +00:00
tsauerbeck e2acf51360 cleanup
SVN revision: 14950
2005-05-26 10:22:56 +00:00
tsauerbeck 27a62c33a5 only write 0 or 1 to the header though for the compression flag
SVN revision: 14949
2005-05-26 10:03:03 +00:00
tsauerbeck 6fec921778 true is everything but zero
SVN revision: 14948
2005-05-26 10:02:10 +00:00
tsauerbeck 638b1c7da7 don't define _POSIX_SOURCE, it breaks things very slightly. if anyone knows the proper fix, go ahead.
SVN revision: 14947
2005-05-26 09:46:45 +00:00
tsauerbeck cc37e8166f warnings ;)
SVN revision: 14946
2005-05-26 09:43:23 +00:00
Carsten Haitzler cb2934afab oops - broke writing. flush bad. fixed.
SVN revision: 14945
2005-05-26 06:15:48 +00:00
Carsten Haitzler 369e1cd2fe make hash fn a bit better
SVN revision: 14944
2005-05-26 06:15:33 +00:00
Carsten Haitzler 67506e226f and lo-and-behold. eet gets faster! a lot faster for data chunk decoding
(used by edje and ecore_config and e_config) and just general eet archive
opening times...


SVN revision: 14943
2005-05-26 03:57:57 +00:00
Carsten Haitzler 526a8099fa fix potential bugs in msg queu processing
SVN revision: 14933
2005-05-25 08:07:34 +00:00
Carsten Haitzler cde252a7f6 safety checks
SVN revision: 14932
2005-05-25 05:40:03 +00:00
tsauerbeck bae19f7bea the evas_hash_foreach callback is supposed to return a value ;)
SVN revision: 14930
2005-05-24 17:02:00 +00:00
Carsten Haitzler 43716e4698 let programmers know they are NORTY!
SVN revision: 14929
2005-05-24 05:42:36 +00:00
Carsten Haitzler 901dc350fd fix segv
SVN revision: 14927
2005-05-24 04:25:38 +00:00
tsauerbeck cfd247aac1 made edje_file_collection_list() check its argument before trying to do anything with it
SVN revision: 14923
2005-05-23 17:48:53 +00:00
tsauerbeck bd62aadc6e fix a silly bug that caused a memleak (i think)
SVN revision: 14922
2005-05-23 17:29:43 +00:00
Carsten Haitzler 396a16f47c commented out debug
SVN revision: 14921
2005-05-23 07:06:20 +00:00
Carsten Haitzler 0a61e33102 some debugging commented out. seems evas's caches work like a charm
SVN revision: 14920
2005-05-23 06:29:40 +00:00
Carsten Haitzler 2f81db8bb2 whitespace + unsigned
SVN revision: 14917
2005-05-23 04:32:04 +00:00
doursse 56eb17e152 fix a warning
SVN revision: 14895
2005-05-22 06:18:14 +00:00
Carsten Haitzler 75ae92333a warnigns cleanups + fb 32bpp transparency support for evas from celement
SVN revision: 14893
2005-05-22 03:02:15 +00:00
Carsten Haitzler b4f5f1315f cleanups from clement
SVN revision: 14892
2005-05-22 03:01:59 +00:00
Carsten Haitzler 6b1e15b267 packed poo --
SVN revision: 14891
2005-05-22 03:01:22 +00:00
Carsten Haitzler 46e02cf8bb whitespace
SVN revision: 14889
2005-05-22 02:49:50 +00:00
Carsten Haitzler 2a6937cccb whitespace
SVN revision: 14888
2005-05-22 02:49:48 +00:00
Carsten Haitzler 4f10fa29b3 for people who dont install pkgconfig
SVN revision: 14878
2005-05-21 02:07:10 +00:00
Mike Frysinger 2bac60d01f fix underquoting
SVN revision: 14877
2005-05-20 22:01:40 +00:00
sebastid d1649294c1 Compiler warning.
SVN revision: 14874
2005-05-20 18:15:50 +00:00
Carsten Haitzler 0ef7b7e31e safe grab/ungrab
SVN revision: 14868
2005-05-20 09:22:10 +00:00
Carsten Haitzler 4acd48f5af use %a for more precision
SVN revision: 14848
2005-05-19 00:13:25 +00:00
sebastid 17e9714ac7 A desk must always have a positive value.
SVN revision: 14815
2005-05-17 12:23:15 +00:00
sebastid f609c9b3a7 debugging message.
SVN revision: 14814
2005-05-17 11:59:50 +00:00
sebastid 11c35549e6 Add event for desktop change request.
SVN revision: 14809
2005-05-16 15:42:50 +00:00
sebastid f43fd99b4f Cleanup and netwm work.
SVN revision: 14804
2005-05-16 12:59:26 +00:00
doursse 3d64123f2c add the modifications of raster, fix some potential bug, clean up. It is still a bit slower than xlib
SVN revision: 14787
2005-05-15 09:30:26 +00:00
doursse 7cc5c95949 remove some warnings
SVN revision: 14786
2005-05-15 05:58:40 +00:00
Carsten Haitzler b19afb2772 need 2.1.7 or higher...
SVN revision: 14743
2005-05-13 04:20:46 +00:00
Carsten Haitzler 8b120cbfc4 how the fuck didnt that work before!
SVN revision: 14731
2005-05-12 14:45:15 +00:00
sebastid 5321d3758e A string is a char* and the data from ipc is unsigned char*. This cast
removes a lot of compiler warnings.


SVN revision: 14729
2005-05-12 13:52:44 +00:00
Emfox Zhou ed9d00eaf5 reverted, source package name should be in this way.
SVN revision: 14718
2005-05-12 07:00:10 +00:00
Carsten Haitzler e0f2e4b400 no - libBLAH - this is debian standards in naming of packages. anythign that
is (primarily) a library is called libwhateverr. :)


SVN revision: 14715
2005-05-12 02:52:19 +00:00
Emfox Zhou 39dfffde1f debian packages sourcename consistence.
SVN revision: 14710
2005-05-11 14:25:25 +00:00
Carsten Haitzler 17886a3e7b clean up software x11 engine a little. buffer converted pixels and copy to
screen all at once (less "tearing" on updates), minimise syncs, round trips
and remove yet another layer of memcopies if in 24/32bpp and your gfx card
thinks in ARGB. per DWORD. :)


SVN revision: 14704
2005-05-11 08:52:46 +00:00