Commit Graph

1212 Commits

Author SHA1 Message Date
Carsten Haitzler f0edb7bb9d nuke #warning, and return no more!
SVN revision: 9971
2004-04-29 04:23:37 +00:00
Carsten Haitzler 988e608f74 hmm math just a little off
SVN revision: 9970
2004-04-29 03:44:39 +00:00
Carsten Haitzler 76243ee847 and STOOOPIDO me does the wonderful copy & paste bug... FIX!
SVN revision: 9969
2004-04-29 02:58:10 +00:00
Carsten Haitzler cab05f4564 configure portable goodness
SVN revision: 9967
2004-04-29 01:44:44 +00:00
Carsten Haitzler 68aac0d54c mipspro happiness
SVN revision: 9966
2004-04-29 01:32:35 +00:00
atmosphere 524d23b24d raster fixed this and it seems a tad more readable this way
SVN revision: 9952
2004-04-28 04:09:51 +00:00
Carsten Haitzler 6643d99647 aaaaaaah #'s form cpp in embryo verbatim snippets - strip them.
SVN revision: 9951
2004-04-28 03:31:06 +00:00
Carsten Haitzler 7cac3f55e7 well - we can go back to where we were before. type overflow issue
SVN revision: 9950
2004-04-28 01:53:30 +00:00
Carsten Haitzler b8d1a2a24a avoid type overflow...
SVN revision: 9949
2004-04-28 01:52:16 +00:00
atmosphere 4b41466fc3 slight fixup
SVN revision: 9947
2004-04-28 01:39:08 +00:00
Carsten Haitzler b0f43ce516 make default clip smaller. we weem to be overflowing calculations to do with
the clip...


SVN revision: 9946
2004-04-28 00:43:56 +00:00
technikolor 2a90ce5ff0 Atmos' excellent Edje EDC template, ready for all to use. All hail atmos.
SVN revision: 9943
2004-04-27 22:46:30 +00:00
Carsten Haitzler 0f6e7ba387 use evas_coord too
SVN revision: 9933
2004-04-27 10:34:47 +00:00
Carsten Haitzler 35018ca1e2 hmm - for now dont over-optimise...
SVN revision: 9927
2004-04-27 08:59:24 +00:00
Carsten Haitzler d88541cedb as an excercise in forcing everyone to write code using the correct
datatypes... i have by default changed the coord datatypes to be ints instead
of doubles... not - READ your headers carefully - they are Evas_Coord types.
dont ASSUME them to be anything except a scalar of some sort your compiler
can handle and cast. (coudl be int, long, long long, short, double, float etc.)


SVN revision: 9924
2004-04-27 08:31:27 +00:00
Carsten Haitzler 140ea23e3f not evas_coord safe! fix.
SVN revision: 9922
2004-04-27 08:16:18 +00:00
Carsten Haitzler f964491ae9 not evas_coord safe! fix. :)
SVN revision: 9921
2004-04-27 08:16:13 +00:00
Carsten Haitzler ae778d5ef9 dont use t! its not standard!
SVN revision: 9920
2004-04-27 08:05:12 +00:00
tsauerbeck fdff6d615c put the read buffer back on the stack
SVN revision: 9899
2004-04-25 15:52:53 +00:00
tsauerbeck 1e0da5fe44 fixed ssl deadlock
SVN revision: 9898
2004-04-25 15:42:57 +00:00
Carsten Haitzler 9ff80db043 demangle-fix
SVN revision: 9894
2004-04-25 04:35:46 +00:00
Carsten Haitzler f09616a23c allow this to be used form c++!
SVN revision: 9893
2004-04-25 04:28:52 +00:00
Carsten Haitzler 36862709f6 abort edje_cc compile if embryo is not happy
SVN revision: 9892
2004-04-25 04:24:56 +00:00
Carsten Haitzler ec680ae695 embryo_cc line numebrs match up with edje .edc ones now - much better foir
debugging


SVN revision: 9891
2004-04-25 04:20:58 +00:00
xcomputerman 30179574bd Realign Ecore_X event masks with Xlib event masks. This fixes the bug
causing some input select requests not to work.
*API Change warning*


SVN revision: 9878
2004-04-24 05:49:46 +00:00
xcomputerman 55c7533fc8 - Use XChangeWindowAttributes() instead of XSelectInput()
- Add event_mask_unset to allow deselecting events


SVN revision: 9875
2004-04-23 22:48:21 +00:00
xcomputerman 23d33a8d4f Events:
- Or the requested event mask with the current mask, instead of replacing
  it.
DND:
- Set default action on drop to Ask


SVN revision: 9873
2004-04-23 22:17:01 +00:00
Carsten Haitzler 196cc7e9a6 oopsie - NOW its fixed! :)
SVN revision: 9871
2004-04-23 08:06:33 +00:00
Carsten Haitzler 4b2111867f ipc header compression as part of the protocol. this relies on previosu
header states and does delta's. it seems to give me about 50-70% compression
for the headers - not bad. also solved aligned memory access problem waiting
to happen... :)


SVN revision: 9870
2004-04-23 07:24:40 +00:00
handyande 61bb6beaba Add theme type for exciting features in examine
Add property descriptions,
For the (beginnings of) help text / input parser


SVN revision: 9869
2004-04-22 23:38:19 +00:00
Carsten Haitzler 67a3d2f391 font imaging stuff....
SVN revision: 9847
2004-04-22 11:29:34 +00:00
Carsten Haitzler d707df4f5c changes to support evoak efficiently
SVN revision: 9830
2004-04-21 06:38:37 +00:00
Carsten Haitzler fb5af0d025 SOME of the changes needed to support evoak... needs new eet...
SVN revision: 9829
2004-04-21 06:38:24 +00:00
Carsten Haitzler fbbfbfaa84 hmmm - why read_buf is in the struct so each server and client connection
PERMENANTLY uses 64kb of ram until closed? why? trill???? why does ssl need a
malloced buffer and cannot a buffer on the stack?


SVN revision: 9810
2004-04-20 11:40:44 +00:00
Carsten Haitzler 8f1862baf8 oops - kept in dbg
SVN revision: 9809
2004-04-20 09:32:57 +00:00
Carsten Haitzler 9403c932e5 oops - forgot to copy my fix to other side too!
SVN revision: 9808
2004-04-20 09:30:59 +00:00
Carsten Haitzler 0d755cb255 formatting and all sorts of cleanup stuff... not anywhere near done or
perfect... :(


SVN revision: 9805
2004-04-20 03:50:11 +00:00
rbdpngn c742fbdd6a Hackish, but it fixes the problem with stupid cpp's.
SVN revision: 9804
2004-04-20 03:14:46 +00:00
rephorm 107315ec99 ok. that definitely ain't the right way to do those. back it out...
SVN revision: 9803
2004-04-20 02:07:11 +00:00
rephorm f345cdd8e5 lets not confuse people :)
SVN revision: 9802
2004-04-20 01:11:33 +00:00
rephorm d0aa1ba4ae make it a bit more interesting...
SVN revision: 9801
2004-04-20 01:00:01 +00:00
rephorm 88589aae0c fill in some embryo calls.
not fully tested yet. click on the spinning logo to animate the dragable in e_logo.eet (as an example of set_drag())


SVN revision: 9800
2004-04-20 00:24:30 +00:00
Carsten Haitzler 7b0c934edd oooh siglongjmp!!!!
SVN revision: 9792
2004-04-19 01:27:37 +00:00
Carsten Haitzler 119d053057 note about gcc 3.2.x
SVN revision: 9770
2004-04-18 00:57:06 +00:00
Carsten Haitzler 3e09b08e74 survive make distcheck...
SVN revision: 9747
2004-04-16 02:06:39 +00:00
Carsten Haitzler 989eadab47 pass make distcheck!
SVN revision: 9746
2004-04-16 01:46:54 +00:00
Carsten Haitzler c6e321a630 distable... :)
SVN revision: 9745
2004-04-16 01:38:14 +00:00
Carsten Haitzler c82e8c2756 version uppie...
SVN revision: 9732
2004-04-15 07:58:38 +00:00
tsauerbeck e6e0b3a0a4 i guess that's what you meant
SVN revision: 9723
2004-04-14 16:14:24 +00:00
Carsten Haitzler c1344875fa oops. printf left in.
SVN revision: 9721
2004-04-14 09:11:42 +00:00