summaryrefslogtreecommitdiff
path: root/plugingui
AgeCommit message (Expand)Author
2017-04-11Only make window decoration compensation if window has no parent (ie. actuall...Bent Bisballe Nyeng
2017-04-11Fix missing redraw after initialisation on Win32.Bent Bisballe Nyeng
2017-04-11Fix pure virtual function calls and segfaults.André Nusser
2017-04-07Change size of plugingui window.André Nusser
2017-04-07Implement GridLayoutAndré Nusser
2017-04-02Fix missing win32 initial size when embedded in prent window - part 3.Bent Bisballe Nyeng
2017-04-02Fix missing win32 initial size when embedded in prent window - part 2.Bent Bisballe Nyeng
2017-04-02Fix missing win32 initial size when embedded in prent window - part 2.Bent Bisballe Nyeng
2017-04-02Fix missing win32 initial size when embedded in prent window.Bent Bisballe Nyeng
2017-04-02Fix missing win32 redraw?Bent Bisballe Nyeng
2017-04-02Replace a manual remove by std::remove in Layout::removeItem.André Nusser
2017-04-01Add chunksize and underrun counter to the UI.Bent Bisballe Nyeng
2017-04-01Fix a lot of style issues in the code for the new GUI.André Nusser
2017-04-01Remove TODOs from frame.ccAndré Nusser
2017-04-01(Hopefully) Fix another Windows compile error.André Nusser
2017-04-01Fix FreeBSD compile error.André Nusser
2017-04-01Change size of MainWindow.André Nusser
2017-04-01Fix closing of MainWindow.André Nusser
2017-04-01A very rough first version of the GUI.André Nusser
2017-04-01Fix bug in slider when width == 0 || height == 0.André Nusser
2017-04-01Fix bug in slider.hAndré Nusser
2017-04-01Add PowerButton Widget.André Nusser
2017-04-01New Toggle class which includes the basic functionality of CheckBoxAndré Nusser
2017-04-01Fix bug in TextEdit.André Nusser
2017-04-01Fix bug in layout.ccAndré Nusser
2017-03-26Fix resize event in win32 backend.Bent Bisballe Nyeng
2017-03-26Make plugingui test app nest the UI in a native window.Bent Bisballe Nyeng
2017-03-23Preliminary plugin gui for disktreaming control.Bent Bisballe Nyeng
2017-03-23Track and propagate parent window size changes.Bent Bisballe Nyeng
2017-03-23Merge branch 'master' of http://git.drumgizmo.org/drumgizmoLars Muldjord
2017-03-23Bypass button texture atlasLars Muldjord
2017-03-12Fix redrawing of underlying exposed area on Widget moves/resizing.Bent Bisballe Nyeng
2017-02-17Make Knob support ranges other than [0; 1].Bent Bisballe Nyeng
2017-02-17Fix old UI.Bent Bisballe Nyeng
2017-02-17Replace obsolete WIN32 ifdefs with platform define.Bent Bisballe Nyeng
2017-02-17Win32 build fixes.Bent Bisballe Nyeng
2017-02-17Partial rendering for win32 backend.Bent Bisballe Nyeng
2017-02-17Add partial rendering support when rendering widgets to window pixel buffer a...Bent Bisballe Nyeng
2017-02-17Optimize PixelBuffer and PixelBufferAlpha setPixel method when no alpha is used.Bent Bisballe Nyeng
2017-02-16Fix double click on buttons.Bent Bisballe Nyeng
2017-02-12Remove unused private Canvas memBent Bisballe Nyeng
2017-02-12Refactor/introduce widget and windiow redraw/dirty mechanism to eradicate unn...Bent Bisballe Nyeng
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 in...Bent Bisballe Nyeng
2017-02-10Return a list of events form native window instead of one event at a time.Bent Bisballe Nyeng
2017-02-10Return a list of events form native window instead of one event at a time.Bent Bisballe Nyeng
2017-02-10Tabwidget test app.Bent Bisballe Nyeng
2017-02-10Fix 64 bit warning in ui test app.Bent Bisballe Nyeng
2017-02-09Do not use window size and position functions in native window constructor as...Bent Bisballe Nyeng
2017-02-08UI resize refactoring part 1.Bent Bisballe Nyeng