Displaying all loaded objects horizontally.
authorRafał Długołęcki <rafal@dlugolecki.net.pl>
Sun, 2 Feb 2014 17:27:30 +0000 (18:27 +0100)
committerRafał Długołęcki <rafal@dlugolecki.net.pl>
Sun, 2 Feb 2014 17:27:30 +0000 (18:27 +0100)
commit961bbb87dca7f5406440d32c06dfc7552044e08a
tree1a090073d719a35974c5563e4706c68d4e959d1f
parent8c390bd7711f43968e3deffac36d70ddc15dca31
Displaying all loaded objects horizontally.
16 files changed:
Makefile.am
configure.ac
data/gui.glade
src/graphics/constants.h [new file with mode: 0644]
src/graphics/family.c [new file with mode: 0644]
src/graphics/family.h
src/graphics/individual.c
src/main.c
src/math/camera.c [new file with mode: 0644]
src/math/positions.c
src/math/positions.h
src/storage/positions.c
src/ui/drawing_area.c [moved from src/viewport/drawing_area.c with 71% similarity]
src/ui/scrollbars.c [new file with mode: 0644]
src/ui/scrollbars.h [new file with mode: 0644]
src/viewport/drawing_area.h [deleted file]