Commit Graph

262 Commits

Author SHA1 Message Date
tsauerbeck a1edb45248 renamed EET_FILE_MODE_RW to EET_FILE_MODE_READ_WRITE
SVN revision: 13595
2005-03-03 17:26:46 +00:00
Carsten Haitzler 0493ba4e33 1. e17's init icons get put into an e_box for arrangement nad the init splash
determines the location...

2. .002 snap


SVN revision: 13533
2005-02-28 05:35:02 +00:00
sebastid ee7d847876 Fix
SVN revision: 13489
2005-02-24 09:54:58 +00:00
sebastid bb9eba12f1 Fix.
SVN revision: 13479
2005-02-23 11:54:29 +00:00
sebastid f7bd20accb This is needed, else deleted file in all wont propagate.
SVN revision: 13477
2005-02-23 11:38:28 +00:00
sebastid 029763243c Remove old stuff.
SVN revision: 13476
2005-02-23 11:35:42 +00:00
sebastid 9031513bfd No more duplicate icons in ibar.
SVN revision: 13475
2005-02-23 11:29:41 +00:00
sebastid 5d4e02b22d ecore_file updates
SVN revision: 13464
2005-02-22 12:49:18 +00:00
sebastid a1e7a376d8 New app subsystem. Seems to work :)
SVN revision: 13457
2005-02-21 16:21:13 +00:00
sebastid b4192a2fb9 Small updates.
Move from e_file to ecore_file


SVN revision: 13456
2005-02-21 16:16:40 +00:00
sebastid aa1d7058a3 Remove double loop.
SVN revision: 13424
2005-02-18 10:30:02 +00:00
sebastid c3470b0a1b Use macro.
SVN revision: 13423
2005-02-18 10:29:18 +00:00
sebastid dbe6983b03 Unnecessary.
SVN revision: 13422
2005-02-18 10:28:54 +00:00
sebastid 80e87df59e Wrap text, indent
SVN revision: 13412
2005-02-17 17:40:54 +00:00
sebastid 9718ef9fa7 Cleanup.
SVN revision: 13396
2005-02-16 11:31:21 +00:00
sebastid 6b50c58bfa Make sure loop ends.
SVN revision: 13395
2005-02-16 11:30:32 +00:00
sebastid 36aac98812 Make sure loop quits.
SVN revision: 13394
2005-02-16 11:29:31 +00:00
sebastid 6aef215864 If the object only can move along edges, remove horz/vert centering.
Maybe the centering rather should be fixed?


SVN revision: 13393
2005-02-16 11:27:01 +00:00
sebastid 75916a26b9 Nicer loop.
SVN revision: 13392
2005-02-16 11:25:30 +00:00
sebastid e0f1105b32 Make sure loop quits.
SVN revision: 13391
2005-02-16 11:23:56 +00:00
sebastid 4e8281f220 e_box_orientation_get()
SVN revision: 13390
2005-02-16 11:21:07 +00:00
sebastid 921f1ae198 Better so.
SVN revision: 13380
2005-02-15 17:28:43 +00:00
sebastid 3cafcebfb3 No need to waste cycles.
SVN revision: 13379
2005-02-15 17:16:02 +00:00
sebastid 5e74b4affe Don't waste cycles :)
SVN revision: 13378
2005-02-15 17:11:13 +00:00
sebastid 728a0d1d09 Remove unnecessary loop.
SVN revision: 13377
2005-02-15 17:05:34 +00:00
sebastid 7035502079 Cleaner with for loop.
Destroy old desks, not only their client list.


SVN revision: 13376
2005-02-15 16:54:47 +00:00
sebastid a0c24bd77e Segv fix!
SVN revision: 13374
2005-02-15 13:17:53 +00:00
sebastid c86091fcaf - Add atom E_ATOM_SHADE_DIRECTION, remove E_ATOM_ICONIC
- Add function for reordering border lists.
- Update hints, and use them.
- Add a flag to e_border_hide to tell if the window still
  is managed or not.
- Don't set changed flag if changing visibility. Visibility is handled
  outside _e_border_eval()
- Cleanup focus_out.
- Add desk show event.


SVN revision: 13372
2005-02-15 12:11:31 +00:00
sebastid bcca6372fd Remove actions that shouldn't be here.
Update.


SVN revision: 13371
2005-02-15 12:07:23 +00:00
sebastid c8bcd40efd Text.
SVN revision: 13370
2005-02-15 11:50:12 +00:00
sebastid 587530a216 We created the menu_items, so e_object_del() them.
Shutdown menu properly!


SVN revision: 13369
2005-02-15 11:49:24 +00:00
sebastid c4ff9fc7a6 Free the desks on shutdown.
SVN revision: 13368
2005-02-15 11:48:08 +00:00
sebastid 1fd4f38daf We created the submenu, so e_object_del it!
SVN revision: 13367
2005-02-15 11:46:54 +00:00
handyande 9b1ae3c05f refresh gadget parts properly (re: pager -> edit mode, then add desktop)
SVN revision: 13361
2005-02-14 11:59:42 +00:00
sebastid d9aa5194e4 Use xinerama screen id for zone id.
SVN revision: 13357
2005-02-13 12:33:31 +00:00
sebastid d5810516ad Export function.
SVN revision: 13355
2005-02-13 12:31:31 +00:00
sebastid 5c02906f15 Don't let extra screens overlap the main screen.
SVN revision: 13354
2005-02-13 11:56:46 +00:00
sebastid 24f8a74326 Fix for overlapping xinerama screens.
SVN revision: 13350
2005-02-13 11:36:19 +00:00
sebastid fc6ae8b462 Move managing code from e_main.c to e_manager.c
Check for the existence of E_ATOM_CONTAINER and E_ATOM_ZONE
Use e_object_del to delete objects.
Convenience functions:
- e_manager_container_current_get()
- e_manager_container_number_get()


SVN revision: 13348
2005-02-13 11:17:46 +00:00
sebastid 68512d32c3 Add code for zone setting, and remembering zone and container.
SVN revision: 13347
2005-02-13 11:12:51 +00:00
sebastid 68ae5cb156 Mark problem with FIXME
SVN revision: 13344
2005-02-13 10:47:57 +00:00
sebastid f8a00b541c Remove e_client_gadman_edge_set, because e_gadman_client_edge_set exists.
Respect policy changes while in editing mode.


SVN revision: 13343
2005-02-13 10:46:04 +00:00
sebastid 59c93af598 Formatting.
SVN revision: 13342
2005-02-13 10:44:02 +00:00
sebastid 2a95b38708 Create atoms to hold container and zone info.
SVN revision: 13341
2005-02-13 10:41:14 +00:00
sebastid 9c7c92333f Remember which window is resizing, and if that window is removed, stop
resizing.


SVN revision: 13317
2005-02-11 15:18:21 +00:00
sebastid 6be8d93eea Don't change the event structure.
SVN revision: 13316
2005-02-11 14:50:08 +00:00
sebastid 31e64db739 Bad me.
SVN revision: 13315
2005-02-11 14:39:44 +00:00
sebastid 9cf57618d6 Don't accept LOCK keys as modifiers on event Mouse Down.
SVN revision: 13314
2005-02-11 14:38:46 +00:00
sebastid 422e2844df Sticky windows
SVN revision: 13297
2005-02-10 15:21:23 +00:00
sebastid 462f07aa92 Now both resize limit and resize resist should work.
SVN revision: 13296
2005-02-10 13:53:00 +00:00