Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-15 | aero: 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-15 | Reduce copy'n'paste by different nesting of if's. | Jan Holesovsky | |
Change-Id: I9a68d585217550c1d229a2bc66d04e506253d747 | |||
2012-05-07 | removed unused defines | Takeshi Abe | |
Change-Id: Ieaba4fe704cc588bd515b427a7f14008afea8c03 | |||
2012-05-05 | gtk: fix drawing of separators in vertical toolbars | Ivan 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 iterator | Julien Nabet | |
Change-Id: I7baa34c1cf7161fb55914d41b451b842ad4ab0c8 | |||
2012-04-30 | make ResId::toString a non-static member | Caolán McNamara | |
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb | |||
2012-04-25 | Removed usused method Dialog::Dialog(Window,ResId) | Vicente Vendrell | |
2012-04-14 | vcl: hack: pData->aSz.Width() is set only for MenuBar, use aOutSz.Width() | Ivan Timofeev | |
2012-04-10 | Resolves: fdo#31022 about dialog is suboptimal | Andrew Higginson | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-04 | No dialogs to be shown from vcl in a non-NativeActivity Android app | Tor Lillqvist | |
2012-03-27 | fix vertical align when switching mode in multibar fdo#44140 | Noel 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-26 | ditch some UniStrings and intermediate temporaries | Caolán McNamara | |
2012-03-23 | replace OpenOffice.org to LibreOffice in registry keys | Andras Timar | |
2012-03-06 | nothing uses ImplAsyncStateChangedHdl anymore now | Caolán McNamara | |
2012-03-06 | last user of Window::PostStateChanged was TaskBar | Caolán McNamara | |
2012-03-02 | Revert "Added 'Copy to Clipboard' button to error dialogs" | Tor Lillqvist | |
The UI change was too intrusive. This reverts commit dfc9c72d7797862a9292bdda16ad8c107124a6df. | |||
2012-03-01 | IMPL_LINK_NOARG follow-up to bd205223ec029a875c662474bb6d423d3cdd1994 | Tor Lillqvist | |
2012-03-01 | Added 'Copy to Clipboard' button to error dialogs | Szabolcs Dezsi | |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. | |||
2012-02-22 | EasyHack fdo#46258 Removal of VCL testtool support (-enableautomation option) | Josh Heidenreich | |
2012-02-21 | unwrap ifdefs with unused members | Caolán McNamara | |
2012-02-20 | unusedcode.easy: Remove SwProtocol::Snapshot() | Thomas Arnhold | |
And all implementations. Also unused and removed: ImplCreateFromXImage() ImplGetFrameBitmap() | |||
2012-02-21 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | |
to equalsIgnoreAsciiCaseAscii("...") | |||
2012-02-19 | Remove unused code | Petr Vorel | |
2012-02-18 | WaE: fix build | Michael Meeks | |
2012-02-18 | fix build | Ivan Timofeev | |
2012-02-18 | Replaced 'if-elseif-else' chains with 'switches' where they seem natural | Mariusz Dykierek | |
2012-02-18 | Fix typos in comments | Elton Chung | |
2012-02-13 | unusedcode.easy: Removed unused code | Alexander Bergmann | |
2012-02-12 | unusedcode.easy: remove MatrixArranger | Thomas Arnhold | |
2012-02-10 | Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...) | Takeshi Abe | |
2012-01-31 | Fix for fdo43460 Part LVIII getLength() to isEmpty() | Olivier Hallot | |
Part LVIII Modules vcl (part 2) | |||
2012-01-28 | mbHelpBtn is always false | Thomas Arnhold | |
2012-01-28 | mbSound is always true | Thomas Arnhold | |
2012-01-28 | remove some dead code | Thomas Arnhold | |
2012-01-24 | WaE: unused e | Caolán McNamara | |
2012-01-23 | vcl: early crash => no ucb => no images.zip => unhandled exception, caught. | Michael Meeks | |
2012-01-18 | remove unused code | Thomas Arnhold | |
2012-01-17 | Replaced SAL_INFO with SAL_WARN were applicable. | Marcel Metz | |
2012-01-16 | Replaced DBG_ERRORFILE with SAL_INFO. | Marcel Metz | |
2012-01-16 | vcl: second part of fix for fdo#43458 - get xrandr / y positioning right | Michael Meeks | |
2012-01-16 | vcl: introduce crystal clear separation between X11 Screens and DisplayScreens | Michael 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-15 | WaE: deleting object of abstract class type with non-virtual destructor | David Tardon | |
2012-01-15 | vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplify | Michael Meeks | |
2012-01-11 | callcatcher: lets trust my own tooling | Caolán McNamara | |
2012-01-10 | Use SAL_N_ELEMENTS | Thomas 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-10 | callcatcher: update list | Caolán McNamara | |