Commit Graph

11 Commits

Author SHA1 Message Date
Jean-Philippe Andre ef5c03207c main: Fix crash on shutdown
Don't let _event_del access an already freed zone.
2016-11-30 21:18:02 +09:00
Bruno Dilly 7175c00bc2 Show errors on popup
Instead of only printing errors to console
2016-10-20 12:15:31 -02:00
Bruno Dilly 37839e70cf Hide help window when other shortcuts are pressed
Otherwise many unexpected issues could happen, like
open multiple help popups, opening the rulers box with
"@" as string, killing eruler instead of just closing
the windows when "ESC" is pressed.

The reason the help popup is not imeadiatelly deleted
is because if done so, the keydown callback is called twice.
Honestly I didn't understand the reason, but it's easy to
be avoided with an idler.
2016-10-20 00:05:02 -02:00
Bruno Dilly e9dfef7048 Show color on hexa / rgb when it's enabled / disabled
No need to wait for cursor position changes to update it.
2016-10-19 22:57:40 -02:00
Bruno Dilly 044184ef17 Make guide be actually hidden when user disable it
Instead of being hidden it was being left visible but not
tracking the cursor anymore.

And when made visible again, its position only would be updated
after mouse moves.
2016-10-19 22:41:28 -02:00
Bruno Dilly 2591bcbf88 Make checkbox consistent with hex color state
If changed via shortcut the checkbox wouldn't be updated.
2016-10-19 22:17:04 -02:00
Jean-Philippe Andre 7620f760ba Fix warnings: shadow, unused-variable 2016-03-18 14:10:39 +09:00
Tom Hacohen 6c39d053b8 Make eruler properly relocatable. 2014-10-08 12:35:50 +01:00
Daniel Juyung Seo e8fee1ab32 main: Dismiss -> Close for popup as it's common words for normal users. 2013-11-14 23:16:52 +09:00
Gustavo Sverzut Barbieri f8ba5dcd1b Fixes to work with EFL 1.7
NOTE: elm_popup is broken on the second screen (another window), this
      leads to help or screenshot on the second screen to be broken
      with 1.7, at least on my setup it will hide itself but won't
      show the dialog (elm_popup), thus will stop responding (however
      you can work on the other screen and even exit the application
      by clicking "Exit").
2013-11-14 11:40:01 -02:00
Gustavo Sverzut Barbieri 3e5e849e30 Initial Commit 2013-11-13 18:57:28 -02:00