Age | Commit message (Expand) | Author | Files | Lines |
2013-11-14 | make l10n buildable separately | Bjoern Michaelsen | 1 | -1/+4 |
2013-11-14 | remove unnecessary sal_Unicode casts in various places | Noel Grandin | 1 | -1/+1 |
2013-11-11 | basctl: include <> for external includes | Norbert Thiebaud | 12 | -29/+29 |
2013-11-08 | fdo#71306: fix printing from basic ide | Ivan Timofeev | 1 | -1/+3 |
2013-11-04 | remove redundant calls to OUString constructor in if expression | Noel Grandin | 1 | -1/+1 |
2013-11-04 | Convert code that calls OUString::getStr()[] to use the [] operator | Noel Grandin | 2 | -4/+4 |
2013-10-31 | Convert indexOf->startsWith and lastIndexOf->endsWith | Noel Grandin | 1 | -1/+1 |
2013-10-28 | Remove unnecessary SyntaxHighlighter::Tokenizer statefulness | Stephan Bergmann | 1 | -8/+0 |
2013-10-28 | Fold SyntaxHighlighter::initialize into ctor | Stephan Bergmann | 1 | -3/+1 |
2013-10-28 | Move implementation details to syntaxhighlight.cxx | Stephan Bergmann | 1 | -0/+1 |
2013-10-28 | Remove unused SimpleTokenizer_Impl::nLine/nCol | Stephan Bergmann | 1 | -9/+9 |
2013-10-25 | fdo#54938: More uses of cppu::supportsService | Marcos Paulo de Souza | 2 | -40/+4 |
2013-10-23 | convert code to use OUString::endsWith | Noel Grandin | 1 | -1/+1 |
2013-10-22 | HighlightPortion's indizes into strings should be sal_Int32 | Stephan Bergmann | 1 | -2/+2 |
2013-10-22 | Use conventional std::vector idioms | Stephan Bergmann | 1 | -28/+36 |
2013-10-22 | Unwind HighlightPortions typedef | Stephan Bergmann | 1 | -8/+8 |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist | 2 | -2/+2 |
2013-10-16 | cleanup | Thomas Arnhold | 1 | -6/+0 |
2013-10-12 | What (who?) are OW and MTF? | Tor Lillqvist | 1 | -0/+5 |
2013-10-12 | Test WNT instead of the vague UNX | Tor Lillqvist | 1 | -3/+3 |
2013-10-11 | Basic: When we warned & stopped the program, don't warn again. | Jan Holesovsky | 1 | -1/+1 |
2013-10-11 | -Werror,-Wunused-variable | Stephan Bergmann | 1 | -2/+1 |
2013-10-11 | Fix whitespace. | Jan Holesovsky | 1 | -3/+3 |
2013-10-07 | CID#738562 uninitialized member | Caolán McNamara | 1 | -2/+3 |
2013-10-07 | CID#738561 uninitialized member | Caolán McNamara | 1 | -11/+12 |
2013-10-07 | CID#738560 uninitialized member | Caolán McNamara | 1 | -5/+6 |
2013-10-07 | CID#984418 unused returned pointer | Caolán McNamara | 1 | -1/+1 |
2013-10-07 | CID#984417 unused returned pointer | Caolán McNamara | 1 | -1/+1 |
2013-10-07 | CID#738954 unused returned pointer | Caolán McNamara | 1 | -1/+1 |
2013-10-03 | CID#738559 uninitialized member | Caolán McNamara | 1 | -5/+6 |
2013-10-03 | CID#738558 uninitialized members | Caolán McNamara | 1 | -2/+4 |
2013-10-02 | -Werror,-Wdeprecated-declarations | Stephan Bergmann | 2 | -0/+28 |
2013-10-01 | convert basctl module from String to OUString | Noel Grandin | 14 | -146/+146 |
2013-09-22 | Related: fdo#38838 remove UniString::CompareIgnoreCaseToAscii | Caolán McNamara | 5 | -12/+12 |
2013-09-17 | convert basctl/source/inc/basobj.hxx from String to OUString | Noel Grandin | 3 | -7/+6 |
2013-09-13 | fix for fdo#69173 crasher | Noel Power | 1 | -0/+3 |
2013-09-03 | WaE: C4101: 'ex' : unreferenced local variable | Tor Lillqvist | 1 | -1/+1 |
2013-09-03 | completition->completion :) | Ivan Timofeev | 2 | -6/+6 |
2013-09-02 | GSOC work, renaming+listbox right side fix | Gergo Mocsi | 2 | -5/+5 |
2013-09-02 | GSOC work, fix the clipped listbox | Gergo Mocsi | 1 | -27/+20 |
2013-09-02 | GSOC work, fixed clipping of the listbox in the bottom | Gergo Mocsi | 2 | -19/+18 |
2013-09-02 | GSOC work, arrow navigation+TextSelection problems fixed | Gergo Mocsi | 2 | -8/+34 |
2013-09-02 | GSOC work, fix strange TextPaM errors | Gergo Mocsi | 1 | -25/+40 |
2013-09-02 | GSOC work, multiple fixes | Gergo Mocsi | 1 | -2/+2 |
2013-09-02 | GSOC work, options fix | Gergo Mocsi | 1 | -5/+8 |
2013-09-02 | GSOC work, small fixes | Gergo Mocsi | 1 | -28/+22 |
2013-09-02 | GSOC work, autocorrect procedures+variables | Gergo Mocsi | 1 | -6/+23 |
2013-09-02 | GSOC work, small code fixes | Gergo Mocsi | 1 | -8/+10 |
2013-09-02 | GSOC work, simplify CodeCompleteWindow::ResizeListBox | Gergo Mocsi | 2 | -32/+32 |
2013-09-02 | GSOC work, autocorrect fix | Gergo Mocsi | 1 | -2/+20 |