summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-02sal workbench: fix monitor.cxx - need to release and acquire mutexprivate/tbsdy/workbenchChris Sherlock1-0/+23
2017-09-02sal workbench: include basic socket exampleChris Sherlock4-0/+139
2017-09-02sal workbench: remove mistaken while in monitor.cxxChris Sherlock1-6/+3
2017-09-02sal workbench: more reorg cleanupChris Sherlock2-1/+1
2017-09-02sal workbench: reorganize filesChris Sherlock14-9/+9
2017-09-02sal workbench: added monitor - demonstrates mutex, cond vars and threadsChris Sherlock4-0/+173
2017-09-02sal workbench: add signal handler exampleChris Sherlock6-8/+147
2017-09-02sal workben: remove failed experimentChris Sherlock2-78/+0
2017-09-02sal workben: set and get an environment variableChris Sherlock6-0/+163
2017-09-02sal workben: Demonstrate osl_terminateProcess()Chris Sherlock6-0/+154
2017-09-02sal workben: Demonstrate osl_executeProcess()Chris Sherlock6-0/+137
2017-09-02sal workben: add osl_getCommandArg() and osl_getCommandArgCount()Chris Sherlock4-0/+108
2017-09-02sal workben: demonstrate osl_getProcessInfo()Chris Sherlock5-0/+73
2017-09-02sal workben: demonstrate osl_getProcessWorkingDir()Chris Sherlock4-0/+80
2017-09-02sal workben: sal/config.h exampleChris Sherlock4-0/+75
2017-09-02sal workben: alloca() exampleChris Sherlock5-1/+92
2017-09-02sal workben: examples of SAL_N_ELEMENTS, SAL_BOUND and SAL_STRINGIFYChris Sherlock5-0/+125
2017-09-02sal workben: SAL_IMPLEMENT_MAIN and SAL_IMPLEMENT_MAIN_WITH_ARGS examplesChris Sherlock5-0/+124
2017-08-30osl: partial cleanup of socket_decl.hxx doxygen commentsChris Sherlock1-19/+38
2017-08-29Make WinMtfFontStyle's base class EMFIO_DLLPUBLIC, tooStephan Bergmann1-1/+1
2017-08-29EPUB export: initial character properties as direct formattingMiklos Vajna4-2/+91
2017-08-29make custom properties tab page some reasonable starting widthCaolán McNamara1-0/+2
2017-08-29revert "convert all sal_Bool to bool in start.c"Chris Sherlock1-16/+16
2017-08-29revert 36e31c6a6fbbeebd4825f318ebae2ea6c7e6719fChris Sherlock1-43/+43
2017-08-29desktop: convert all sal_Bool to bool in start.cChris Sherlock1-16/+16
2017-08-29desktop: change NULL to nullptr in start.cChris Sherlock1-45/+45
2017-08-29desktop: start.c cleanupChris Sherlock1-301/+308
2017-08-29move ListControl to vclMarkus Mohrhard4-4/+4
2017-08-29ListControl: append new entries by defaultMarkus Mohrhard1-1/+2
2017-08-29handle scroll wheel scrolling in new ListControlMarkus Mohrhard2-0/+14
2017-08-29remove some unused macro definitionsNoel Grandin7-53/+0
2017-08-29Resolves: rhbz#1400287 resizing properties dialog hides widgetsCaolán McNamara1-5/+7
2017-08-29Resolves: tdf#112018 number-columns-repeated has the data type positiveIntegerCaolán McNamara2-1/+1
2017-08-29Related: tdf#112018 limit to min of 1 before conversion from signed intCaolán McNamara1-12/+4
2017-08-29update the gtk updater icon with the new updater iconMarkus Mohrhard1-254/+200
2017-08-29disable unstable UNO API testsMarkus Mohrhard1-2/+3
2017-08-29loplugin:constparam in sc part8Noel Grandin61-145/+147
2017-08-29Use 1-based numbers in the ScAddress debugging output operator <<Tor Lillqvist1-3/+3
2017-08-29Resolves: tdf#111865 ensure draw after SetProgressValue uses new valueCaolán McNamara1-6/+6
2017-08-29Resolves: tdf#111760 cancel file dialog on terminateCaolán McNamara4-13/+67
2017-08-29Add cautionary commentTor Lillqvist1-0/+4
2017-08-29Export to PNG: init DPI with screen resolution, tdf#108317Eike Rathke1-0/+7
2017-08-29Export to PNG: export selected cell range only, not as page, tdf#108317Eike Rathke3-34/+107
2017-08-29Add keeper for FmFormView* pDrawViewEike Rathke1-9/+17
2017-08-29tdf#100492 Skip empty shapes in SVG exportVasily Melenchuk3-1/+35
2017-08-29external data: add a simple table view for spreadsheet dataMarkus Mohrhard3-0/+390
2017-08-29add a listbox that can contain any controls as childrenMarkus Mohrhard3-0/+203
2017-08-29move all the basic errcodes to one fileNoel Grandin24-35/+56
2017-08-29Avoid "ThreadSanitizer: lock-order-inversion (potential deadlock)"Stephan Bergmann2-16/+8
2017-08-29Pass --enable-debug also down to external/libepubgenMiklos Vajna1-1/+1