/[svn]/gigedit/trunk/src/gigedit/gfx/Makefile.am
ViewVC logotype

Contents of /gigedit/trunk/src/gigedit/gfx/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3131 - (show annotations) (download)
Thu Apr 27 17:28:01 2017 UTC (6 years, 11 months ago) by schoenebeck
File size: 216 byte(s)
* Color tweaking on selected regions and selected dimension zones.
* Dimension Region Chooser: Show main selected case in opaque blue color
  (like before), but all other selected dimension zones with a blue hatched
  pattern instead.
* Dimension Region Chooser: Show the label of the currently selected
  dimension in bold font.
* Fix: Keyboard accelerator Ctrl+Left and Ctrl+Right caused the current
  dimension zone to switch as well if Dimension Region Chooser got focus.

1 AM_CPPFLAGS = $(GTKMM_CFLAGS)
2
3 noinst_LTLIBRARIES = libgigeditgfx.la
4
5 libgigeditgfx_la_SOURCES = \
6 builtinpix.cpp builtinpix.h \
7 black_loop.c \
8 blue_hatched_pattern.c \
9 gray_loop.c \
10 red_dot.c \
11 yellow_dot.c
12
13

  ViewVC Help
Powered by ViewVC