9960 Commits (f784bff2135f2299059c981d523385918a78cdd1)

Author SHA1 Message Date
Mike Blumenkrantz f784bff213 replace e17 logging "system" with custom eina log domain 11 years ago
Mike Blumenkrantz 3ed7397f04 unused-- 11 years ago
Mike Blumenkrantz 2cac47eb94 s/DBG/printf/g 11 years ago
Mike Blumenkrantz b19582eb01 use correct cast from ptr to int 11 years ago
Doyoun Kang 135484b239 From: Doyoun Kang <doyoun.kang@samsung.com> 11 years ago
Mike Blumenkrantz e2cac1cd2b add some (currently) disabled printfs to use in later debugging of mount stuff 11 years ago
Mike Blumenkrantz 8e44f1d39b add a really annoying and obvious warning for misuse of e_icon_object_set 11 years ago
Mike Blumenkrantz a739400aea fix abuse of e icons which caused a magic failure 11 years ago
Mike Blumenkrantz 533aa60251 free existing randr monitor info before replacing it with a new one 11 years ago
Mike Blumenkrantz 7b654c6438 have to free the array pointer too! 11 years ago
Mike Blumenkrantz 0dcd7771d4 ecore_x_randr_output_name_get() returns a strdup for whatever reason, have to free that after you stringshare 11 years ago
Mike Blumenkrantz e8157caac8 fix udisks fwin refresh when drive is previously mounted 11 years ago
Mike Blumenkrantz 6eee223e86 fix broken slider smart object add 11 years ago
Mike Blumenkrantz a67288fda3 more stringshare usage fixes, also fix detection for drives which are ejectable (cdroms) 11 years ago
Mike Blumenkrantz a69db85b60 only print confusing error message on confusing errors 11 years ago
Mike Blumenkrantz 119b00b51f only print error messages on real errors 11 years ago
Mike Blumenkrantz 4275e53f59 fix udisks stringshare usage, print some error messages on failure so I can tell wtf is going on 11 years ago
Mike Blumenkrantz 3ebff9189e fix detection for volumes which are their own storage parent; this fixes display for things like cdrom drives 11 years ago
Christopher Michael bd84ed2b89 E/mouse_bindings: Fix issue where button combinations (key bindings) 11 years ago
Stefan Schmidt 494c51edf7 e/modules/cpufreq: Remove trailing white spaces while being here. 11 years ago
Stefan Schmidt d7cb6fe467 e/modules/cpufreq: Check the return of fgets to make sure we operate on something sane 11 years ago
Mike Blumenkrantz 6534bd32cf fix stringshare misuse 11 years ago
Mike Blumenkrantz d07a3ff63c fix old mount provider check from when eeze mounting didn't exist; this fixes fwin refresh when opening a previously mounted volume 11 years ago
Mike Blumenkrantz 40d622e574 fix mount point deletion 11 years ago
Stefan Schmidt e147d690fa tiling: Remove part of the README that refers to an up to date e17 11 years ago
Mike Blumenkrantz 36793fbc58 ignore internal drives with eeze mounting 11 years ago
Mike Blumenkrantz 508cfe9bd8 fix icon presentation with eeze mounting 11 years ago
Mike Blumenkrantz 3a017c0a79 eeze mounting now mounts to $E_HOME/fileman/$UUID, also reuse some code 11 years ago
Mike Blumenkrantz f54bdaab13 allow for cases where E_LIB_DIR may be NULL by using PACKAGE_LIB_DIR instead: this helps with debugging 11 years ago
Mike Blumenkrantz 892861da0a efm ipc now only tries to handle its own events instead of trying to take over the world 11 years ago
Mike Blumenkrantz ceea15f961 fix another magic failure in e_icon 11 years ago
Mike Blumenkrantz b0079e53ad formatting 11 years ago
Mike Blumenkrantz 6ffa77d7f1 fix efm ipc read error 11 years ago
Mike Blumenkrantz 5111448060 formatting 11 years ago
Mike Blumenkrantz de934e4c55 abort if e_ipc connection can't be made, also return a value on exit... 11 years ago
Mike Blumenkrantz 4adf0b17e4 efm volume catch-all 11 years ago
Mike Blumenkrantz cd4539e642 more efm logging updates, only create signal handlers if they don't exist 11 years ago
Mike Blumenkrantz 0e468b1d01 make e_fm.c readable 11 years ago
Mike Blumenkrantz 33562f92a1 use eina_log for dbg messages, remove call to IdUsage which is never checked 11 years ago
Mike Blumenkrantz 71f1dffc92 silence efm printfs 11 years ago
Mike Blumenkrantz ae9f199928 if this is NULL then it probably just means randr config hasn't been run. not error message worthy 11 years ago
Mike Blumenkrantz b615bf424b skip blank randr modes instead of erroring 500 times 11 years ago
Mike Blumenkrantz f62441abf9 use edje error stuff here to fix magic fail 11 years ago
Carsten Haitzler 3af3b01387 should be secnds, not minites. 11 years ago
Christopher Michael 9b75256e09 E: Fix mouse wheel binding bugger that was setting the wrong labels 11 years ago
Mike Blumenkrantz 69dc5013aa prevent users from setting mouse wheel bindings that conflict with internal edje bindings: this prevents the case where a user can set a bind for the mouse wheel to eg. cause shade left to toggle when activated on a window, and then be unable to unshade it because it keeps trying to shade vertically 11 years ago
Mike Blumenkrantz 98b7a46e8b fix magic check when timer doesn't exist 11 years ago
Mike Blumenkrantz 575bb23dfb shut up mixer warnings 11 years ago
Mike Blumenkrantz 207c0aed10 rename E_BINDING_CONTEXT_BORDER to E_BINDING_CONTEXT_WINDOW: technically this is in reference to an E_Border, but it gets confusing when looking at code that deals with both windows (E_Borders) and window borders/frames themselves. this name change will clarify the difference 11 years ago
Mike Blumenkrantz 4c5e4226a2 fix formatting for conf_keybindings 11 years ago