index
:
drumgizmo.git
097_lineedit_fix
about-rework
alsamidi
cc-note-midimap
configfile_refactor
coreaudio
corrados_fix_alsamidi
corrados_integrate_logpower
cpp14
curve_map
curve_map_midimap
develop
distance
distance_openness
doubletriggerfilter
edrumulus
event_cleanup
feature/oss-midi
hidpi
int_ui
lint
master
metadata_v1
metadata_v1_fix
midi-refactor
no_gui_also_with_broken_gui_if_enabled
normalised_scaled_fix
note-off
openness
openness_dev
powermap_feature_ui
rotating_knobs
scale_kit_image
stereo
studio-on-fix
the-marlboro-man-experimental
The DrumGizmo virtual drummer project.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugingui
/
image.cc
Age
Commit message (
Expand
)
Author
2019-02-11
Show/hide drumkit tab depending on if the current kit has a valid image attac...
Bent Bisballe Nyeng
2019-02-03
Integrate clicky-kit with DOM to get click colours, image and image map from ...
Bent Bisballe Nyeng
2018-06-09
Add ctor for creating colours from four unsigned char values.
Bent Bisballe Nyeng
2017-10-14
Fix imagecachetest on big-endian systems. The original code used memcpy which...
James Cowgill
2017-04-20
Change resource paths to be relative to the plugingui folder instead of the r...
Bent Bisballe Nyeng
2017-01-21
Store filename with Image for use when reporting errors.
Bent Bisballe Nyeng
2016-06-04
Fix crash on image load error.
Bent Bisballe Nyeng
2016-06-04
Make Colour movabl;e and make Image contain a vector of Colour instead of raw...
Bent Bisballe Nyeng
2016-06-02
New ImageCache class for reusing Image resources.
Bent Bisballe Nyeng
2016-03-22
Change license to LGPLv3.
André Nusser
2016-02-14
Change GPL version number in file headers to 3.
André Nusser
2015-11-21
Fix includes.
Bent Bisballe Nyeng
2015-11-09
Remove unused 'err' argument.
Bent Bisballe Nyeng
2015-11-09
Fix mismatching malloc/delete\[\].
Bent Bisballe Nyeng
2015-11-07
Refactored Painter.
Bent Bisballe Nyeng
2015-10-31
Fix 64 type problems with lodepng api.
Bent Bisballe Nyeng
2015-10-31
Refactored Image.
Bent Bisballe Nyeng
2014-05-02
Fix 64bit type errors.
Bent Bisballe Nyeng
2014-05-02
Fix 64bit type errors.
Bent Bisballe Nyeng
2014-05-02
Remove libpng dependency. Replace it with compiled-in lodepng.
Bent Bisballe Nyeng
2013-11-28
Fix 64bit compile warning.
Bent Bisballe Nyeng
2013-09-20
Remove non-working png hack.
Bent Bisballe Nyeng
2013-09-15
More png experiments...
Bent Bisballe Nyeng
2013-05-10
Fixed image/png memory leak.
Bent Bisballe Nyeng
2013-05-03
PNG error handling, extreme
Bent Bisballe Nyeng
2013-03-30
Merge branch 'master' of http://git.drumgizmo.org/drumgizmo
Bent Bisballe Nyeng
2013-03-30
Added GUI::Colour getPixel convinience methods.
Bent Bisballe Nyeng
2013-03-30
Removed const from typecast when calling png_sig_cmp to enable compatibility ...
Jonas Suhr Christensen
2013-03-18
Make Image class use resource.
Bent Bisballe Nyeng
2013-03-17
Added PNG loadin support through a new Image class.
Bent Bisballe Nyeng