Commit Graph

404 Commits

Author SHA1 Message Date
Christopher Michael 0affc3ee5c Remove unused protos. Cleanups
SVN revision: 19287
2005-12-24 20:01:03 +00:00
Christopher Michael 517eb4c9cf Rename e_int_config calls to avoid E namespace conflicts
SVN revision: 19105
2005-12-18 06:33:14 +00:00
Carsten Haitzler 71040b0586 module config dialog
SVN revision: 19089
2005-12-17 11:21:54 +00:00
Christopher Michael 80a7170a8f Remove unused function prototype. Formatting
SVN revision: 19077
2005-12-16 21:04:58 +00:00
Christopher Michael 49a60c2645 Pager Config Dialogue :)
SVN revision: 19076
2005-12-16 20:57:24 +00:00
Christopher Michael b0fafe4f5a Remove unused function proto.
SVN revision: 19067
2005-12-16 04:35:49 +00:00
Christopher Michael 72f155c589 Add Tobb's Pager Patch: Fix pager tried to resize itself on resolution change
SVN revision: 19065
2005-12-16 04:29:16 +00:00
Carsten Haitzler 9bd0fbfc97 no more old textblock - gone. completely. tb2 renamed (as threatened) to
textblock. updated edje and e17.


SVN revision: 18054
2005-10-28 02:56:27 +00:00
sebastid 6e91838e63 clean whitespace
SVN revision: 17443
2005-10-11 17:22:39 +00:00
sebastid 95dcd02f5c Ignore events on the popup! A fine usage for the new ecore_evas function!
SVN revision: 17349
2005-10-09 14:01:57 +00:00
sebastid e85dd8ade4 Possible with more types for a drag. Doesn't make sense for internal dnd,
since we don't have a conversion function. Prepare for xdnd.
Declare variables.


SVN revision: 17276
2005-10-07 18:36:54 +00:00
sebastid 93a3c07ea8 It's possible to add several types for one drop handler.
SVN revision: 17204
2005-10-05 17:56:35 +00:00
Carsten Haitzler 182358b23c 1. fix valgrind issue - cpufreq was saving a char as an int to eet's
description! BAD!. and fix segv for dnd from popup pager. :)


SVN revision: 16928
2005-09-25 05:30:09 +00:00
sebastid f4498d11a3 New modapi!
If a module fails to load, don't unload it. Mark it with an error flag,
and ask the user if he wants to unload it.


SVN revision: 16918
2005-09-24 13:42:05 +00:00
Carsten Haitzler f2c5949ebb ja.po updates, suggestions taken on :)
SVN revision: 16911
2005-09-24 10:38:04 +00:00
sebastid c8c78448bf _always_ compile before comitting, even if it is a simple fix.
SVN revision: 16895
2005-09-24 01:42:29 +00:00
sebastid 5f1db01cf1 Update aspect if the number of desks change.
SVN revision: 16894
2005-09-24 01:41:19 +00:00
sebastid 39cc0c9ada Bullshit.
SVN revision: 16893
2005-09-24 01:38:34 +00:00
sebastid 7eb0b3aac1 Desktopname is in padding.
SVN revision: 16892
2005-09-24 01:32:02 +00:00
sebastid 713810d7f0 gadman padding.
SVN revision: 16890
2005-09-23 23:40:45 +00:00
sebastid 74f0aa00c7 Move module api check to module loader.
SVN revision: 16873
2005-09-23 17:13:47 +00:00
sebastid 99daede731 Don't raise border when changing desk
SVN revision: 16857
2005-09-22 22:57:17 +00:00
sebastid 06ec0ea970 Don't fake up all buttons
SVN revision: 16852
2005-09-22 20:17:55 +00:00
Dan Sinclair 9288298ae8 - move the common code to a function in the e_modules file.
SVN revision: 16851
2005-09-22 18:17:18 +00:00
Carsten Haitzler 00616d3fec wheel bindings! WERD! hard-coded ones for now, need to make these config
values that can be set/changed/deleted via ipc and are saved/loaded :)


SVN revision: 16847
2005-09-22 12:47:45 +00:00
sebastid cf4b835673 If the border we stack above/below isn't on the same desk, find the
border above/below on the same desk.


SVN revision: 16832
2005-09-21 18:06:12 +00:00
sebastid eb9d164e7c *** empty log message ***
SVN revision: 16827
2005-09-21 16:36:20 +00:00
sebastid ad4feaa85e E-codingstyle.
SVN revision: 16825
2005-09-21 06:57:36 +00:00
Christopher Michael 78e3b8efed Changed module to use e_dialog instead of e_error
SVN revision: 16820
2005-09-21 01:18:30 +00:00
sebastid 2bb78dbd3b Indent
SVN revision: 16814
2005-09-20 17:55:45 +00:00
sebastid 1a135dc6d6 Fix aspect.
SVN revision: 16807
2005-09-20 17:09:27 +00:00
rephorm d53932024a Patches from Jonathan 'giard' Turner to add scroll wheel desk switching to the pager, and fix a bug with pager win dragging and iconified windows.
SVN revision: 16700
2005-09-13 00:27:53 +00:00
rephorm 4b67447976 first attempt at cleaning up event object stacking.
this still isn't perfect, but is much better.


SVN revision: 16685
2005-09-11 06:03:13 +00:00
rephorm 77c2aa2839 ... and free the event object
SVN revision: 16682
2005-09-11 00:18:57 +00:00
rephorm 71739d63b5 clean up and re-enable pager win dragging
SVN revision: 16681
2005-09-10 23:47:19 +00:00
rephorm b48eefe56c disable pager dragging while hunting down a segv
SVN revision: 16680
2005-09-10 22:30:24 +00:00
rephorm 0bef9c6f52 the start of pager window dnd. currently only lets you move windows from one desktop to another.
SVN revision: 16672
2005-09-10 05:20:58 +00:00
sebastid 5e4e707536 Merge Raise/Lower event to Stack event.
Fix raise/lower order.


SVN revision: 16661
2005-09-07 14:55:46 +00:00
sebastid 487d6b8dcf Make the pager handle events. Less event handlers and easier to handle
more faces pr. zone.


SVN revision: 16643
2005-09-07 04:47:14 +00:00
sebastid 8d6a51beea free possible popup on shutdown.
SVN revision: 16619
2005-09-06 08:04:19 +00:00
Carsten Haitzler bcb03f5992 now this is better for the deskname popup :)
SVN revision: 16618
2005-09-06 07:29:47 +00:00
sebastid 18837029c3 Make popup and option.
SVN revision: 16615
2005-09-06 05:32:18 +00:00
sebastid bd26872690 Merge desktopname into pager
SVN revision: 16614
2005-09-06 05:19:15 +00:00
rephorm 7e22c5e6b5 ... and show other desktop's names when you mouse over them in the pager.
SVN revision: 16608
2005-09-06 01:11:41 +00:00
sebastid 926835f680 Formatting.
SVN revision: 16605
2005-09-05 23:51:23 +00:00
rephorm 8356b338e9 Add desktop name to the pager (turn it on in the pager's config menu).
The theme could probably use a bit of touch up, but it works for now :)

Add an event when desktop names change.
Note: currently 'adding' a name with enlightenment_remote sends out change events for ALL of the desktops (even the ones that didn't change). This should be fixed...


SVN revision: 16604
2005-09-05 23:14:58 +00:00
sebastid 3416045581 Don't check flag.
SVN revision: 16602
2005-09-05 22:14:06 +00:00
sebastid 9ad06b8b55 Show correct desk on enable and restart.
SVN revision: 16601
2005-09-05 22:09:42 +00:00
sebastid d30da0bf8e * Add options
-	e_config->transient.move
-	e_config->transient.resize
-	e_config->transient.raise
-	e_config->transient.lower
-	e_config->transient.layer
-	e_config->transient.desktop
-	e_config->transient.iconify
* Implement
-	e_config->transient.raise
-	e_config->transient.lower
-	e_config->transient.layer
-	e_config->transient.desktop
-	e_config->transient.iconify
* Show hide border in e_border_desk_set
* Add e_border_layer_set()


SVN revision: 16460
2005-09-02 07:38:40 +00:00
sebastid 157647f63d Remove unused variables.
SVN revision: 16151
2005-08-14 16:57:56 +00:00
Carsten Haitzler d2ea9aee5d 1. start work on dialog stuff
2. fix edge flip stuff
3. fix ghost windows stuff
4. spec


SVN revision: 15925
2005-07-28 04:35:45 +00:00
Carsten Haitzler 744dfc58ff one way or the other i'm forced to add timestamps to events - i cant avoid it
anymore. sorry guys. really no way around it. :(


SVN revision: 15891
2005-07-25 09:55:47 +00:00
sebastid 919be63258 This isn't a bug.
SVN revision: 15606
2005-07-01 09:13:38 +00:00
Carsten Haitzler 5c5ae983d7 todo--
SVN revision: 15596
2005-07-01 04:09:30 +00:00
sebastid fd579dec05 I don't know why the drop hilighting problem was removed from the TODO,
bu this should fix it.


SVN revision: 15539
2005-06-27 09:02:13 +00:00
Carsten Haitzler aa387ae380 pager screwup should be fixed now. i cant test as no xserver i have can do
the xrandr stuff that has the bug.. either way... :) (well i do have 1... but
its a pita to test it)


SVN revision: 15536
2005-06-27 07:10:42 +00:00
Carsten Haitzler a6abb22f0e object have breadcrumbs - this is a go at debugging info to help track that
dangling reference. its really intended not to remain permenantly - so one
day we'll remove it...


SVN revision: 15530
2005-06-25 06:54:22 +00:00
sebastid 47efbf19bd This should make it possible to change both rows and columns of desks at
the same time.


SVN revision: 15312
2005-06-13 19:49:11 +00:00
Carsten Haitzler 76bda119c0 winlist alt-tab works (and dhift-alt-tab to go in reverse)... it is NOT
complete... gfx are ugly. i have fixme's. it doesnt work with pointer focus
really... etc.


SVN revision: 15264
2005-06-12 06:50:34 +00:00
sebastid b1041e45f7 Start xdnd integration.
shutdown dnd subsytem after modules.
Cleanup drop handlers on module shutdown.


SVN revision: 15242
2005-06-10 21:26:50 +00:00
sebastid 84468a1c2c Care about skip_pager state
SVN revision: 15177
2005-06-07 13:28:48 +00:00
sebastid 3180eb9d56 Only accept drops on the desk area, not the whole pager.
SVN revision: 14793
2005-05-15 23:31:32 +00:00
sebastid 418d943044 The pager shows which desk a drop is over.
SVN revision: 14792
2005-05-15 22:16:00 +00:00
sebastid 739b5abd87 Looping borders are now done in correct stacking order.
SVN revision: 14751
2005-05-13 13:34:21 +00:00
sebastid aa1d7d26c3 Let the user decide the object for a drag.
SVN revision: 14702
2005-05-11 06:30:57 +00:00
sebastid 1914cac59c Update dnd event structs to match E style.
SVN revision: 14697
2005-05-10 18:15:16 +00:00
sebastid 954a7a11f6 Icon dragging in the ibar.
SVN revision: 14579
2005-05-03 17:27:42 +00:00
sebastid aa09ce4166 Prepare for move callback.
SVN revision: 14530
2005-05-01 15:55:01 +00:00
sebastid bfb6d91905 Dragging icon from border to pager now works! But since the menu
doesn't work when dragging is enabled, dragging is disabled.
For those who want dragging just remove the #if


SVN revision: 14363
2005-04-25 20:56:52 +00:00
sebastid 42aae70082 DND work.
SVN revision: 14357
2005-04-25 18:02:26 +00:00
vandango 0323325d27 supports now language for Edit Mode string
SVN revision: 14344
2005-04-25 08:59:30 +00:00
sebastid 15996823aa Cleanup
SVN revision: 14324
2005-04-24 16:04:20 +00:00
sebastid c43e391779 Some cleanup and beginning of internal dnd in E. You can drag the icon from
a window to the pager and get a nice message :)


SVN revision: 14314
2005-04-23 13:13:57 +00:00
Carsten Haitzler 9015e17739 fix dropshadow bug
make e_theme stuff check contents of edje files for group requested, if not
there, fallback
fix shading of windows with shaped windows


SVN revision: 14307
2005-04-23 05:16:25 +00:00
Carsten Haitzler f0b0f6f614 add theme finder/class/category wrapper - handles finding theme files for
specific categories, and falling back if not found. it cant check specific
parts in edjes though - maybe i should add that? :)


SVN revision: 14278
2005-04-21 10:09:28 +00:00
Dan Sinclair febbbe4a1c - change the names of the module entry points. This will break other
modules.
   init -> e_modapi_init
   shutdown -> e_modapi_shutdown
   about -> e_modapi_about
   info -> e_modapi_info
   save -> e_modapi_save


SVN revision: 14151
2005-04-12 03:34:31 +00:00
Carsten Haitzler 712d33389f ibox isnt used/etc. so for now lets remove it.
SVN revision: 14145
2005-04-11 21:50:36 +00:00
Carsten Haitzler 8af31e445f fix a bunch of fixme's in the todo for mini freeze found recently
SVN revision: 14107
2005-04-05 14:47:49 +00:00
Carsten Haitzler c257043cf3 nuke valgrind badness! :)
SVN revision: 14065
2005-04-01 16:12:31 +00:00
sebastid 99ee58239f cleanup
SVN revision: 13891
2005-03-24 20:36:31 +00:00
tsauerbeck 28b6407d93 Edjes now use 'edj' as the filename extension
SVN revision: 13856
2005-03-22 19:31:01 +00:00
sebastid 83a8630f13 Pager should listen to iconify event, not show/hide
SVN revision: 13839
2005-03-21 23:05:40 +00:00
sebastid 501f327c93 Cleanup.
SVN revision: 13833
2005-03-21 20:58:43 +00:00
sebastid 6e6bd040c6 Cleanup. Please don't add code that hides problems with the border events
or other pager issues.


SVN revision: 13832
2005-03-21 20:34:57 +00:00
sebastid 1843ab074a Potential problem...
SVN revision: 13817
2005-03-20 19:13:32 +00:00
sebastid 890d073576 Now a border sends the added event before the sticky etc. events, so the
pager doesn't have to have a special check.


SVN revision: 13816
2005-03-20 19:07:20 +00:00
Carsten Haitzler bd00c682de handle iconify, de-iconify
handle icon changes...


SVN revision: 13799
2005-03-20 11:49:32 +00:00
Carsten Haitzler aa0ccade2d fix initial stickiness handling
SVN revision: 13796
2005-03-19 17:39:25 +00:00
Carsten Haitzler 245b40b816 fix pager to work when windows are moved from zone to zone :)
add xinerama faking command-line options and help.


SVN revision: 13795
2005-03-19 17:31:42 +00:00
Carsten Haitzler c6177fab6f stacking mofo
SVN revision: 13792
2005-03-19 14:51:35 +00:00
Carsten Haitzler 5ded80ff1a set the default sizes to somethingn "sane" :)
SVN revision: 13790
2005-03-19 12:49:46 +00:00
Carsten Haitzler b0d5786212 fixed pager stick/unstick/duplication problem (thanks catalyst/JC)
:)


SVN revision: 13789
2005-03-19 12:33:24 +00:00
Carsten Haitzler c63d9e27f6 fix sick/unstick
SVN revision: 13782
2005-03-18 17:13:10 +00:00
Carsten Haitzler f739aebd5f clean that too
SVN revision: 13780
2005-03-18 16:50:03 +00:00
Carsten Haitzler 04d6dae32a more pager cleanups - still not 100% happy with it... but getting there.
SVN revision: 13779
2005-03-18 16:30:49 +00:00
Carsten Haitzler ecb51e8bc0 SOME of the pager is fixed. not all. it may leak and more - i'm in the middle
of fixing it up and so on. bear with me on this. it's less offensive now
though :)


SVN revision: 13775
2005-03-18 06:39:21 +00:00
sebastid b3732adff5 Don't use the desk client list.
SVN revision: 13738
2005-03-15 10:22:23 +00:00
Carsten Haitzler 5d3e3ee749 how did that get in there?
SVN revision: 13718
2005-03-13 02:38:17 +00:00
Carsten Haitzler bf2b1a20fb checking out pager - some notes as to what i need to do
SVN revision: 13715
2005-03-12 15:35:45 +00:00
sebastid dbe6983b03 Unnecessary.
SVN revision: 13422
2005-02-18 10:28:54 +00:00
sebastid a50bfc351d Someone can't use Evas_List :)
SVN revision: 13401
2005-02-16 12:24:03 +00:00
sebastid 8ebd6fcc71 Fix for iconify problem
SVN revision: 13400
2005-02-16 12:01:21 +00:00
sebastid 95853f7587 Free config list.
Use switch to check gadman change.
Cleanup naming.


SVN revision: 13398
2005-02-16 11:41:40 +00:00
sebastid 379a60fe5e Check if the event is relative to the current zone.
Add Desk Show event.


SVN revision: 13373
2005-02-15 12:15:22 +00:00
sebastid 21ccc8a443 Remove unused variable.
SVN revision: 13356
2005-02-13 12:32:04 +00:00
handyande 69db6a52c9 Fix border_desk_set *again* ;) - this may also fix sticky bugs reported
SVN revision: 13309
2005-02-11 10:42:30 +00:00
sebastid 78bf7b1cb5 Don't honor sticky flag when border is added.
SVN revision: 13298
2005-02-10 15:25:07 +00:00
sebastid 422e2844df Sticky windows
SVN revision: 13297
2005-02-10 15:21:23 +00:00
sebastid 73867dd3f0 Text
SVN revision: 13292
2005-02-10 12:52:31 +00:00
sebastid e6acddcfcb Edit Mode
SVN revision: 13291
2005-02-10 12:51:16 +00:00
sebastid 17ae82095c Small fix
SVN revision: 13285
2005-02-10 12:07:42 +00:00
sebastid ffe474dccc Cleanup. Add e_config_save_queue()
SVN revision: 13284
2005-02-10 12:03:09 +00:00
sebastid 83e99483ad 1. Don't return a list of pagers from the module, return a Pager.
2. Pager -> Pager_Face (like in clock and battery).
3. Config for Pager and Pager_Face
4. Menustuff
5. Added possibilities of what to do when the number of desktops change.


SVN revision: 13260
2005-02-09 12:16:21 +00:00
sebastid 8165b22409 Don't let a pager play with anothers zone
SVN revision: 13237
2005-02-08 11:19:19 +00:00
handyande f8e536b96e hmm, update TODO accurately
SVN revision: 13219
2005-02-07 12:06:06 +00:00
handyande 5983e2997f update some todo
SVN revision: 13217
2005-02-07 12:02:41 +00:00
handyande 9421f51694 fix some instance counter issues
SVN revision: 13216
2005-02-07 11:46:07 +00:00
handyande e73892ca59 Sebastians module patch, tidy up and fix clock faces + menus
SVN revision: 13215
2005-02-07 11:29:36 +00:00
handyande 17c4b87372 Actually show the windows in pager > 1 - fixed issue a)
SVN revision: 13174
2005-02-01 18:31:23 +00:00
handyande 5d0fe52e1a Modified patch from sebastid@stud.ntnu.no
adds 1 pager per zone, saves the gadman clients independantly
Looks only at the zone size, rather than the whole viewport
issues with :
a) saving x position on zone > 1
b) adding windows to zone > 1


SVN revision: 13173
2005-02-01 18:21:46 +00:00
Carsten Haitzler 329671a11f mini-freeze TODO items fixed :)
SVN revision: 13109
2005-01-27 15:17:09 +00:00
handyande 2af32159f0 Keep screen overlay an overlay
SVN revision: 13107
2005-01-27 14:24:07 +00:00
handyande 5482849d8a AHA! fixed a pager seg, we should not just be flipping desks without providing the events :) bad somebody...
Can someone who put _pager_border_find in let me know if my thought is correct or not


SVN revision: 13105
2005-01-27 11:30:50 +00:00
handyande 6697521787 OK, pager moved to gadman now, others tomorrow - note that pager still needs work for multiple zones
SVN revision: 13049
2005-01-22 01:06:22 +00:00
handyande 1c5b65ca4d a (not so) paranoid check
SVN revision: 13025
2005-01-20 10:42:09 +00:00
handyande 674a9f4b4f Small tidy, trying to hunt a segv
SVN revision: 13024
2005-01-20 10:28:56 +00:00
handyande 149cd58315 Fix small issue with resizing pager
SVN revision: 13018
2005-01-19 16:08:19 +00:00
atmosphere 3ece1002f1 hopefully the right approach, less pager segvs, iconified representations show up properly in pager on xinerama second head etc
SVN revision: 12994
2005-01-17 03:46:07 +00:00
atmosphere 4c5b929fe3 fix segv where pager window can't be found by the border
SVN revision: 12984
2005-01-15 21:15:06 +00:00
handyande 8ee0689e96 Wait for add events on new windows
SVN revision: 12980
2005-01-15 14:15:30 +00:00
handyande 877fae8945 Listen to desk changes on borders
SVN revision: 12978
2005-01-15 13:11:56 +00:00
Carsten Haitzler 6405b22494 evas_object_free? what posessed you to use that? it isnt in Evas' header
(api) at all (it HAPPENS by LUCK to be an internal call)

also fix shudwon/startup order


SVN revision: 12975
2005-01-15 09:50:26 +00:00
xcomputerman be8d8e19aa Would be nice to inform the pager when desks are getting added and removed, too.:)
SVN revision: 12974
2005-01-15 08:31:39 +00:00
Carsten Haitzler 4544c3aea0 dont deal with adds if we already have that border
SVN revision: 12970
2005-01-15 04:46:59 +00:00
handyande 2d4110436c typo
SVN revision: 12968
2005-01-15 00:06:07 +00:00
handyande 8456bb62f3 New pager code - much improved and faster - done "the E way" as much as possible
may need ironing out in a few places but is stable.

issues:
Zone support not really there, needs work (I only have one zone :()
Window icon overlays (new feature) only work if module disabled and re-enabled
  (the border add calls are too soon it seems)


SVN revision: 12964
2005-01-14 15:24:29 +00:00
handyande 2bb480508f Remember to stop listening once we are shutdown
SVN revision: 12921
2005-01-12 09:49:20 +00:00
handyande a471bb9373 finish resize and tidy a bit
SVN revision: 12903
2005-01-11 14:35:57 +00:00
Carsten Haitzler bee332a2f4 and menus now work by zones...
SVN revision: 12900
2005-01-11 13:43:01 +00:00
handyande acec22ea5f Fix box edge with xcomps sizing policy - resize offscreen still not quite right
SVN revision: 12895
2005-01-11 11:54:19 +00:00
handyande 0f9b9cda50 BAD xcomp - borders on other desks are not visible - that was not the plan
SVN revision: 12894
2005-01-11 09:41:51 +00:00
handyande 9a555d6d96 Bad xcomp, nice patch, but it broke resize - here mend resize so all is happy
SVN revision: 12893
2005-01-11 09:35:02 +00:00
xcomputerman 8051c9abd1 Make pager properly handle hidden/iconified windows
SVN revision: 12891
2005-01-11 08:13:36 +00:00
xcomputerman b4d855a31d Fix pager focusing
SVN revision: 12889
2005-01-11 08:04:35 +00:00
xcomputerman f1ed5dd58d Err, what's with the compressed pagers eh?
SVN revision: 12885
2005-01-11 06:54:08 +00:00
handyande 2c2dd2a469 Add add and remove - except remove does not work, free's are causing problems - can someone tell me how to fix please?
SVN revision: 12877
2005-01-11 00:04:46 +00:00
handyande c8ef235ea8 update pager theme slightly and hook in some callbacks
SVN revision: 12874
2005-01-10 22:26:34 +00:00
handyande 3ded7141ba Properly hide borders from the cache that are no longer needed
SVN revision: 12871
2005-01-10 20:54:20 +00:00
handyande c437e1731f Speedups - reusing where possible, and delete, not hide on free
SVN revision: 12869
2005-01-10 19:51:10 +00:00
handyande eced417086 Pager updates
- a few patches, leak fixes
 - reset click detection for desk selection - should be better behaved now
 - added a small bit of themeing


SVN revision: 12868
2005-01-10 18:59:05 +00:00
handyande da6168304d oops, typo - _what_ were the chances? ;)
SVN revision: 12863
2005-01-10 11:01:45 +00:00
handyande 0bcc378f4d Add some needed frees
fix a save bug
add window listings
as before these will not update unles you force a refresh


SVN revision: 12852
2005-01-09 23:39:19 +00:00
handyande 373734f6e1 remove debug and show pager by default
SVN revision: 12845
2005-01-09 19:06:52 +00:00
handyande d086fe5e5d Added start of pager module
need to add windows to the desk previews
will not update properly all the time, need to add events etc
 please someone theme this to fit in with default theme better - thanks :)


SVN revision: 12844
2005-01-09 19:02:18 +00:00