Commit Graph

386 Commits

Author SHA1 Message Date
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