[go: up one dir, main page]

Menu

/mcomix/event.py Commit Log


Commit Date  
[r1340] (29.9 kB) by benoit-pierre

fix "old style class" declarations

2015-05-03 18:22:13 View
Download
[r1324] (29.9 kB) by benoit-pierre

rework fullscreen handling

- act on the real window state when handling an event
- monitor window fullscreen state changes
- only update preferences window geometry on quit
and when switching to fullscreen
- disable fullscreen toggle action during fullscreen in/out transition
- save and restore window position too, not just window size

2015-05-01 20:52:05 View
Download
[r1278] (29.4 kB) by benoit-pierre

fix "don't act on click to focus" handling

It was only working if the mouse pointer had passed over the main area;
i.e. the following sequence would not work correctly:
- focus out
- move pointer hover the thumbbar, "entering" the window from the left
- click on the thumbbar: => the page is changed

This also prevent any scrolling when handling a "focus" click.

2015-05-01 20:49:33 View
Download
[r1249] (29.5 kB) by benoit-pierre

event: minor simplification

2015-05-01 20:48:13 View
Download
[r1219] (29.6 kB) by benoit-pierre

event: fix calls to main next_page

2015-03-15 18:06:57 View
Download
[r1151] (29.6 kB) by benoit-pierre

remove a bunch of unused imports

2015-03-13 21:06:54 View
Download
[r1139] (29.6 kB) by benoit-pierre

rework page change code

- remove next/prev code from image handler
- move logic to main, and simplify
- add main.page_changed callback, to be used instead of main.draw_image
(not a callback anymore): will trigger on page change (while
draw_image would trigger each time the page was being drawn)

2015-03-13 21:06:19 View
Download
[r1104] (30.2 kB) by benoit-pierre

fix cursor auto-hiding when a modal dialog is active

Fix [bugs:#73]: make sure we receive *all* mouse motion events.

2015-02-13 15:24:03 View
Download
[r993] (30.3 kB) by oddegamra

CTRL+mouse wheel zooms in/out.

2014-04-07 17:33:41 View
Download
[r990] (30.1 kB) by oddegamra

Fixed single page stepping in double-page mode for hotkeys.

This functionality has been broken for a while (since hotkey
modifiers have been fixed) and has now been introduced as new,
configurable hotkey.

2014-04-07 15:52:45 View
Download
Older >