[go: up one dir, main page]

Menu

/mcomix/event.py Commit Log


Commit Date  
[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
[r985] (29.2 kB) by aaku

Some unused imports and variables removed.

2014-04-06 12:41:45 View
Download
[r984] (29.5 kB) by aaku

Split scrolling.py (Refactoring)

- Split scrolling.py into scrolling.py, layout.py and box.py.
- Move constants in scrolling.py to constants.py

2014-04-01 21:48:27 View
Download
[r982] (29.5 kB) by aaku

Scrolling bug fix and refactoring

- When loading a new page in double page mode, the viewport now automatically
moves to the actual page rather than just the corner next to it.
- MainWindow.scroll_to_fixed replaced with scroll_to_predefined.

2014-03-30 21:30:31 View
Download
[r981] (29.3 kB) by aaku

Bugs fixed, features implemented, and more.

- Feature (Bug) #79 fixed. Additionally, "Invert smart scroll" now works the
same way in both double page mode and single page mode.
- Feature #75 implemented. The scrollable area is automatically expanded if
necessary.
- Semantics changed: "smart scroll percentage" and similar prefs for smart
scrolling are now interpreted as respective maximum amounts. (The GUI does not
yet reflect these changes!)
- Bug fix: Scrollbars now disappear if you close the current directory/archive.
- MainWindow.is_on_first_page(self) removed.
- MainWindow.update_viewport_position introduced.
- MainWindow._clear_main_area introduced.
- Refactoring (less clutter in event.py!)
- NORMAL_AXES and SWAPPED_AXES moved from scrolling.py to constants.py.

2014-02-06 21:23:45 View
Download
Older >