summaryrefslogtreecommitdiff
path: root/vcl/source/window
AgeCommit message (Expand)AuthorFilesLines
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl1-1/+1
2015-03-06Idle: Changed to new enum nameTobias Madl5-8/+8
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl5-8/+8
2015-03-06idle includes and enum useJennifer Liebel5-8/+10
2015-03-06vcl: fix Android buildMiklos Vajna1-4/+6
2015-03-06add DrawHandle to DecorationViewTomaž Vajngerl1-1/+46
2015-03-05HiDPI: increase toolbar drag handle hit area widthTomaž Vajngerl1-3/+7
2015-03-05toolbox - preserve the orig. image + use it in menu & color updateTomaž Vajngerl1-27/+32
2015-03-05remove maHighImage from toolbox as it is unused (no setter)Tomaž Vajngerl2-12/+1
2015-03-04V813: Decreased performanceCaolán McNamara2-3/+3
2015-03-04Hack to make an in-destruction SystemWindow no longer claim to be oneStephan Bergmann1-0/+3
2015-03-03likely intentDavid Tardon1-1/+1
2015-03-02Add vcl::Window::SetLastMousePos()Miklos Vajna1-0/+9
2015-02-26cppcheck: unreadVariableCaolán McNamara1-37/+0
2015-02-24Typo: curently->currentlyJulien Nabet2-2/+2
2015-02-24Avoid bad downcasts to VclBoxStephan Bergmann2-5/+6
2015-02-19tdf#83099 fix Top of formula bar is missing when expanding on Windows 7Tomofumi Yagi1-1/+12
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-6/+6
2015-02-16SALEVENT_ VOLUMECHANGED, DATETIMECHANGED and KEYBOARDCHANGED are unusedNoel Grandin1-12/+0
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin1-1/+1
2015-02-14see if we can merge floating window and dialog child size/pos settingCaolán McNamara2-14/+2
2015-02-13Resolves: 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-10coverity#1267630 Logically dead codeCaolán McNamara1-1/+0
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara3-7/+7
2015-02-05Resolves tdf#89129: crash when defining a specific relationshipJulien Nabet1-5/+3
2015-02-04fix leak from framework::AddonMenuManager::BuildMenuCaolán McNamara3-4/+14
2015-02-03WaE: variable 'kind' set but not usedTor Lillqvist1-25/+0
2015-02-03Don't call touch_ui_*() API that are no-ops anywayTor Lillqvist1-20/+4
2015-02-03vcl: Remove commented-out codeAdolfo Jayme Barrientos1-37/+0
2015-02-02crash on toggling "empty" menu in basic's language toolbarCaolán McNamara1-8/+18
2015-02-02don't need this caseCaolán McNamara1-2/+1
2015-01-30chisel off some more unused codeCaolán McNamara1-4/+0
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-4/+0
2015-01-27tdf#88702 ACCESSIBILITY Toggle buttons state not reliably updatedNiklas Johansson1-2/+1
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin2-22/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-2/+0
2015-01-25coverity#1266475 Dereference null return valueCaolán McNamara1-3/+3
2015-01-24Typo: syncro->synchroJulien Nabet1-1/+1
2015-01-21add has-focus .ui supportCaolán McNamara1-0/+5
2015-01-21slot:5500 -> .uno:NewDoc(FromTemplate)Caolán McNamara1-1/+1
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann6-9/+9
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn5-16/+11
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn2-4/+2
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara13-92/+81
2015-01-14GetData is a hopelessly generic nameCaolán McNamara1-1/+1
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin13-21/+18
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin16-38/+38
2015-01-12FocusChanged and DataChanged are never overridenNoel Grandin3-5/+0
2015-01-10Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky1-2/+2