summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Collapse)AuthorFilesLines
2013-03-16Bin some pointless comments and ASCII graphicsTor Lillqvist8-221/+9
Change-Id: Ib7b176eb1889ebd94d4b628899011de9ebbb3dbd
2013-03-16Fix buildFridrich Štrba1-0/+1
Change-Id: I7e0b7be9da04ff6055075b5c046f02c967bf59f2
2013-03-15Related: rhbz#906137 g_module_symbol returned nothingCaolán McNamara1-6/+2
for gdk_screen_get_primary_monitor but osl_getAsciiFunctionSymbol does the right thing Change-Id: Ibf1a17724a9393d95c4fbe0d26aa82148eea33a9
2013-03-15Resolves: rhbz#906137 slide show inverts outputsCaolán McNamara1-4/+4
we go to some effort to determine the right value of ret and then throw it away and return 0 regression since 4a7e3482912c90b73d6e12c82bcd9ce31975e3f1 Change-Id: I652cfbe44fdab6560c1c8dc8fe25d6211b5357cb
2013-03-14Remove some accidental merge by-products.Thorsten Behrens2-1022/+0
Change-Id: Ic04832bf95fd425f839bd4f6a1390959f3c82247
2013-03-14Remove rtl:: namespace, fix minor spelling error in commentChris1-2/+2
Change-Id: Icd04bfa61209277c57afe313d679b253aa241b7d Reviewed-on: https://gerrit.libreoffice.org/2726 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
2013-03-14pass argb32 pixmaps from vcl to canvas, avoiding costly x11 roundtripsRadek Doulik4-6/+1036
- fixes also problem with emf+ rendering for slideshow Change-Id: Icb894d3f37b29f23d3f267c944d827eefbf47fda
2013-03-13Remove RTL_CONSTASCII_USTRINGPARAM and remove rtl:: namespace for stringsChris1-9/+9
Change-Id: I7327cfe644cc7c948692dff66f416f85a4e4ae40 Reviewed-on: https://gerrit.libreoffice.org/2693 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-12Qt4.8 is enough for Qt glib integration support working properlyLuboš Luňák1-2/+5
Change-Id: Ifaec37040f81de2718506b1ed27c7b52e74c513b
2013-03-12re-add support for KDE4 Qt+glib eventloop intergrationLuboš Luňák1-0/+2
The necessary build stuff was apparently silently dropped during gbuild conversion and never noticed. Change-Id: Ib1f530b92618a9d4f11c54818e984f737abaa283
2013-03-12Removal finished of CreateFromAsciiRicardo Montania1-3/+3
Change-Id: I7bb590fef530c64adbe473cffa9e09b2e4507daf Reviewed-on: https://gerrit.libreoffice.org/2685 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-03-12Resolves: rhbz#920697, #i110881#, rhbz#623191 presentation not fullscreenCaolán McNamara1-32/+0
Undecorated windows don't go full-screen correctly. Lets try and avoid using gtk_window_set_decorated and rely on gtk_window_set_role to get the WM to do the right thing. Change-Id: I0f9e9c26372ac50398fa69c404013e3035ed637b
2013-03-12liblibo: install test library by itself and install it.Michael Meeks1-19/+11
Also fix debugging with threads, find fundamentalrc correctly, make it headless, finally loads a document then exits. Change-Id: I2017075bf3b3c7198bde53b9fe85585089e5ab6c
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold4-8/+8
brain damage... Change-Id: I4dc63c7346f724eded9ac7b82cda25c2bb60beff
2013-03-09Remove now obsolete RTL_CONSTASCII_(U)STRINGPARAMChris4-20/+20
Change-Id: I15ae64d621fd0a1fa178f9a4062b93520628bdb0 Reviewed-on: https://gerrit.libreoffice.org/2627 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2013-03-08Remove now obsolete RTL_CONSTASCII_(U)STRINGPARAM from salplug.cxxChris1-2/+2
Change-Id: I49b77fee3864e8a389998a4e9df1054bf29b2722 Reviewed-on: https://gerrit.libreoffice.org/2594 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-08WaE: avoid mis-detection of uninitialized pixmap.Michael Meeks1-4/+6
2013-03-07fix canvas bitmap rendering (argb32 pixmaps) fixes color issue in n#780830Radek Doulik2-65/+84
Change-Id: I5242bbb171ba21da43e535255b7e9dd73c1d4930
2013-03-06Remove commented out code in salplug.cxxChris1-1/+0
Change-Id: Ie3f55a35874ecaf07440da26c8ba22c2803a0480 Reviewed-on: https://gerrit.libreoffice.org/2566 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong2-3/+2
Change-Id: I08d755677c46c476710ecbd067ed9f7e2f54a671 loplugin: clean warnings: unused variables, incorrect indentation and log area. Reviewed-on: https://gerrit.libreoffice.org/2544 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-03-06c#708666# remove unused member m_aThread from GetPPDAttribs structHerbert Dürr1-1/+0
(cherry picked from commit 83587cfa95ca3ffa6c857d184f28e74c5b0a6bd7) Change-Id: I15bb5c1e6007688bc394858bea8374c59b965057
2013-03-04doubled namespacesThomas Arnhold1-5/+0
Change-Id: I0f6a34a459c1492a69afa3ef6bcbaa8ed7639a22
2013-03-04doubled includesThomas Arnhold6-10/+0
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold3-3/+3
Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
2013-03-03SalDisplay::PrintInfo: convert to SAL_INFOMiklos Vajna1-48/+30
Change-Id: I4abf6b9858e1d74450d7b44d86e0ce96f5195310
2013-03-02remove minor.mkMatúš Kukan1-5/+2
Hopefully all stays the same except for vcl/unx/gtk/a11y/atkutil.cxx. Change-Id: I49108007ee6d045f045de86c8654efc7ca5fd3d0 Reviewed-on: https://gerrit.libreoffice.org/2491 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-03-01fix higher debug level buildCaolán McNamara1-1/+4
Change-Id: I1c0fb9a3c36708159495af6ac08f1e66074fc029
2013-02-28cleanup some module calls.Michael Meeks3-7/+2
Change-Id: I2871b7e49416c1fb25b80a7a4e7e2dc98efd75d8
2013-02-25loplugin: improve indentationThomas Arnhold11-40/+32
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
2013-02-25Resolves: fdo#61373 tabs too narrow under oxygen gtk themeCaolán McNamara1-0/+30
Change-Id: I794b34c1864f619d91f0b105ba08a4f607abd291
2013-02-24Update TDE (Trinity Desktop Environment) integration filesTimothy Pearson5-9/+41
Change-Id: I48a5da0d01ad3532b9a77ff864f8f9e4d14e734c Reviewed-on: https://gerrit.libreoffice.org/2374 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2013-02-24fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac1-3/+3
I ran the following code replace: s/(Uni|Xub)?String\s*::\s*CreateFromInt32/OUString::number/ And finally removed String::CreateFromInt32(). Change-Id: I53b26a59c68511ae09f0ee82cfade210d0de3fa5 Reviewed-on: https://gerrit.libreoffice.org/2279 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-02-22these stray fprintfs drive people dementedCaolán McNamara1-1/+0
Change-Id: Ifee5c39423957bcc4708a7933c760d9467e2ac27
2013-02-22s/heigth/height/Tor Lillqvist1-1/+1
Change-Id: Idfc117f3026d45845dcce64d31aad6fc0af9c00a
2013-02-20typo: allways -> alwaysAndras Timar2-2/+2
Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841
2013-02-20fixup class vs. constructor definitionNoel Grandin2-11/+7
Change-Id: Idab639141a989bc9752df67b083a5d6e1e01ac37
2013-02-20fixupStephan Bergmann1-1/+2
Change-Id: Idefe8c963d1579443dbce311ecd57f4311085840
2013-02-20KDE4FilePicker: un-break buildMichael Stahl2-14/+13
Change-Id: Id41a0f4bc7db04f343a50ff23080a616abbbd6c6
2013-02-20more fixes for my FilePicker changesNoel Grandin2-4/+8
in 4b51374a7021d52f7f1be1861e2ee6a011b30ecd "fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new style" Change-Id: Ie23b49d9eb6e491b543d44da124e50efa5b65376
2013-02-18added language tags commentEike Rathke1-0/+1
Change-Id: Ia71e1b9149b823a30cbeb1e75e04d27b40f11b12
2013-02-15Resolves: rhbz#910176 cannot select directory with gnome folder pickerCaolán McNamara1-2/+11
<< gtk documentation gtk_file_chooser_get_current_folder_uri () Gets the current folder of chooser as an URI. Note that this is the folder that the file chooser is currently displaying ... which is not the same as the currently-selected folder if the chooser is in GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER mode ... to get the currently-selected folder in that mode, use gtk_file_chooser_get_uri() as the usual way to get the selection. >> << offapi documentation XFolderPicker getDisplayDirectory: Returns the root directory that the FolderPicker is showing. getDirectory Returns the selected directory >> so getDisplayDirectory <-> gtk_file_chooser_get_current_folder_uri and getDirectory <-> gtk_file_chooser_get_uri Change-Id: Iaa5ab16a250cd59fe5e8bd02149298eef6d1dec2
2013-02-15fix fdo#60804 - Print to File leads to CrashNoel Grandin2-23/+9
This was because of my busted commit in 4b51374a7021d52f7f1be1861e2ee6a011b30ecd "fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new style" Change-Id: Iaf99dcf052b5aac7f995b86a0e8af9725839802d
2013-02-13Some cppcheck cleaningJulien Nabet1-1/+1
Change-Id: I3d515fabc272e5c14f2e2779da1c43f92514f290
2013-02-12Fix compilation of kde/kde4Stephan Bergmann2-2/+4
...broken by 4b51374a7021d52f7f1be1861e2ee6a011b30ecd "fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new style." Change-Id: I5fa8130507222b8588c15bdb9efd86daba7c0f38
2013-02-12fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin4-48/+16
Change-Id: I1cafbfc53994e5d74241042dbd1d292ddbda67d5
2013-02-08fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-5/+5
Change-Id: I6daea312198fae3a9717bd8d4fea6371aa4cd275 Reviewed-on: https://gerrit.libreoffice.org/1962 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-02-07AtkListener::updateChildList: assert when getAccessibleChild ...Michael Stahl1-1/+8
... throws IndexOutOfBoundsException, since it's not supposed to happen. Change-Id: I876e6cede88f86d12543d3ce65e1b0a0ca5389a7
2013-01-30Remove unused DeInitSalMainStephan Bergmann1-4/+0
Change-Id: I8fd733fe6535cc4f9f299f53adc1821ce344a85c
2013-01-23Unused #includesStephan Bergmann1-8/+0
Change-Id: I624f35026b8ee847d70d429c61cd93d6a603d8b0
2013-01-23fdo#44582 fixing horizontal scroll bar in sub windowsAbdulaziz A Alayed1-1/+6
Change-Id: Ifea57dec77c5b23771684a1e46267f8431478075 Reviewed-on: https://gerrit.libreoffice.org/1806 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>