summaryrefslogtreecommitdiff
path: root/vcl/source/window
AgeCommit message (Expand)Author
2014-07-18convert HITTEST #define to enumNoel Grandin
2014-07-15Related: fdo#80633 we can retain cached size for visibility changeCaolán McNamara
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-07-10vcl/source/window/wrkwin.cxx: drop unused svsys.h headerDouglas Mencken
2014-07-10setting WB_SCROLL on a toolbar only works from ctorCaolán McNamara
2014-07-08Related: fdo#80633 dialog size cache has to be invalidated tooCaolán McNamara
2014-07-04coverity#736163 Dereference Null returnNorbert Thiebaud
2014-07-02expose a way to drop ownership of a window from builder treeCaolán McNamara
2014-07-01Related: fdo#80633 cache optimal sizeCaolán McNamara
2014-07-01New loplugin:stringconcatStephan Bergmann
2014-06-30rework resize into a custom widgetCaolán McNamara
2014-06-30...and ~SystemWindow can recursively destroy its child windowsStephan Bergmann
2014-06-30Once ~SystemWindow calls ~Window, this is no longer a SystemWindowStephan Bergmann
2014-06-30use VCL_HIDE_WINDOWS env on Mac to 'simulate' headless mode on MacNorbert Thiebaud
2014-06-27Resolves: fdo#65634 improve wheel-scrolling sidebar panelsCaolán McNamara
2014-06-27do what I mean, not what I sayCaolán McNamara
2014-06-27send wheel scroll events of disabled widgets to its enabled parent firstCaolán McNamara
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-11Convert RID_SANE_DIALOG to .uiPalenik Mihály
2014-06-11callcatcher: update unused codeCaolán McNamara
2014-06-09gbuild: remove config_libraries.h and gb_Helper_generate_config_librariesMichael Stahl
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-07fix WerrorMarkus Mohrhard
2014-06-07remove debug outputMarkus Mohrhard
2014-06-05lp#1296715: refresh invalidated menusBjoern Michaelsen
2014-06-01fdo#68849: Add header guards to all include filesJens Carl
2014-06-01fix crash if there is no OpenGLRenderer setMarkus Mohrhard
2014-06-01fdo79368 Don't process overflow menu items twice.Andrzej Hunt
2014-05-31vcl: make Window::Show() if statement a little easier to readChris Sherlock
2014-05-30tweak massively complicated html export wizard a bitCaolán McNamara
2014-05-29remove more unnecesary OUString constructor useNoel Grandin
2014-05-28fix build errorMarkus Mohrhard
2014-05-28try to fix mouse interaction on windowsMarkus Mohrhard
2014-05-27use namespace css instead of com::sunThomas Arnhold
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-27vcl: move clipping functions from window.cxx into clipping.cxxChris Sherlock
2014-05-27vcl: move functionality from window2.cxxChris Sherlock
2014-05-27vcl: rearrange function in window.cxxChris Sherlock
2014-05-27vcl: "non-pro version" actually means debug buildsChris Sherlock
2014-05-27vcl: cleanup window.cxx namespace aliasesChris Sherlock
2014-05-27vcl: move GetSystemData() & GetSystemDataAny() back to window.cxxChris Sherlock
2014-05-27vcl: move Window::ImplSetFrameParent() from window.cxx to stacking.cxxChris Sherlock
2014-05-26react only to left mouse clickMarkus Mohrhard
2014-05-25fdo#39468: translate comment in Window::ImplInit()Chris Sherlock
2014-05-24some work on mouse scrolling and improved mouse draggingMarkus Mohrhard
2014-05-24cppcheck: unreadVariableThomas Arnhold
2014-05-24Stub mouse move events propagation to 3D charts.Michael Meeks