summaryrefslogtreecommitdiff
path: root/vcl/source/window
AgeCommit message (Collapse)Author
2012-05-15aero: Implement a glass menubar on Windows.Jan Holesovsky
We need to default to the Aero colors too, in order to this be really beautiful; but hopefully already in the current state it is an improvement :-) Change-Id: I 113039b62320fa76916ba74071e1eebff4d3476c
2012-05-15Reduce copy'n'paste by different nesting of if's.Jan Holesovsky
Change-Id: I9a68d585217550c1d229a2bc66d04e506253d747
2012-05-07removed unused definesTakeshi Abe
Change-Id: Ieaba4fe704cc588bd515b427a7f14008afea8c03
2012-05-05gtk: fix drawing of separators in vertical toolbarsIvan Timofeev
(regression from 0377b99b3f50a67e7845a3d728313e5a2ef36e73) * divide PART_SEPARATOR into PART_SEPARATOR_HORZ and PART_SEPARATOR_VERT * improve separator reduction: now the offset is (height*0.2) instead of 7. * rename: gVSeparator -> gSeparator * remove trailing whitespace Change-Id: I I If144509d7e061bf1b7901cd5418c4d7dbc3aa0d0
2012-05-02!= instead of < for comparison with end iteratorJulien Nabet
Change-Id: I7baa34c1cf7161fb55914d41b451b842ad4ab0c8
2012-04-30make ResId::toString a non-static memberCaolán McNamara
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
2012-04-25Removed usused method Dialog::Dialog(Window,ResId)Vicente Vendrell
2012-04-14vcl: hack: pData->aSz.Width() is set only for MenuBar, use aOutSz.Width()Ivan Timofeev
2012-04-10Resolves: fdo#31022 about dialog is suboptimalAndrew Higginson
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-04No dialogs to be shown from vcl in a non-NativeActivity Android appTor Lillqvist
2012-03-27fix vertical align when switching mode in multibar fdo#44140Noel Power
switching between SumAssign & OkCancel mode in the multibar results in a slight 'jumping' of the toolbar items when end up out of allignment with the other toolbar items.
2012-03-26ditch some UniStrings and intermediate temporariesCaolán McNamara
2012-03-23replace OpenOffice.org to LibreOffice in registry keysAndras Timar
2012-03-06nothing uses ImplAsyncStateChangedHdl anymore nowCaolán McNamara
2012-03-06last user of Window::PostStateChanged was TaskBarCaolán McNamara
2012-03-02Revert "Added 'Copy to Clipboard' button to error dialogs"Tor Lillqvist
The UI change was too intrusive. This reverts commit dfc9c72d7797862a9292bdda16ad8c107124a6df.
2012-03-01IMPL_LINK_NOARG follow-up to bd205223ec029a875c662474bb6d423d3cdd1994Tor Lillqvist
2012-03-01Added 'Copy to Clipboard' button to error dialogsSzabolcs Dezsi
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-02-22EasyHack fdo#46258 Removal of VCL testtool support (-enableautomation option)Josh Heidenreich
2012-02-21unwrap ifdefs with unused membersCaolán McNamara
2012-02-20unusedcode.easy: Remove SwProtocol::Snapshot()Thomas Arnhold
And all implementations. Also unused and removed: ImplCreateFromXImage() ImplGetFrameBitmap()
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
to equalsIgnoreAsciiCaseAscii("...")
2012-02-19Remove unused codePetr Vorel
2012-02-18WaE: fix buildMichael Meeks
2012-02-18fix buildIvan Timofeev
2012-02-18Replaced 'if-elseif-else' chains with 'switches' where they seem naturalMariusz Dykierek
2012-02-18Fix typos in commentsElton Chung
2012-02-13unusedcode.easy: Removed unused codeAlexander Bergmann
2012-02-12unusedcode.easy: remove MatrixArrangerThomas Arnhold
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe
2012-01-31Fix for fdo43460 Part LVIII getLength() to isEmpty()Olivier Hallot
Part LVIII Modules vcl (part 2)
2012-01-28mbHelpBtn is always falseThomas Arnhold
2012-01-28mbSound is always trueThomas Arnhold
2012-01-28remove some dead codeThomas Arnhold
2012-01-24WaE: unused eCaolán McNamara
2012-01-23vcl: early crash => no ucb => no images.zip => unhandled exception, caught.Michael Meeks
2012-01-18remove unused codeThomas Arnhold
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz
2012-01-16vcl: second part of fix for fdo#43458 - get xrandr / y positioning rightMichael Meeks
2012-01-16vcl: introduce crystal clear separation between X11 Screens and DisplayScreensMichael Meeks
A DisplayScreen is a screen index as used by the upper level abstractions, an X11Screen is a wrapper around an integer X screen index.
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon
2012-01-15vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplifyMichael Meeks
2012-01-11callcatcher: lets trust my own toolingCaolán McNamara
2012-01-10Use SAL_N_ELEMENTSThomas Arnhold
Some more like Thorstens diff 9c59cd15b150638c845bbc275b9b04460afc23bd Done with some regex magic (and a check if this var is an array): s/sizeof\(\s*$var\s*\)\s*\/\s*sizeof\(\s*\*$var\s*/SAL_N_ELEMENTS\($var/gs
2012-01-10callcatcher: update listCaolán McNamara