summaryrefslogtreecommitdiffstats
path: root/vcl/unx
Commit message (Expand)AuthorAgeFilesLines
* Fix fdo#69381 by skipping empty option groupsArnaud Versini2013-09-171-0/+5
* CID#1028323 uninitialized scalarsCaolán McNamara2013-09-091-2/+2
* CID#1079151 make it impossible to have an init m_eTypeCaolán McNamara2013-09-091-5/+4
* fdo#57950: Remove some chained appends in vclJulien Nabet2013-09-081-6/+2
* String::Erase(String::Search())Thomas Arnhold2013-09-061-1/+3
* Consistently use rtl_getAppCommandArg hereStephan Bergmann2013-09-051-1/+1
* lp#1204592: activate menues even earlier to reduce latencyBjoern Michaelsen2013-09-052-0/+22
* Remove unnecessary SystemChildData -> SystemEnvData defineStephan Bergmann2013-09-044-7/+7
* Resolves: rhbz#993963 NULL m_pWindow on firefox deleted pluginCaolán McNamara2013-09-031-1/+1
* fdo#62475 - remove visual noisePhilipp Riemer2013-08-311-1/+0
* wait until we know the UI language before initializing gtkCaolán McNamara2013-08-303-31/+48
* Mark lcl_* functions staticKhaled Hosny2013-08-301-6/+6
* Clean up logging and string handlingStephan Bergmann2013-08-281-55/+50
* Mark as constTakeshi Abe2013-08-282-2/+2
* Properly mark callback functions as extern "C"Stephan Bergmann2013-08-232-37/+44
* rhbz#1000150: Do not call exit upon XIOError, take twoStephan Bergmann2013-08-231-3/+2
* rhbz#1000150: Do not call exit upon XIOErrorStephan Bergmann2013-08-232-20/+16
* valueOf is deprecatedLuboš Luňák2013-08-211-1/+1
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-213-10/+10
* vcl: ppdparser.cxx: clean up printf mess to build with dbglevel=11Michael Stahl2013-08-211-49/+40
* Re-work 8bit characters in source code, or remove them.Michael Meeks2013-08-201-65/+65
* gtk: use frame widget for frame renderingIvan Timofeev2013-08-201-4/+4
* Resolves: rhbz#998136 different index to gWidgetData vs NWEnsureGTKNotebookCaolán McNamara2013-08-201-2/+2
* downgrade Unknown type: GailWindow warning to infoCaolán McNamara2013-08-132-4/+1
* Typo: controling => controllingJulien Nabet2013-08-122-2/+2
* Revert "Removed unused file"Caolán McNamara2013-08-121-0/+17
* Removed unused fileSrijan Choudhary2013-08-121-17/+0
* drop intermediate UniStringCaolán McNamara2013-08-122-2/+2
* fix up some other single arg String::Erase conversionsCaolán McNamara2013-08-121-2/+2
* Erase(foo) erased from foo to end of stringCaolán McNamara2013-08-121-1/+1
* ignored return value of replaceAtCaolán McNamara2013-08-121-1/+1
* convert String to OUString in VCLNoel Grandin2013-08-1212-57/+57
* convert vcl/inc/unx/wmadaptor.hxx from String to OUStringNoel Grandin2013-08-123-18/+18
* convert vcl/inc/unx/i18n_status.hxx from String to OUStringNoel Grandin2013-08-121-18/+17
* convert vcl/ppdparser.hxx from String to OUStringNoel Grandin2013-08-123-118/+118
* Fix memory leaks in ensure_dbus_setup.Mark Wielaard2013-08-041-0/+9
* Remove effectively unused INetURLObject OString overloadsStephan Bergmann2013-07-291-1/+1
* WaE: unused rDocumentService in one ifdef branchCaolán McNamara2013-07-281-0/+1
* Make AddToRecentDocumentList aware of the DocumentServiceFridrich Štrba2013-07-282-5/+5
* Resolves: fdo#48835 complete application menuCaolán McNamara2013-07-191-8/+36
* remove Application::GetWorkAreaPosSizePixelNoel Grandin2013-07-192-14/+0
* Related: fdo#48835 reuse Mac appmenu translationsCaolán McNamara2013-07-181-29/+48
* Related: fdo#48835 run everything through the uno dispatcher for clean quitCaolán McNamara2013-07-181-30/+7
* Related: fdo#48835 turn into unreadable goo to get correct options contextCaolán McNamara2013-07-181-10/+34
* Related: fdo#48835 first cut at a GNOME3 appmenuCaolán McNamara2013-07-181-7/+94
* set primary and secondary text on the gtk overwrite queryboxCaolán McNamara2013-07-123-12/+44
* Turn basebmp::Format into a proper enumStephan Bergmann2013-07-121-1/+1
* use LanguageTag to convert, and some FIXME-BCP47 commentsEike Rathke2013-07-121-2/+5
* some FIXME-BCP47 commentsEike Rathke2013-07-121-0/+5
* use LanguageTag::getGlibcLocaleString()Eike Rathke2013-07-121-12/+1