Commit Graph

544 Commits

Author SHA1 Message Date
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 88c6a35aff Convert degree sign to utf8
SVN revision: 16818
2005-09-20 19:14:29 +00:00
sebastid b1836c9e56 E-codingstyle
Fix memleak


SVN revision: 16815
2005-09-20 18:16:33 +00:00
sebastid 2bb78dbd3b Indent
SVN revision: 16814
2005-09-20 17:55:45 +00:00
sebastid 06caedb714 Fix supported atoms.
SVN revision: 16808
2005-09-20 17:09:56 +00:00
sebastid 1a135dc6d6 Fix aspect.
SVN revision: 16807
2005-09-20 17:09:27 +00:00
Carsten Haitzler f9e265cbae dont hardcode TZ2
SVN revision: 16726
2005-09-15 09:48:18 +00:00
Carsten Haitzler 1afc17d459 patches, stuff...
SVN revision: 16724
2005-09-15 06:25:28 +00:00
Dan Sinclair 02a815f78a - remove config.h from e.h and put it into the .c files that need it.
e.h is an installed header so modules can be written outside the e tree.
  config.h isn't installed by e. so, if the module dosen't have a config.h
  and the local directory in their include path the build will fail.


SVN revision: 16719
2005-09-14 20:19:44 +00:00
Carsten Haitzler 1acab7e3e5 remove useless code
SVN revision: 16709
2005-09-14 06:43:54 +00:00
Carsten Haitzler 07f6885df7 use startup notify... see ibar in default.
SVN revision: 16708
2005-09-14 06:39:59 +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 e5406feda5 comments
SVN revision: 16666
2005-09-08 05:03:28 +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 17eba778e6 Restore controller on startup.
SVN revision: 16431
2005-08-30 14:45:24 +00:00
sebastid 35b45b9e92 Support /proc/pmu
Check if mem allocation succeeds.


SVN revision: 16429
2005-08-30 12:15:36 +00:00
sebastid de9cde27b6 Don't need to check for . and .. ecore_file_ls removes them.
SVN revision: 16428
2005-08-30 11:29:24 +00:00
sebastid 5e0e894c3c Code outside of e_border shouldn't care if we use icccm or netwm name.
SVN revision: 16415
2005-08-30 01:42:56 +00:00
sebastid f0fde4a081 Set the confirmation window above and make it sticky and centered.
SVN revision: 16414
2005-08-30 01:17:22 +00:00
sebastid 1614e90aa8 Only save config if the user clicks "OK".
SVN revision: 16349
2005-08-25 16:21:58 +00:00
sebastid 0f438c844f Don't move dialog, we don't know where it will end.
SVN revision: 16348
2005-08-25 16:17:52 +00:00
sebastid 51fe7eadaa Confirmation dialod for randr.
SVN revision: 16347
2005-08-25 15:59:53 +00:00
sebastid c77026a7ef Better text.
SVN revision: 16343
2005-08-25 14:03:58 +00:00
sebastid 582ce9a64a Fix storing data for randr module.
SVN revision: 16342
2005-08-25 13:55:15 +00:00
sebastid 5ad54f65dc No icon.
SVN revision: 16339
2005-08-25 13:17:55 +00:00
sebastid 13af71f239 No extra files for randr
SVN revision: 16337
2005-08-25 13:14:49 +00:00
sebastid 3ac16a3a8d Remove wrong icon for randr
SVN revision: 16322
2005-08-24 22:28:41 +00:00
sebastid b2ce098242 Formatting.
SVN revision: 16319
2005-08-24 22:08:33 +00:00
sebastid d4c6859178 Move randr module from gadget to submenu in main menu.
SVN revision: 16298
2005-08-23 10:26:44 +00:00
Carsten Haitzler 64c25be4c1 more bsd cpufreq module patches
SVN revision: 16268
2005-08-22 07:46:41 +00:00
Carsten Haitzler f28bd4352c temp module patches from bickers :)
SVN revision: 16263
2005-08-22 03:49:40 +00:00
rbdpngn bb346eb54d Add the autofoo to enable OS X battery support.
SVN revision: 16232
2005-08-18 06:15:27 +00:00
rbdpngn da9e2162d2 Touch up some of the output values.
SVN revision: 16231
2005-08-18 06:09:43 +00:00
rbdpngn c92592433e Preliminary OS X battery support.
SVN revision: 16230
2005-08-18 05:35:02 +00:00
sebastid fbfa242bff Update api function names.
SVN revision: 16211
2005-08-16 13:20:42 +00:00
xenith 30cd8f5fef shh....quiet now
Updating the bashcomp script. 158 options!


SVN revision: 16170
2005-08-15 04:32:49 +00:00
sebastid 157647f63d Remove unused variables.
SVN revision: 16151
2005-08-14 16:57:56 +00:00
sebastid a27a5d29df The menu is probably NULL. Don't segv.
SVN revision: 16146
2005-08-14 11:57:57 +00:00
sebastid eddc29f41d enable randr, updated ecore_x commited.
SVN revision: 16145
2005-08-14 10:22:49 +00:00
Carsten Haitzler 0dab07b4bb disable randr module - doesn't build (ecore_x randr calls dont exist or are
different)


SVN revision: 16143
2005-08-14 07:35:59 +00:00
sebastid 0bb0ddbad4 Screen resolution change module.
Needs new icon, and fix the theme!


SVN revision: 16141
2005-08-14 01:29:57 +00:00
Carsten Haitzler c7fd8821f3 asus no rate acpi info fix
SVN revision: 16078
2005-08-09 07:13:55 +00:00
stffrdhrn c69a5ef492 don't try and compile BSD stuffs in linux
SVN revision: 15997
2005-08-02 15:05:48 +00:00
Carsten Haitzler 4bc83ed144 formatting
SVN revision: 15994
2005-08-02 09:55:03 +00:00
Carsten Haitzler ec414c6f6a bsd battery patch
SVN revision: 15993
2005-08-02 09:52:30 +00:00
Carsten Haitzler d57e9799ca dont force to low quality all the time (i was testing!)
SVN revision: 15958
2005-07-30 10:24:08 +00:00
Carsten Haitzler aff2246a2b 1. bug noted
2. elib extensions patch for bg_add/del etc.
3. i optimised dropshadow... if you chose low wuality you wil see something
like 2.5 TIMES speedup in dropshadow calculation. the medium quality is very
nice (you can tell low quality just if you look carefully) and it provides
like 1 1.8 times speedup or so. user choice here - high quality is what the
old code did


SVN revision: 15942
2005-07-30 04:47:39 +00:00
Kim Woelders d2fd333001 Quiet.
SVN revision: 15939
2005-07-29 16:41:05 +00:00
Carsten Haitzler d1684fdc05 smaller icon (match other modules)
SVN revision: 15935
2005-07-28 14:50:44 +00:00
Carsten Haitzler a34206e1fc desktopname module from schouze (slightly cleaned and fixed).
and fix resist bug.

bg.po updates

um.. stuff.


SVN revision: 15927
2005-07-28 07:43:58 +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 4a487d8c53 conservative governor support, sk intl support
SVN revision: 15903
2005-07-26 13:26:02 +00:00
sebastid 7821c74bd7 Border drop on ibar (From S��bastien HOUZE).
SVN revision: 15899
2005-07-26 11:03:36 +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
Carsten Haitzler 1a6b7d07b6 patches patches...
SVN revision: 15760
2005-07-13 02:59:31 +00:00
Carsten Haitzler 6e73e8ff11 damn - um... patches from mailing list - fix patch with layer number. da.po -
waiting for da.po i can use.. etc :)


SVN revision: 15738
2005-07-12 03:53:56 +00:00
Carsten Haitzler d9142c3024 mmx for dropshadwo.. but disabled for now
SVN revision: 15634
2005-07-04 04:54:33 +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
Carsten Haitzler ae6595f0b1 bsd temp patch
SVN revision: 15499
2005-06-23 02:49:32 +00:00
vandango 5fde1d501f e translation update
SVN revision: 15462
2005-06-20 23:03:42 +00:00
vandango d16963df9b e translation update
SVN revision: 15461
2005-06-20 23:03:00 +00:00
sebastid e7c26361fd Set height of ibar to a default. It doesn't matter, because the height
will be calculated from the theme.


SVN revision: 15442
2005-06-20 08:41:01 +00:00
sebastid 9d5a452142 Menu option to enable or disable the follower.
SVN revision: 15402
2005-06-18 00:10:31 +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
Carsten Haitzler e629126d7b ibar drop gfx are nice now :)
SVN revision: 15253
2005-06-11 11:19:10 +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 b4106b7fe5 Now the ibar DnD should be right. Please?
SVN revision: 15235
2005-06-10 16:01:00 +00:00
sebastid dc86ea9de2 - Make the drop object the right size.
- Correct drop position.


SVN revision: 15196
2005-06-08 13:08:44 +00:00
sebastid 272e8e2517 - Don't depend on the icon object to calculate size.
- Don't disappear when empty.


SVN revision: 15194
2005-06-08 12:12:27 +00:00
sebastid 84468a1c2c Care about skip_pager state
SVN revision: 15177
2005-06-07 13:28:48 +00:00
sebastid 49cdf502fb Another netwm hint down!
SVN revision: 15083
2005-06-03 11:41:20 +00:00
Carsten Haitzler 28d41b1d28 fix up exe to set DISPALY right for executed apps on other managers... this
also technically may allow us to add other properties to a window if i get
ehack back in to then put it on the desktop it was launched on.


SVN revision: 15054
2005-06-02 09:49:07 +00:00
handyande cd4b8b81f1 ssh
SVN revision: 15046
2005-06-01 14:28:57 +00:00
sebastid 97a21f2254 Compiler warnings.
SVN revision: 14980
2005-05-28 09:57:26 +00:00
Carsten Haitzler f618831ce9 fix memory leaks! no more leaks!
SVN revision: 14934
2005-05-25 08:08:44 +00:00
vandango f9eee2c7a6 little int update
SVN revision: 14925
2005-05-23 22:52:34 +00:00
Carsten Haitzler 3f3a9f2c75 make dnd resistance a config value
SVN revision: 14879
2005-05-21 02:49:47 +00:00
sebastid 8a73bf8974 Formatting.
SVN revision: 14841
2005-05-18 18:13:53 +00:00
Carsten Haitzler 20ad23ab6c fix remote type
start module actualyl has a semblance of working well... :)


SVN revision: 14835
2005-05-18 10:18:02 +00:00
Carsten Haitzler ea2fa22046 TODO items. bugs. start module - its a START. it doesnt work that well. needs
work in the menu code to handle fixing menus to a launch rect.


SVN revision: 14831
2005-05-18 05:06:05 +00:00
sebastid f03d2c1fc7 Only free existing icons.
SVN revision: 14825
2005-05-17 17:47:04 +00:00
sebastid bf7349ac81 ibox works.
SVN revision: 14801
2005-05-16 08:18:27 +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 2bbedbf606 The icon is now correctly positioned relative to the mouse.
SVN revision: 14785
2005-05-15 05:20:18 +00:00
sebastid 44fc7861e4 Real ibox code.
SVN revision: 14775
2005-05-14 14:08:16 +00:00
sebastid 0336953891 Back to ibar.
SVN revision: 14774
2005-05-14 14:06:09 +00:00
sebastid cfaf7ea3ba Copy ibar code to ibox, doesn't work yet.
SVN revision: 14765
2005-05-13 21:19:04 +00:00
sebastid 138ecfaca9 Free border lists after use..
SVN revision: 14764
2005-05-13 21:09:41 +00:00
sebastid 9036a4c57a Only fake the pressed button up.
SVN revision: 14754
2005-05-13 14:14:04 +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 4697bedac1 Dnd update, shape works now.
SVN revision: 14714
2005-05-11 21:33:55 +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 6fd2d5fe41 Dnd is relative to the background evas/modules, so feed a new drag
with container, not zone.


SVN revision: 14701
2005-05-10 22:05:02 +00:00
sebastid eb907d88ac Dnd update. Copy setup from popup.
SVN revision: 14699
2005-05-10 19:35:12 +00:00
sebastid 1914cac59c Update dnd event structs to match E style.
SVN revision: 14697
2005-05-10 18:15:16 +00:00
sebastid 49185cab25 Ignore
SVN revision: 14677
2005-05-08 22:36:01 +00:00
sebastid adfc31a964 Right include path for module
SVN revision: 14676
2005-05-08 22:34:45 +00:00
Carsten Haitzler 46e410368f fix evas object warnings - and fix dropwshadow bug
SVN revision: 14618
2005-05-06 06:22:22 +00:00
sebastid 1022489211 Cleanup.
SVN revision: 14598
2005-05-04 12:16:16 +00:00
sebastid 0e1a615b84 Dragging icons on the ibar should work. If an icon is dropped outside the
ibar it is removed (but only from the .order file).


SVN revision: 14597
2005-05-04 11:04:08 +00:00
sebastid 22a86baf72 Some potential problems. Disable for now.
SVN revision: 14585
2005-05-03 19:51:54 +00:00
sebastid 7f6f11cb5c Cleanup.
SVN revision: 14584
2005-05-03 19:33:32 +00:00
sebastid 4ad3995c73 Changing order on the ibar with dnd works.
SVN revision: 14583
2005-05-03 18:46:04 +00:00
sebastid 954a7a11f6 Icon dragging in the ibar.
SVN revision: 14579
2005-05-03 17:27:42 +00:00
sebastid 82634e66a1 And now the icon is remove when start dragging.
SVN revision: 14575
2005-05-03 13:49:45 +00:00
sebastid b64b058d06 Can drag eapps from the ibar and drop them again. Will result in multiple
of the same eapp! But fortunately it doesn't get saved.


SVN revision: 14574
2005-05-03 13:44:43 +00:00
sebastid 2516acbe24 End dnd on mouse up.
SVN revision: 14543
2005-05-02 06:47:40 +00:00
sebastid 60942f6a68 More framework
SVN revision: 14538
2005-05-01 20:37:48 +00:00
sebastid 8eff9fbe82 Ready to accept eapp drop. Now we really need libemenuedit.
SVN revision: 14537
2005-05-01 20:29:32 +00:00
sebastid e861b5d391 Set right size for drop area.
SVN revision: 14536
2005-05-01 20:00:55 +00:00
sebastid eb5a5d193c Icon dragging.
SVN revision: 14534
2005-05-01 19:29:17 +00:00
sebastid aa09ce4166 Prepare for move callback.
SVN revision: 14530
2005-05-01 15:55:01 +00:00
sebastid 72707f1d9c Fix compiler warnings.
SVN revision: 14529
2005-05-01 15:40:26 +00:00
sebastid 7cb25f719e ignore
SVN revision: 14441
2005-04-28 07:55:45 +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 e263ee8637 supports now language for 'CPU Frequency Error' string
SVN revision: 14346
2005-04-25 09:13:53 +00:00
vandango d6b1d4f93a supports now language for Edit Mode string
SVN revision: 14345
2005-04-25 09:12:38 +00:00
vandango 0323325d27 supports now language for Edit Mode string
SVN revision: 14344
2005-04-25 08:59:30 +00:00
Carsten Haitzler bdbf2f2079 get rid of ecore warning
SVN revision: 14338
2005-04-25 05:58:45 +00:00
Carsten Haitzler 1886045274 change text becaus eenglish text is the same for different meanings.
SVN revision: 14335
2005-04-25 02:59:25 +00:00
sebastid 19cba77f5b Dragging windows between desks work now.
SVN revision: 14326
2005-04-24 19:56:42 +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 f9b0b3ffe9 force quality 1= quality !=1 doesnt work atm
SVN revision: 14280
2005-04-21 11:04:59 +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
Carsten Haitzler 99d5ea1a85 heavily optimised shaped window dropshadow handling...
MUCH faster for most common cases.


SVN revision: 14268
2005-04-21 05:13:46 +00:00
Mike Frysinger 6bbf89d1d2 use an install hook to setuid freqset thus avoiding mkinstalldir issues with diff versions of automake
SVN revision: 14261
2005-04-20 15:09:08 +00:00
Mike Frysinger d85eba72f2 fix inconsistent whitespace usage
SVN revision: 14260
2005-04-20 14:51:38 +00:00
Carsten Haitzler 9a48843c3d fix fixme's
SVN revision: 14259
2005-04-20 14:10:18 +00:00
Carsten Haitzler 1311024ef4 display ghz correctly
SVN revision: 14258
2005-04-20 13:48:51 +00:00
Carsten Haitzler 200da629eb performance and powersave work ok now
SVN revision: 14257
2005-04-20 13:38:37 +00:00
Carsten Haitzler 3a7dc6f465 use mkinstalldirs!
SVN revision: 14247
2005-04-19 10:35:18 +00:00
handyande f266a5dcc1 yes, it is not the right fix, but mkdir_p is undefined
SVN revision: 14246
2005-04-19 10:28:16 +00:00
sebastid 476da93cd4 Make install look more like autofoo does it.
SVN revision: 14240
2005-04-19 08:45:26 +00:00
Carsten Haitzler 2aa59a3faf make all icons 24x24
SVN revision: 14239
2005-04-19 06:31:48 +00:00
Carsten Haitzler 72b3ba8d06 put clock with the other little "box sized" modules on the bottom-right (by
default)


SVN revision: 14238
2005-04-19 06:06:02 +00:00
rbdpngn f5d5044d9f Avoid some warnings on platforms where the no temperature data is available.
SVN revision: 14236
2005-04-19 04:04:45 +00:00
Carsten Haitzler c50ebf3ee4 oops - fix. dont use that menu there.
SVN revision: 14235
2005-04-19 03:57:53 +00:00
Carsten Haitzler 0a13d9ec3e fix fade out for if you dont have cpufreq control :)
SVN revision: 14234
2005-04-19 03:51:49 +00:00
Carsten Haitzler b57f044471 also if no freq's...
SVN revision: 14231
2005-04-19 02:52:56 +00:00
handyande 776e5bc892 Fix crash if no freq governor
SVN revision: 14226
2005-04-18 18:13:00 +00:00
handyande 74f286f4c3 Fix make install
SVN revision: 14225
2005-04-18 18:04:14 +00:00
Carsten Haitzler c0b0053ba4 fix icon
SVN revision: 14224
2005-04-18 14:42:54 +00:00
Carsten Haitzler 2da415aa83 cpufreq module - cleaned up a bit, some fearyes i removed (not well done
enough) it only supports userspace and ondemand right now. it doesnt SET them
until u hit the toggle. it needs to support powersave and performance - theme
has no way to indicate this. that's the problem.


SVN revision: 14223
2005-04-18 14:33:24 +00:00
amedeiros 453ac57d54 Fixed typo
SVN revision: 14219
2005-04-18 01:55:32 +00:00
Carsten Haitzler 2791263d08 oh that was bad. it made shadows fuck up a bit. fixed now :)
SVN revision: 14199
2005-04-14 11:46:17 +00:00
sebastid 709c0003c8 Evas_List -> Ecore_List
SVN revision: 14198
2005-04-14 10:52:58 +00:00
Carsten Haitzler 0939b44ff7 start of shaped client/border/menu support ... dropshaodw is SLOW with this.
SVN revision: 14173
2005-04-13 15:52:34 +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 e701d406d0 modules translated...
SVN revision: 14146
2005-04-11 22:01:51 +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 6f0b2143e5 remove
SVN revision: 14142
2005-04-11 16:08:38 +00:00
Carsten Haitzler 37d8ef8ada remove flame
SVN revision: 14141
2005-04-11 16:06:01 +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
Carsten Haitzler dfdaa01251 support unfilled middles (finally fix theme to have proepr shading - was lazy
at the start) - faster :)


SVN revision: 14039
2005-03-31 11:40:38 +00:00
handyande 1ad20f48e2 moved snow to e_modules
SVN revision: 14008
2005-03-30 15:14:14 +00:00
handyande 132c8f4469 moved snow to e_modules
SVN revision: 14007
2005-03-30 15:03:43 +00:00
sebastid bf5610ad73 Compiler warnings.
SVN revision: 13999
2005-03-30 11:52:31 +00:00
Carsten Haitzler d6ca206b97 fix dynamic shaodw changes
SVN revision: 13966
2005-03-29 06:24:58 +00:00
Carsten Haitzler 2d45df1dfe and dhare shadows between suqare windows... so only have to calc once... (and
ref/unref from there)


SVN revision: 13951
2005-03-28 04:59:55 +00:00
Carsten Haitzler 5966d80df3 add some todo... and fix prototype
SVN revision: 13931
2005-03-27 14:11:44 +00:00
Carsten Haitzler 401010e18b dorpshadow work - should have nuked segv, AND optimised it significantly
:)


SVN revision: 13929
2005-03-27 11:30:50 +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 9ab6f93751 Config menu accesible from bar
SVN revision: 13836
2005-03-21 22:42:47 +00:00
sebastid 42aba74494 Make sure that the box object fits inside the bar object
SVN revision: 13834
2005-03-21 22:23:28 +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 cbbe9d7ef4 Default edge for ibar is bottom. Maybe gadman code should check which
edge the gadget is on before loading with its own default 'top'?


SVN revision: 13826
2005-03-21 08:18:17 +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
Carsten Haitzler 69ea1cd324 the boxy ibar was annoying me... and i found ibar didnt properly calculate
size based on iconsize. fixed now :)


SVN revision: 13709
2005-03-12 09:44:16 +00:00
sebastid 18f6111ca3 Make sure the lamp disappears.
SVN revision: 13689
2005-03-11 09:32:21 +00:00
handyande ef86298a4d null check
SVN revision: 13535
2005-02-28 09:15:59 +00:00
sebastid b0bf95bdb6 Cleanup.
SVN revision: 13491
2005-02-24 10:23:30 +00:00
sebastid c615012a29 With two batteries, one might charge/discharge while the other is charged.
SVN revision: 13490
2005-02-24 10:22:43 +00:00
sebastid 909227ac7c Update.
SVN revision: 13455
2005-02-21 16:12:32 +00:00
sebastid 013cf15a76 Move from e_file to ecore_file
SVN revision: 13454
2005-02-21 16:08:04 +00:00
sebastid dbe6983b03 Unnecessary.
SVN revision: 13422
2005-02-18 10:28:54 +00:00
sebastid ce2e18662a Iconsize change works.
Autoscrolling works.


SVN revision: 13413
2005-02-17 17:45:20 +00:00
sebastid b789fdbda2 Cleanup.
SVN revision: 13411
2005-02-17 17:32:08 +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 850ad1d1d0 Menu for enable/disable.
Fixed width should work now.
Config for each bar.


SVN revision: 13399
2005-02-16 11:43:58 +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 fd3d7d588d Free config list.
Use switch to check gadman change.


SVN revision: 13397
2005-02-16 11:38:14 +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 b6c2d784d5 Remove printf
SVN revision: 13366
2005-02-15 11:30:54 +00:00
sebastid 21ccc8a443 Remove unused variable.
SVN revision: 13356
2005-02-13 12:32:04 +00:00
sebastid c7969735ab Gadman ibar.
SVN revision: 13352
2005-02-13 11:37:13 +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 e19add22c8 Add main menu to face menu.
SVN revision: 13300
2005-02-10 16:48:37 +00:00
sebastid b07cedffdc Add main menu to face menu.
SVN revision: 13299
2005-02-10 16:42:07 +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 f7cece5c47 - Menu for each face.
- Save config.


SVN revision: 13283
2005-02-10 12:00:39 +00:00
sebastid 9ddfaabb3a - Move functions from face to main object.
- Add menu on each face.
- Save config.


SVN revision: 13282
2005-02-10 11:58:14 +00:00
sebastid 7f7f3820c4 Save config for clock and faces.
SVN revision: 13281
2005-02-10 11:54:18 +00:00
handyande 9b6365995a Bad Seb - BAD
SVN revision: 13262
2005-02-09 14:52:06 +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