1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-10-04 07:46:01 +03:00
eda-tools/eeshow/gui
Werner Almesberger b4384a72f4 eeshow/gui/input.c (clicked_x, _y): avoid accumulation of conversion errors
Gtk uses floating-point coordinates. The double conversion during dragging
(event -> clicked -> difference with next event) caused dragging to "slow
down" in the X- and Y- direction.
2016-08-18 13:36:06 -03:00
..
aoi.c eeshow/aoi.c, aoi.h: remove dragging support (now in input.c) 2016-08-18 02:13:55 -03:00
aoi.h eeshow/aoi.c, aoi.h: remove dragging support (now in input.c) 2016-08-18 02:13:55 -03:00
common.h eeshow/gui/gui.c: move rendering to render.c 2016-08-18 12:41:12 -03:00
fmt-pango.c eeshow/: util.h and diag.c go to misc/ 2016-08-17 21:37:15 -03:00
fmt-pango.h eeshow/fmt-pango.c, fmt-pango.h: also move to gui/ 2016-08-17 21:00:02 -03:00
glabel.c eeshow/gui/gui.c (eeschema_coord): only used in glabel.c, move there 2016-08-18 04:01:45 -03:00
gui.c eeshow/gui/gui.c: move rendering to render.c 2016-08-18 12:41:12 -03:00
gui.h eeshow/: move gui* into subdirectory gui/ 2016-08-17 20:54:25 -03:00
history.c eeshow/gui/history.c: void forward-declaration of history_input_ops 2016-08-18 04:12:14 -03:00
input.c eeshow/gui/input.c (clicked_x, _y): avoid accumulation of conversion errors 2016-08-18 13:36:06 -03:00
input.h eeshow/gui/input.c (input_update): update hovering after coordinate changes 2016-08-18 13:12:09 -03:00
over.c eeshow/gui/over.h, over.c: remove dragging support (now input.c) 2016-08-18 02:08:02 -03:00
over.h eeshow/gui/over.h, over.c: remove dragging support (now input.c) 2016-08-18 02:08:02 -03:00
progress.c eeshow/gui/gui.c: move progress bar handling to progress.c 2016-08-18 02:53:39 -03:00
render.c eeshow/gui/gui.c: move rendering to render.c 2016-08-18 12:41:12 -03:00
sheet.c eeshow/gui/sheet.c (sheet_scroll): call input_update to maybe re-hover glabel 2016-08-18 13:13:06 -03:00
style.c eeshow/: move gui* into subdirectory gui/ 2016-08-17 20:54:25 -03:00
style.h eeshow/: move gui* into subdirectory gui/ 2016-08-17 20:54:25 -03:00