summaryrefslogtreecommitdiff
path: root/vcl/source/window
AgeCommit message (Expand)AuthorFilesLines
2014-11-20vcl: Kill IsMapMode(), it means the same as IsMapModeEnabled().Jan Holesovsky1-1/+1
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
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin6-70/+72
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin7-9/+9
2014-10-11coverity#1242425 Dereference after null checkCaolán McNamara1-1/+1
2014-10-11convert vcl StateChangedType to enum classNoel Grandin19-64/+65
2014-10-10Fix fdo#84795 Menu, DropDown-List not disappears with right mouse clickJuergen Funk2-11/+15
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2-14/+14
2014-10-07Resolves: fdo#44998 crash when opening context menu of a fieldCaolán McNamara1-1/+8
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-1/+2
2014-10-04coverity#1242365: Unchecked return valueNorbert Thiebaud1-2/+5
2014-10-04coverity#1242366: Unchecked return valueNorbert Thiebaud1-1/+1
2014-10-04fix for invalid dynamic_castNoel Grandin1-2/+2
2014-10-03Resolves fdo#84608: Right-click customize crashes LibOJulien Nabet1-1/+1
2014-10-02coverity#1242905 Uninitialized pointer fieldCaolán McNamara1-0/+15