Commit Graph

5919 Commits

Author SHA1 Message Date
Carsten Haitzler c2288e4dcf dont re-order screens magically on dynamic screen ad/del vs startup on
the same screen setup.



SVN revision: 70498
2012-04-26 08:31:03 +00:00
Doyoun Kang 02fc2b8a8c From: Doyoun Kang <doyoun.kang@samsung.com>
Subject: [E-devel] [Patch] e_zone bug fix

I found a minor bug in e_zone.c. The bug is that the E_EVENT_ZONE_DEL
event doesn't occur when the zone is deleted.



SVN revision: 70453
2012-04-25 00:46:37 +00:00
Carsten Haitzler 8ff70e6e8f fix issue where popusp when moved wouldnt move if te zone HAD moved -
so store zone x, y too to make sure we do move popup too.



SVN revision: 70442
2012-04-24 14:24:49 +00:00
Carsten Haitzler 627b604d26 if screens dynamically come and go ONLy free zones we no longer need
and ONLy new zones we now do need, dont free all and new existing set
+ new ones.



SVN revision: 70439
2012-04-24 12:55:03 +00:00
Carsten Haitzler 796065157e just use zone's deskx/y current.
SVN revision: 70384
2012-04-22 05:20:16 +00:00
Cedric BAIL ff6f93b8be e: fix typos.
SVN revision: 70381
2012-04-22 02:54:01 +00:00
Carsten Haitzler 6ffbe230f2 only store screen/deskx,y if isnt != null
SVN revision: 70380
2012-04-22 02:42:10 +00:00
Carsten Haitzler 2599c973e3 lets force odules to rebuild regularly. start upping api version.
SVN revision: 70377
2012-04-21 09:04:28 +00:00
Carsten Haitzler 4b9f45a538 printf--
SVN revision: 70371
2012-04-21 01:14:32 +00:00
Carsten Haitzler 183472fb39 fix placement code to respect desktop given not current visible stuff,
and add latent disabled feature to keep everythng on same screen/desk
off for now until config added.



SVN revision: 70370
2012-04-21 01:13:34 +00:00
Carsten Haitzler 10ea31e5f6 and only make it match first time for that instance.
SVN revision: 70369
2012-04-21 00:31:29 +00:00
Carsten Haitzler 81bb978614 after years, finally fix an annoyance... application windows, IF e can
match them back to something IT started (ibar, menus, evrything
etc.)... it will keep those windows ON the zone/desktop u started them
on... hoobloodyray!



SVN revision: 70368
2012-04-21 00:26:31 +00:00
Carsten Haitzler c13f47db22 fix infinite self-feeding loop with desklock... tnx yoz! :-P
:)



SVN revision: 70334
2012-04-19 13:57:19 +00:00
Christopher Michael aafe309fa3 E: Fix e_mouse initializing.
NB: The logic looked wrong here. (was if ecore_x_pointer_mapping_set
succeeds, then return a fail of e_mouse_update). That makes no sense.
We should only return a fail of mouse_update if the
ecore_x_pointer_mapping_set function call Fails.



SVN revision: 70247
2012-04-16 21:56:30 +00:00
Michael BOUCHAUD 69624a7f82 e: react on the good event, and don't ignore it
SVN revision: 70237
2012-04-16 18:27:48 +00:00
Vincent Torri c30aaf8dde e17: remove some shadow variables
SVN revision: 70190
2012-04-15 08:09:56 +00:00
Vincent Torri c4cdd54b33 e17: unused variables
SVN revision: 70189
2012-04-15 07:48:43 +00:00
Vincent Torri c24b9f7aee whitespaces--
SVN revision: 70188
2012-04-15 07:21:00 +00:00
Samuel F. Baggen c2062025d0 updated remaining copyright year from sources too
SVN revision: 70184
2012-04-14 14:37:29 +00:00
Carsten Haitzler 6c2e868b3a 1. abstract "sub borders" into a function to return a list of them so
when operating on them we can determine the logic of inclusion of
sub-borders in 1 place.
2. fix transients when they are FOR a fullscreen window - if
fullscreen window loses focus, dont minimize it as transients are on
top and should stay there along with fullscreen window.
3. formatting. :)



SVN revision: 70165
2012-04-13 06:41:52 +00:00
Leif Middelschulte 752cf8040b Fix missing CRTC index in e_config;Don't add mode 'disabled' to runtime.
SVN revision: 70015
2012-04-11 15:08:03 +00:00
Leif Middelschulte 83932df5ad make placement work with e_layout and fix other issues.
SVN revision: 69937
2012-04-05 22:21:29 +00:00
Leif Middelschulte d69f6c6e6c Stringshare mode- and output names
SVN revision: 69936
2012-04-05 22:21:24 +00:00
Leif Middelschulte 0803d0fe29 Fix return type
SVN revision: 69914
2012-04-03 18:36:28 +00:00
Carsten Haitzler 027bb73b5d fix case for fullscreen window focus handling
SVN revision: 69905
2012-04-03 14:47:44 +00:00
Carsten Haitzler 2790f80ab6 fix alt+tab + fullscreen windows (and some formtting)
SVN revision: 69871
2012-04-02 20:30:36 +00:00
Carsten Haitzler d19c20d85a fix left/right mouse config init.
SVN revision: 69870
2012-04-02 20:30:01 +00:00
Jihoon Kim f68b32f93d e17/entry: support left/right/up/down key on keypad
SVN revision: 69859
2012-04-02 10:39:32 +00:00
Sergei Kabanov 761fb56e5f From: Sergei Kabanov <s.kabanov@yahoo.com>
Subject: [E-devel] Fix udisks support  for e17

as per advice of  Michael Blumenkrantz
sending this patch for testing.
With this patch external devices have icons on desktop,
and devices can me mounted/unmounted/ejected.



SVN revision: 69827
2012-04-01 14:56:51 +00:00
thomasg f8db5fb50d From: thomasg <thomas@gstaedtner.net>
Subject: Re: [E-devel] [PATCH] e_randr: fix compiler warning



SVN revision: 69794
2012-03-30 10:39:40 +00:00
Carsten Haitzler 56c31ab510 add missing )
SVN revision: 69704
2012-03-28 12:55:08 +00:00
Carsten Haitzler 6233bd09f0 put env bug so waiting to happen - env vars wont be set. no crash
though.



SVN revision: 69696
2012-03-28 07:26:22 +00:00
Carsten Haitzler c9a95709e3 null out black canvas handle when freed - just in case.
SVN revision: 69593
2012-03-24 02:24:53 +00:00
Christopher Michael 5047abf5a6 E: Properly use __UNUSED__ in menu code.
SVN revision: 69569
2012-03-22 18:11:48 +00:00
Leif Middelschulte 95f33ad549 Make conf_display work again (primary output resolution st/ld).
SVN revision: 69547
2012-03-21 23:39:11 +00:00
Carsten Haitzler b1d31afdb8 while hunting down what appears to be a memleak in e17.. my profiling
turned up that we keep lots of icons in mem that we don't use. frankly
we could do this better as we still may keep multiple copies (inside
an evas object as well as in the border netwm icons data etc.), but
this is better than keeping 3, 4 or 10 icons of various sizes where we
only use 1.



SVN revision: 69521
2012-03-20 08:07:05 +00:00
Michael BOUCHAUD beb14d1ff7 e: fix e_widget_textblock to use min: 1 0; on TEXTBLOCK part in theme
SVN revision: 69506
2012-03-19 10:55:35 +00:00
Leif Middelschulte d75b68ae78 Update common modes, when updating mode info
SVN revision: 69308
2012-03-13 19:58:06 +00:00
Leif Middelschulte ee1f79e848 Fix typo in EDID sort function
SVN revision: 69306
2012-03-13 19:57:58 +00:00
Mike Blumenkrantz 2674d7eedc revert all window menu changes since august of last year
I tried to like the new layout, but it required way too much navigation for most commonly used functions
if people really liked the other layout, perhaps it can be merged as a config option.


SVN revision: 69262
2012-03-12 17:47:27 +00:00
Sebastian Dransfeld 05bf07450c e: formatting
SVN revision: 69055
2012-03-08 11:37:54 +00:00
Sebastian Dransfeld 8e446682e3 e/randr: Use correct typedef for xid
SVN revision: 69052
2012-03-08 11:25:05 +00:00
Mike Blumenkrantz 984d2c1869 ecrustify
SVN revision: 69035
2012-03-07 22:53:50 +00:00
Mike Blumenkrantz 2bdd24ea93 ecrustified
SVN revision: 69034
2012-03-07 22:50:53 +00:00
Christopher Michael 0ff9e4bc58 E: Fix timestamp label.
SVN revision: 68364
2012-02-23 19:52:19 +00:00
Tom Hacohen 78b700d9fd E: Added newly added private header to EXTRA_DIST.
SVN revision: 68342
2012-02-23 14:49:46 +00:00
Leif Middelschulte 0e5f759b51 Do CRTC configuration/restoration in one step.
SVN revision: 68276
2012-02-22 15:42:07 +00:00
Leif Middelschulte 19dd99da42 Fix return values of non-void functions.
SVN revision: 68241
2012-02-22 00:02:58 +00:00
Leif Middelschulte 466b3c91c6 Improve init so it fails if the drivers dont really support RandRR.
SVN revision: 68238
2012-02-21 23:53:00 +00:00
Leif Middelschulte b8f3d41c08 Fix another possible SEGV
SVN revision: 68237
2012-02-21 23:12:48 +00:00