1
0
mirror of git://projects.qi-hardware.com/ben-scans.git synced 2024-11-22 02:48:06 +02:00
ben-scans/solidify
Werner Almesberger edb12b6e95 When leveling, the center circle is now shown when the pointer approaches it.
- solidify/Makefile: added util.o
- solidify/util.h, solidify/util.c (draw_circle): wrapper for gdk_draw_arc
- solidify/Makefile: added style.o
- solidify/style.h, solidify/style.c, solidify/solidify.c (main): GUI style
  parameters and items
- solidify/level.c (scroll_z. scroll_xy, scroll_event, level),
  solidify/overlap.c (scroll_event, overlap): renamed "da" to "darea", to
  avoid confusion with "da" for GdkDrawable in style.c
- solidify/level.c (r_center, scroll_event): moved center radius
  calculation to separate function
- solidify/level.c (draw_image): renamed to draw_map
- solidify/level.c (draw_image): draw an on-screen display (OSD)
- solidify/level.c (scroll_z, scroll_xy, expose_event, level): propagate
  OSD on/off switch
- solidify/level.c (scroll_event, motion_notify_event, level): enable OSD
  when approaching the center circle
2010-09-24 02:04:04 -03:00
..
array.c Added interactive 2D transformation (working towards overlapping) 2010-09-23 22:17:19 -03:00
array.h Added interactive 2D transformation (working towards overlapping) 2010-09-23 22:17:19 -03:00
face.c Added interactive 2D transformation (working towards overlapping) 2010-09-23 22:17:19 -03:00
face.h Use two faces and show how they overlap (in progress) 2010-09-24 00:43:56 -03:00
histo.c Added copyright headers all over the place. (GPLv2+) 2010-09-23 20:13:48 -03:00
histo.h Added copyright headers all over the place. (GPLv2+) 2010-09-23 20:13:48 -03:00
level.c When leveling, the center circle is now shown when the pointer approaches it. 2010-09-24 02:04:04 -03:00
level.h The GUI can now switch among operations. 2010-09-23 23:18:46 -03:00
Makefile When leveling, the center circle is now shown when the pointer approaches it. 2010-09-24 02:04:04 -03:00
overlap.c When leveling, the center circle is now shown when the pointer approaches it. 2010-09-24 02:04:04 -03:00
overlap.h Introduce a solid data type and use it, mainly in overlap() 2010-09-23 23:41:35 -03:00
solid.h Introduce a solid data type and use it, mainly in overlap() 2010-09-23 23:41:35 -03:00
solidify.c When leveling, the center circle is now shown when the pointer approaches it. 2010-09-24 02:04:04 -03:00
style.c When leveling, the center circle is now shown when the pointer approaches it. 2010-09-24 02:04:04 -03:00
style.h When leveling, the center circle is now shown when the pointer approaches it. 2010-09-24 02:04:04 -03:00
util.c When leveling, the center circle is now shown when the pointer approaches it. 2010-09-24 02:04:04 -03:00
util.h When leveling, the center circle is now shown when the pointer approaches it. 2010-09-24 02:04:04 -03:00