Commit Graph

1595 Commits

Author SHA1 Message Date
Carsten Haitzler 5b7136d3f8 edje decompiling works now! you can decompile an edje .eet back into source
files (.edc's, fonts and images) and it will even make a handy build/sh to
rebuild the .edc into the original .eet again! :)

NB: only works on .et's created with this edje_cc or newer as i needed to
incpude some extra debug info :)


SVN revision: 11431
2004-08-29 11:03:19 +00:00
tsauerbeck 52a6615758 fixed a potential NULL pointer deref
SVN revision: 11429
2004-08-29 09:40:02 +00:00
tsauerbeck f702251c5d added ecore_x_window_configure
SVN revision: 11418
2004-08-28 09:58:39 +00:00
Carsten Haitzler 95546de87c oops. printf left in.
SVN revision: 11417
2004-08-28 08:43:24 +00:00
Carsten Haitzler b81f2b2b90 reduce more stat calls
SVN revision: 11416
2004-08-28 08:41:19 +00:00
Carsten Haitzler 80b569c6f2 reduce stat calls massively...
SVN revision: 11415
2004-08-28 08:41:12 +00:00
atmosphere ad64bc77c2 more fixups for systems without ecore_evas_gl
SVN revision: 11408
2004-08-28 02:22:29 +00:00
atmosphere 4938c64dc4 fixup for compiling w/o GL
SVN revision: 11407
2004-08-28 02:06:57 +00:00
Carsten Haitzler a27188129c valgrind problems... valgrind told me so! :)
SVN revision: 11406
2004-08-28 01:38:31 +00:00
tsauerbeck b8e67c3057 implemented events WINDOW_CONFIGURE_REQUEST and WINDOW_RESIZE_REQUEST (configure request done by werkt)
SVN revision: 11405
2004-08-27 22:33:56 +00:00
tsauerbeck 5a3416ec01 make sure BUILD_ECORE_X is accessable
SVN revision: 11402
2004-08-27 10:12:31 +00:00
tsauerbeck ae85a8a85c don't build the ecore_x dependant parts if we didn't built ecore_x at all
SVN revision: 11401
2004-08-27 10:02:45 +00:00
tsauerbeck bce01bbf1d added ecore_evas_gl_x11_window_get()
SVN revision: 11400
2004-08-27 09:37:14 +00:00
tsauerbeck c781c0b4bc formatting fixes. added vim modeline
SVN revision: 11391
2004-08-26 18:05:25 +00:00
tsauerbeck 0360534032 don't allow ecore_x_window_border_width_get/set calls on the default root window.
SVN revision: 11390
2004-08-26 18:00:42 +00:00
tsauerbeck 5dd253c9ad added ecore_x_window_border_width_set()
SVN revision: 11389
2004-08-26 17:50:33 +00:00
Carsten Haitzler 7948fb2fc8 edje.inc was wrong (so was the comment)
SVN revision: 11381
2004-08-26 00:44:14 +00:00
Carsten Haitzler 74218f9611 tilman's xcursor patch
SVN revision: 11380
2004-08-25 23:41:57 +00:00
technikolor 5f9604253c Typo fix.
SVN revision: 11378
2004-08-25 18:51:42 +00:00
tsauerbeck 9c647255e8 i think we can get rid of the script debugging spam now
SVN revision: 11375
2004-08-25 15:42:40 +00:00
tsauerbeck db7455d97a added SWALLOW to constants
SVN revision: 11370
2004-08-25 13:22:28 +00:00
Carsten Haitzler 032bb7bfd2 minw/h didnt let given minw/h for item override text minw/h if the override
is bigger. fix.


SVN revision: 11369
2004-08-25 12:34:00 +00:00
Carsten Haitzler 3c0cb05a60 containers on hold for now...
SVN revision: 11358
2004-08-25 00:53:45 +00:00
tsauerbeck 6c0e20d5e0 warning fixes
SVN revision: 11339
2004-08-24 10:06:33 +00:00
tsauerbeck f87a1c7395 another warning fix
SVN revision: 11338
2004-08-24 09:51:37 +00:00
tsauerbeck bb78f4bf38 warning fix
SVN revision: 11337
2004-08-24 09:47:06 +00:00
Carsten Haitzler b25fae82f4 wow. now THAT was interesting. multiple native call entries in the native
symbol table... so returning once the first was set was not a good idea.


SVN revision: 11336
2004-08-24 06:37:26 +00:00
Carsten Haitzler 795fa244e1 oops got errors the wrong way
SVN revision: 11332
2004-08-24 02:11:38 +00:00
Carsten Haitzler acb65be215 1. more container work
2. debugging output for atmos's edje embryo script op issue


SVN revision: 11331
2004-08-24 01:48:19 +00:00
ncn c7b724474c Just some more docs. A few todos inserted, to be fixed soon.
SVN revision: 11330
2004-08-23 23:04:34 +00:00
ncn 08e7335c1c Just some docs for Ecore_FB functions, some functions still left to doc.
SVN revision: 11329
2004-08-23 22:59:00 +00:00
tsauerbeck 2b7e81c3dc added text to cLabel
SVN revision: 11326
2004-08-23 16:41:28 +00:00
tsauerbeck ebf95c2418 grrr, compile before you commit\!
SVN revision: 11325
2004-08-23 10:47:20 +00:00
tsauerbeck 95dcbdf55d added ecore_x_window_delete_request_send
SVN revision: 11324
2004-08-23 10:44:22 +00:00
tsauerbeck 4a2f0a12a7 that function is actually called _width_get, not _size_get
SVN revision: 11323
2004-08-23 08:55:42 +00:00
tsauerbeck 288a11f6a9 check for invalid protocol values before accessing the array
SVN revision: 11310
2004-08-22 22:04:12 +00:00
tsauerbeck 108be9ed1c added ecore_x_window_prop_protocol_isset()
SVN revision: 11309
2004-08-22 21:57:07 +00:00
tsauerbeck c9218500d1 haha, this was totally stupid. let the compiler handle the initialization
SVN revision: 11308
2004-08-22 21:44:52 +00:00
tsauerbeck f56faa573b properly initialize data
SVN revision: 11307
2004-08-22 21:03:02 +00:00
atmosphere 2d27cb044e doh, thanks dj2
SVN revision: 11299
2004-08-22 04:02:44 +00:00
atmosphere 7b7707694b misinterpretted this, put it back in
SVN revision: 11298
2004-08-22 04:00:52 +00:00
atmosphere 86c7360119 hook in get_geometry to the edje embryo calls
SVN revision: 11297
2004-08-22 02:20:00 +00:00
atmosphere 09b36c3b5f as per raster's request, return values as ints
SVN revision: 11296
2004-08-22 02:18:39 +00:00
atmosphere 027a3e9254 get part geometry in embryo
SVN revision: 11295
2004-08-22 01:29:25 +00:00
xcomputerman e680ebc8e5 Patch from Tilman for root window fallback in ecore_x_event_mask_set().
SVN revision: 11293
2004-08-20 22:37:10 +00:00
xcomputerman 05b75d8230 And remove C bitfield syntax so that new keyword notation (":" instead of ",") will work right
SVN revision: 11265
2004-08-18 03:36:48 +00:00
Carsten Haitzler ae07a5791e fix to account for new engine
SVN revision: 11264
2004-08-18 03:34:34 +00:00
xcomputerman 77570e313f Add script statement to EDC syntax file
SVN revision: 11263
2004-08-18 03:33:37 +00:00
Carsten Haitzler d303467a0f forgot to emti program start/stop if the action is invalid/empty
SVN revision: 11255
2004-08-18 01:09:14 +00:00
Dan Sinclair 14ba519320 - send the _XDND_LEAVE signal on _xdnd_leave instead of _XDND_ENTER
SVN revision: 11253
2004-08-17 20:10:28 +00:00