summaryrefslogtreecommitdiff
path: root/plugingui/nativewindow_x11.cc
AgeCommit message (Collapse)Author
2020-03-03WIP: Further optimize pixel blending. And re-introduce lineBlending in ↵int_uiBent Bisballe Nyeng
Painter::drawImage.
2019-10-09Make FileBrowser window always-on-top and try to position it inside the ↵Bent Bisballe Nyeng
plugin gui window rectangle.
2019-05-09Add tooltip buttons to frames.Bent Bisballe Nyeng
2019-01-27Fix double firering of scroll events.Bent Bisballe Nyeng
2018-06-08Initial steps towards pugl domination!Bent Bisballe Nyeng
2017-07-15Better fix X11 BadValue crash bug which also prevents similar issues on ↵Bent Bisballe Nyeng
non-X11 platforms.
2017-07-14Fix X11 BadValue crash bug.Bent Bisballe Nyeng
2017-05-14Fix missing redraw on exposure event.Bent Bisballe Nyeng
2017-04-18Make visible() call into nativewindow and make Win32 windows invisible on ↵Bent Bisballe Nyeng
creation.
2017-04-17Ignore horizontal scrolling as it breaks things otherwise.André Nusser
It automatically got translated to a left click which broke the navigation in the file browser and the scrolling on the Slider.
2017-03-26Make plugingui test app nest the UI in a native window.Bent Bisballe Nyeng
2017-03-23Track and propagate parent window size changes.Bent Bisballe Nyeng
2017-02-17Add partial rendering support when rendering widgets to window pixel buffer ↵Bent Bisballe Nyeng
and also when rendering window pixel buffer to native window. Win32 only partially implemented.
2017-02-12Refactor/introduce widget and windiow redraw/dirty mechanism to eradicate ↵Bent Bisballe Nyeng
unnecessary rendering passes during event handling.
2017-02-10Clean up guievent.h and use EventQueue type instead if std::queue.Bent Bisballe Nyeng
2017-02-10Send both move and resize events if ConfigureNotify XEvent contain changes ↵Bent Bisballe Nyeng
in both.
2017-02-10Return a list of events form native window instead of one event at a time.Bent Bisballe Nyeng
2017-02-08UI resize refactoring part 1.Bent Bisballe Nyeng
2017-02-05Fix information loss on pointer to int cast.Bent Bisballe Nyeng
2017-02-05Fix 64 bit compilation.Bent Bisballe Nyeng
2017-02-05Remove debug printout.Bent Bisballe Nyeng
2017-02-05Added XShmImage support in X11 rendering backend.Bent Bisballe Nyeng
2017-02-04Fix missing redraws on resize in X11.Bent Bisballe Nyeng
2017-02-03Remove background flickering on window resize.Bent Bisballe Nyeng
2017-01-30Use grey clear colour to mask resize flickering.Bent Bisballe Nyeng
2017-01-21Make resize events fdo the right thing. Add move event.Bent Bisballe Nyeng
2017-01-21Fix memory leak in X11 backend.Bent Bisballe Nyeng
2017-01-21New MainWindow.Bent Bisballe Nyeng
2017-01-01Fix warnings of unhandled events that we don't have to care about.André Nusser
2017-01-01Add a workaround for JUCE hosts.André Nusser
The event time for them is always '0' and thus we couldn't recognize double-clicks.
2016-10-28Rewrite event handler to use shared_ptr Events instead of raw pointers.Bent Bisballe Nyeng
2016-06-04Indentation fix.Bent Bisballe Nyeng
2016-03-22Change license to LGPLv3.André Nusser
2016-03-12Add 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-14Change GPL version number in file headers to 3.André Nusser
2015-12-21Try to initialise threaded Xlib calls.Bent Bisballe Nyeng
2015-11-29Fix missing mouse release. Use wswitch in xeven handling.Bent Bisballe Nyeng
2015-11-29Move event skip optimization fromNativeWindowXYZ to EventHandlerBent Bisballe Nyeng
2015-11-18Refactored Slider. Expanded all event variable names (all was 'e' before). ↵Bent Bisballe Nyeng
Changed all uievent enums to enum classes.
2015-11-06Use Window reference in NativeWindowXYZ.Bent Bisballe Nyeng
2015-10-26Refactored LineEdit and FileBrowser. Renamed all KEY_XYZ event types to KeyXyz.Bent Bisballe Nyeng
2015-10-12Refactored X11 native backend.Bent Bisballe Nyeng
2015-10-08Refactored EventHandler and friends.Bent Bisballe Nyeng
2013-10-19Make window fixed size.Bent Bisballe Nyeng
2013-05-08Remove GlobalContext class. Move all native code from EventHandler class to ↵Bent Bisballe Nyeng
NativeWindowX11 and NativeWindowWin32 classes.
2013-03-12Implement setCaption on native windows.Bent Bisballe Nyeng
2013-03-06Major GUI workover. Hilights: A new filebrowser and new knob widget.Bent Bisballe Nyeng
2012-12-28Move native code to seperate 'NativeWindow' classes.Bent Bisballe Nyeng