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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3131 - (hide annotations) (download)
Thu Apr 27 17:28:01 2017 UTC (7 years 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 schoenebeck 3108 AM_CPPFLAGS = $(GTKMM_CFLAGS)
2    
3 schoenebeck 3106 noinst_LTLIBRARIES = libgigeditgfx.la
4    
5     libgigeditgfx_la_SOURCES = \
6 schoenebeck 3107 builtinpix.cpp builtinpix.h \
7     black_loop.c \
8 schoenebeck 3131 blue_hatched_pattern.c \
9 schoenebeck 3107 gray_loop.c \
10     red_dot.c \
11     yellow_dot.c
12 schoenebeck 3106
13 schoenebeck 3107

  ViewVC Help
Powered by ViewVC