summaryrefslogtreecommitdiff
path: root/vcl/source/window
AgeCommit message (Expand)AuthorFilesLines
2015-05-26Resolves: tdf#90155 don't hide+show window before initial show completesCaolán McNamara1-4/+0
2015-04-13Resolves: tdf#90384 queue_resize needs to Invalidate the optimal cache sizeCaolán McNamara2-6/+11
2015-04-08Resolves: fdo#84795 Menus don't disappear with right mouse clickCaolán McNamara2-33/+21
2015-02-17Resolves: tdf#86159 floating windows have complicated bordersCaolán McNamara1-0/+12
2015-02-12Resolves: tdf#87663 update checker tries to add icon to toc preview toolbarCaolán McNamara1-24/+48
2015-02-06Resolves tdf#89129: crash when defining a specific relationshipJulien Nabet1-5/+3
2014-12-09Resolves: fdo#81421 listen to child window to see if it gets deletedCaolán McNamara1-9/+24
2014-12-02coverity#1255909 Uninitialized scalar fieldCaolán McNamara1-9/+2
2014-11-25the real bug behind so many apparent crashtest discoveriesCaolán McNamara1-6/+13
2014-11-20vcl: Kill IsMapMode(), it means the same as IsMapModeEnabled().Jan Holesovsky1-1/+1
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna1-2/+2
2014-11-16vcl: let the ModelessDialog ctor take an OUStringMiklos Vajna1-2/+2
2014-11-15vcl: let the Dialog ctor take an OUStringMiklos Vajna3-8/+8
2014-11-15TabDialog ctor: take an OUStringMiklos Vajna1-2/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava3-3/+3
2014-11-13vcl: Use single-buffer rendering and only flush when necessaryLouis-Francis Ratté-Boulianne1-2/+5
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini4-5/+5
2014-11-11vcl: fdo#39468 - remove useless German commentChris Sherlock1-1/+0
2014-11-11vcl: move OutputDevice::ImplDrawFrameDev() to WindowChris Sherlock2-7/+53
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin9-23/+23
2014-11-11vcl: move OutputDevice::ImplGetFrameDev() to WindowChris Sherlock2-4/+12
2014-11-10vcl: Add method to swap buffers after painting windowLouis-Francis Ratté-Boulianne1-0/+2
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin6-30/+33
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann9-41/+43
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin9-43/+41
2014-11-06Be more specific in warningTor Lillqvist1-1/+2
2014-11-06rename KEY_MODTYPE to KEY_MODIFIERS_MASKNoel Grandin1-3/+3
2014-11-05Basic Idle handler implementationTobias Madl3-16/+16
2014-11-05fdo#84938: replace TOOLBOXITEM_ constants with enumNoel Grandin2-36/+36
2014-11-03fdo#84795 Menu, DropDown-List don't disappear with right mouse clickJuergen Funk2-23/+29
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin6-30/+30
2014-11-01vcl/source: get rid of redundant svsys.h includesDouglas Mencken2-4/+0
2014-10-31drop KeyCode::IsDefinedKeyCodeEqualNoel Grandin1-4/+4
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin6-10/+10
2014-10-31KEY_ALLMOD is the same as KEY_MODNoel Grandin1-1/+1
2014-10-30vcl button: Avoid a potential crash.Jan Holesovsky1-10/+13
2014-10-29Resolves: rhbz#1146169 a11y frames label dies before frameCaolán McNamara1-1/+12
2014-10-29need to initialize mnRefCntCaolán McNamara1-0/+2
2014-10-29ref-counting vcl::Window subclassesNoel Grandin2-45/+47
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin1-25/+25
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2-14/+14
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2-5/+5
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin6-42/+42
2014-10-22Avoid unnecessary #includeStephan Bergmann2-1/+2
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin4-19/+19
2014-10-20Revert "Fix fdo#84795 Menu, DropDown-List not disappears with right mouse click"Caolán McNamara2-15/+11
2014-10-20Work around workaround for old MSVC 2012Stephan Bergmann1-1/+1
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin4-36/+35
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon2-5/+5
2014-10-16Related: fdo#84676 try to give floating windows their original stylebitsCaolán McNamara1-1/+15