summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)Author
2013-02-22Not using NativeActivity means no lo_main() stuff used eitherTor Lillqvist
Hopefully also fixes build for iOS by re-introducing checks for DESKTOP. Also this commit partially reverts 52a8744afee2cd589813f0377d93f821fce7aedd. Change-Id: Ie94c771b72ba138bb0481b054285916618baf6eb
2013-02-22wrap max-width-chars in a custom widget to avoid it getting dropped silentlyCaolán McNamara
Change-Id: I7ccbd4b2e1aebc84a59bb9000e7322c8aa62ffd7
2013-02-22Resolves: fdo#60764 sort options can grow too wide to fit on screenCaolán McNamara
Change-Id: Id3aed9ef251f61710b43ceda1a28c6895e91872f
2013-02-22Replace duplicate code from ImplToolItem constructors with init methodChr. Rossmanith
Change-Id: I2e2950045d8970eec3d1e04269bfe2ecbc9c3e6f Reviewed-on: https://gerrit.libreoffice.org/2267 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-02-22Rename the package and .apk of the "desktop" test app to avoid confusionTor Lillqvist
It used the same package name as DocumentLoader and the same .apk name as the eary sc cppunit test app. Probably having two unrelated apps with the same package name causes some confusion somewhere. Change-Id: I11414b9cd59694eb97d39bfaeac4ed1066ae3aab
2013-02-22these stray fprintfs drive people dementedCaolán McNamara
Change-Id: Ifee5c39423957bcc4708a7933c760d9467e2ac27
2013-02-22fdo#39674: Rename menues to menuThomas Arnhold
Change-Id: Idc22167d1a0dc518b3f9e96884213140d07b565b Reviewed-on: https://gerrit.libreoffice.org/2316 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-02-22drop someones stray debugging fprintfsCaolán McNamara
Change-Id: I4423ea0952282ea2b64c72e4cc73e42f0afe4649
2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet
Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
2013-02-22s/heigth/height/Tor Lillqvist
Change-Id: Idfc117f3026d45845dcce64d31aad6fc0af9c00a
2013-02-22s/the the/the/Tor Lillqvist
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-22s/whith/with/Tor Lillqvist
Change-Id: I23da81c182ad30faf871d98e55820295418207d0
2013-02-21Revert "embed also system fonts when embedding fonts in a document"David Ostrovsky
that's enouph breakage for now. This reverts commit 596bd0f61f8cfc957410148ae221c62331067bdd. Change-Id: I992f439a9a099e47115a30b3d745848f3af09e5e
2013-02-21pFTOblique is unusedTor Lillqvist
Change-Id: I20c70299e6e91883dd5ee45b09268f543fd5e1c8
2013-02-21FT_GlyphSlot_Embolden() and FT_GlyphSlot_Oblique() return voidTor Lillqvist
Change-Id: I40e0edeeda7158c6209b3eda124587e2da4df8d1
2013-02-21Just link directly to the bundled static libfreetype on AndroidTor Lillqvist
The dlsym() crack found the system (but non-public) libfreetype symbols, and that seems to be incompatible and caused the app to crash. Change-Id: I9b0bcac098d7cb3560640de3dfc10f51569c462d
2013-02-21android: finally starting and rendering at least something again.Michael Meeks
Only renders on very-first-start after install (oddly). We initialize vcl in it's own thread to avoid problems. Thanks to tml for fixing a linking issue. Change-Id: I960d11c6098681356fea0634970545aa9af9bacb
2013-02-21Revert "Clean up remains of NativeActivity-based Android app support"Michael Meeks
This reverts commit cecc926070ee3d2ad6296fc5e0cfcde8642bb140. Conflicts: sal/android/lo-bootstrap.c sal/inc/osl/detail/android-bootstrap.h
2013-02-21embed also system fonts when embedding fonts in a documentLuboš Luňák
Without this, only fonts that had come embedded with the document were embedded when saving, which meant that it was impossible to create new documents that would have any fonts embedded. Change-Id: I3b4e87b1b3ca5ae1ccfe29d9b571b0262c568dcf
2013-02-21add a mechanism to load date fields from .ui filesCaolán McNamara
Change-Id: If546e2f5c0f4b58d1306c737bf69799e8033c5c0
2013-02-21change lib:widget delimiter from : to -Caolán McNamara
because glade catalogs don't allow : in widgetnames which blocks making a catalog for our custom widgets Change-Id: I3d590ce7451264b49fa5a82a752dac44e47bbd81
2013-02-20Some cppcheck cleaningJulien Nabet
Change-Id: I0b9d3b5f8283e2fddc96b220a755ba6bcdd11606
2013-02-20various efforts to consistently apply HIG rulesCaolán McNamara
Change-Id: Ic55935d449cf69eb69da1be5bdb44d93f56f7d88
2013-02-20typo: allways -> alwaysAndras Timar
Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841
2013-02-20fixup class vs. constructor definitionNoel Grandin
Change-Id: Idab639141a989bc9752df67b083a5d6e1e01ac37
2013-02-20fixupStephan Bergmann
Change-Id: Idefe8c963d1579443dbce311ecd57f4311085840
2013-02-20KDE4FilePicker: un-break buildMichael Stahl
Change-Id: Id41a0f4bc7db04f343a50ff23080a616abbbd6c6
2013-02-20more fixes for my FilePicker changesNoel Grandin
in 4b51374a7021d52f7f1be1861e2ee6a011b30ecd "fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new style" Change-Id: Ie23b49d9eb6e491b543d44da124e50efa5b65376
2013-02-19WaE: equality comparison with extraneous parenthesesTor Lillqvist
Change-Id: I3120fbc031dfa018282150addce6e5fe03aaf5da
2013-02-19fix documentation to match realityLuboš Luňák
Change-Id: Ibeb24ca336c599e75108a25d1a017f97092681e7
2013-02-19Remove RTL_CONST_STRINGPARAMChr. Rossmanith
Change-Id: Iac8a36a1f4a9c56d7b8689acd1b2273550a8c968 Reviewed-on: https://gerrit.libreoffice.org/2257 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-02-19fdo#56886 EMF: Fixes some scaling problems of clipped regions, TwipsLennard Wasserthal
If a Metafile's scaling is incompletely defined, there are some arbitrary values used. This bug is just filed as regression because aoo 3.3 used the WMF part and Lo the EMF part! Please use environment variable EMF_PLUS_DISABLE if you have further problems with EMF files. This Patch also adds an (untested) TWIPS scaling, which was missing. known issue: vertical text ratio still scaled differently than lineart. Change-Id: I7c0139853961eb338476a9e3a5e08d3f87225f2e Signed-off-by: Lennard Wasserthal <Wasserthal@nefkom.net> Reviewed-on: https://gerrit.libreoffice.org/1886 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-02-19add a mechanism to load TimeFields from .ui filesCaolán McNamara
Change-Id: I7704f46d262888639a17c5219e784559db91b847
2013-02-19really, don't obtain the process locale 500 timesEike Rathke
Twice for each font ... Change-Id: Ib4589f8a11e0c14f0c5235e17d0c68e67d93b0b4
2013-02-18added language tags commentEike Rathke
Change-Id: Ia71e1b9149b823a30cbeb1e75e04d27b40f11b12
2013-02-18no need to expand the BRAND_BASE_DIR macro multiple timesEike Rathke
Change-Id: I085759537f64489e76e2f33a820cde14767d116a
2013-02-18slightly improved parameter passingEike Rathke
Change-Id: I75b6bc42285cb3c671dcd4b437db54d5003a2898
2013-02-18consistent fall-back chain for (branded) aboutEike Rathke
Make Application::LoadBrandBitmap() and LoadBrandSVG() use the same and consistent fall-back chain to obtain localized files, if any. Change-Id: I396f59ec5ffe7ee323b798c6c66241bd76a4b30a
2013-02-18localizedsorter::bestname: info for non-ISO locale and commentEike Rathke
Until fontconfig will support language tags. Change-Id: I831d066e91c00e62651409a0f9e6c8ed52b39150
2013-02-18coverity#983232 Resource leakNorbert Thiebaud
Change-Id: If4704847d4ef69d512f05dc12bcb01ac0d9d54b3 Reviewed-on: https://gerrit.libreoffice.org/2201 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-17coverity: pass by const reference is more efficientMarkus Mohrhard
Change-Id: I08cebe4aca8eaa5a2be8c319c2de20de10dbd2d3
2013-02-16Work around problem with boost::shared_array(NULL) ctor and Boost 1.53.0Stephan Bergmann
...claiming template<class Y> boost::shared_array<T>::shared_array(Y*) is not a viable option due to mismatched types 'Y*' and 'long int' Change-Id: I8db321cd25cd73c84fa2a3124c9ec1018c131d5f
2013-02-15Resolves: rhbz#895196 sc filter float a11y parent of itself loop/recurseCaolán McNamara
Change-Id: I3679e7cfcd32a78b40c6a7b803c92ff0abe6f32c
2013-02-15Resolves: rhbz#910176 cannot select directory with gnome folder pickerCaolán McNamara
<< 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-15tabpages size req not factoring in border widthCaolán McNamara
Change-Id: Ie7396b63a64e89bb7aa7c0e284faab7ed380c4c1
2013-02-15fix fdo#60804 - Print to File leads to CrashNoel Grandin
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-14teach radiogroup loader about custom propertiesCaolán McNamara
Change-Id: I318d9bace6f2c6aa9c10a592cb2134ba1c0d914e
2013-02-14Avoid ambiguities after string clean-up of InfoBox usersStephan Bergmann
Change-Id: Icbce1220df0a08b32f78b863a15daf34522d1671
2013-02-14add a custom wrap prop to radiobuttons/checkboxesCaolán McNamara
Change-Id: Idccf3eceb8e9c8a42027dc837eb6d5b405fece67
2013-02-14make compilable on RHEL-6Caolán McNamara
Change-Id: I5d0e2c23af1972c84e999ad458ae47703d94e9e0