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
/
nativewindow_pugl.cc
Age
Commit message (
Collapse
)
Author
2018-06-08
Initial steps towards pugl domination!
Bent Bisballe Nyeng
2016-03-22
Change license to LGPLv3.
André Nusser
2016-03-12
Add parent widget pointer for contained plugin windows. Remove threaded ↵
Bent Bisballe Nyeng
event handling and make all event handling depend on processEcvents being called with a regular (~50ms) interval.
2016-02-14
Change GPL version number in file headers to 3.
André Nusser
2015-11-29
Move event skip optimization fromNativeWindowXYZ to EventHandler
Bent Bisballe Nyeng
2015-11-21
Fix Pugl compilation for at least X11. Minor refactoring of NativeWindowPugl.
Bent Bisballe Nyeng
2015-11-21
Use new enum classes.
Bent Bisballe Nyeng
2015-11-18
Refactored Slider. Expanded all event variable names (all was 'e' before). ↵
Bent Bisballe Nyeng
Changed all uievent enums to enum classes.
2015-10-26
Refactored LineEdit and FileBrowser. Renamed all KEY_XYZ event types to KeyXyz.
Bent Bisballe Nyeng
2014-01-18
Added enable-pugl as configure parameter.
Jonas Suhr Christensen
Added nativewindow_pugl files.