summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/window/gtkframe.cxx
AgeCommit message (Collapse)Author
2013-04-17move gtkframe to gtksalframe to match class nameBjoern Michaelsen
2013-04-16Move {pre,post}x.h to where {pre,post}mac.h and {pre,post}win.h areTor Lillqvist
Change-Id: I561aa6cc1de7ed6128d25c82cd493d5d5718e052
2013-04-12fdo#60690 - Remove all calls t GTK_YIELD_GRAB because it does nothing.vjinoch
Change-Id: I76e76ec5fc85d8e1fd673a45b3e54163ca7643f3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-03fdo#58807 bring Beep() for basic backThomas Arnhold
The functionality was removed by fdo#48549. This partially reverts 0f6101cfef4c2e45d9f1f1b3a61ef94799e4526b 0bdf6fc7c71c4c49e6d6f83d56ac953272ad16d5 85cb9084533605657aca0394afe4516058a8e4ef I changed the behavior to always beep, because only the basic macro function is using Beep(). Looks like the Beep macro function didn't even work correctly before the removal, because the default was to not beep for most platforms. So I set the volume from disable (0) to 50% for XBell(). Change-Id: I663ffb7af75d2fd6d2c1f94073e4412d9744de4a Reviewed-on: https://gerrit.libreoffice.org/3124 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-03-27No need for two sets of names for the same exttextinput flag bitsTor Lillqvist
Change-Id: Ic5756d75bc86795a7add95694aef6fc9d1f6b9fa
2013-03-27No need for two sets of names for the same frame/window state bitsTor Lillqvist
Bin the SAL_FRAMESTATE_* defines which as the comment said had to be the same as the WINDOWSTATE_*] in syswin.hxx. Change-Id: I42fcd91db543821f007038e558872ba8f69e4a78
2013-03-12Resolves: rhbz#920697, #i110881#, rhbz#623191 presentation not fullscreenCaolán McNamara
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-02-25loplugin: improve indentationThomas Arnhold
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
2013-02-22s/heigth/height/Tor Lillqvist
Change-Id: Idfc117f3026d45845dcce64d31aad6fc0af9c00a
2013-02-08fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac
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-01-14merge the 'holy default' default window sizes to a single placeCaolán McNamara
Change-Id: I247a52cf547da268e5aa6f7c9fef000c598b661b
2013-01-10export cleaned up dotted version in environment and GtkWindow user-data.Michael Meeks
Change-Id: If865127a9a5560f4b3636fb870699e2f3bac0e83
2012-11-28Remove useless method SetBackgroundBitmapMarcos Paulo de Souza
Thomas Arnhold asked me to take a look at the method SetBackgroundBitmap. In my XFCE, removing this method didn't chnage anything. So this needs more tests in Windows and other WM's. Change-Id: I3e10bea4eac114326ff981fb21ba0d292818b1da Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
2012-11-22Use ENABLE_GMENU_INTEGRATION consistentlyStephan Bergmann
Change-Id: I576bfa41b0dce0cba8c92c123f8747cf619fcffb
2012-11-22add version string to GtkWindow's to help theme authors.Michael Meeks
Change-Id: I3b03dc67de563e5d87fb85c0566fc411e372c690
2012-11-15glib / dbus version checks strangely ommitted from the merge.Michael Meeks
2012-11-14hud_activated here surely should have been hud_activeCaolán McNamara
Change-Id: Id324a31295b0c6836a1e9516ac070d4042c5c3f2
2012-11-14misc dbus menu integration fixesMichael Meeks
Re-declare GMenuModel / GActionGroup if we don't have a recent enough gio. Fix a number of compile warnings. use the standard gnumake macros / linking for ENABLE_GIO & ENABLE_DBUS Initialize GDBusInterfaceVTable cleanly. Take the Solar Mutex on hud_activated. Change-Id: Ie0c1d6e75c4be857f0db1adad36418dd1693f63e
2012-11-14only enable unity integration with enabled dbus and gioBjoern Michaelsen
Change-Id: I418e3c57e7c201529020864b1f4677ec4c24e2c8
2012-11-14Menu is fully updated when receiving a HUD activation event.Antonio Fernandez
Change-Id: I4d275bc01ac0baa265d22dcd849020e8f51fc447
2012-11-14Menu is now subscribed to HUD awareness protocol events.Antonio Fernandez
Change-Id: I0649ac50a93b3b6379642fac4d5d532d46251d72
2012-11-14Added files to implement HUD awareness protocol support.Antonio Fernandez
Change-Id: I1ce292811b0ac53c35b5a9026a1c1a4f4ef02cf4
2012-11-14Some code refactoring.Antonio Fernandez
Change-Id: I47d9be121898ca66f73488be4b46cc16cc4013a9
2012-11-14Fixed menu visibility and cleaned up some code.Antonio Fernandez
Change-Id: Ibda3c5d6f50d12041065f28ddd41eab57ae9560e
2012-11-14Chart menu works now.Antonio Fernandez
Change-Id: I95861a5af8b9c72c74840868d0530d5855b87785
2012-11-14Menu is always visible now.Antonio Fernandez
Change-Id: Ia6153c6630af2b04f3b022051aa1f7c48e2bfc1e
2012-11-14Menu is properly visible on non-Unity WM.Antonio Fernandez
Change-Id: If9fea1f3b700a0d957aa1ed11913b2a7982050c2
2012-11-14Menus are now correctly built.Antonio Fernandez
Change-Id: I1a4f5750c37ddfc4b4949033138efbd2372f01c5
2012-11-14use sal/log.hxx style loggingBjoern Michaelsen
2012-11-14revoke the watch when dyingBjoern Michaelsen
2012-11-14some moving around of castsBjoern Michaelsen
2012-11-14move UpdateNativeMenu2 back into UpdateNativeMenuBjoern Michaelsen
2012-11-14tweak menu destructionBjoern Michaelsen
2012-11-14refactor out dbus setupBjoern Michaelsen
2012-11-14tweak on_registrar_available to just touch the window props, the menu has to ↵Bjoern Michaelsen
take it from there
2012-11-14update when registrar is available, dont set menumodel on SetFrame, we do ↵Bjoern Michaelsen
that on update
2012-11-14grab model from frame on updateBjoern Michaelsen
2012-11-14moved dbus and menumodel ownership to frame, where it belongsBjoern Michaelsen
2012-11-14Menu is now shown/hidden when needed.Antonio Fernandez
Change-Id: I4a5d155918f7147c3c2933fedad96d959accca61
2012-11-12re-base on ALv2 code. Includes:Michael Meeks
Patches contributed by Pedro Giffuni: Avoid some uses of non portable #!/bin/bash in shell scripts. http://svn.apache.org/viewvc?view=revision&revision=1235297 Reduce the dependencies on non standard GNU copy. http://svn.apache.org/viewvc?view=revision&revision=1238684 Correct /usr/bin/env path. http://svn.apache.org/viewvc?view=revision&revision=1235619 Complex Toolbar Controls Extension from the SDK Patches contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1190390 i118615 - make epm more verbose http://svn.apache.org/viewvc?view=revision&revision=1204288 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 Patches contributed by Juergen Schmidt: jsc341: i117327: take care if no dependency node in current description exists, create one http://svn.apache.org/viewvc?view=revision&revision=1172101 jsc341: i117327: add extra extension dependency check http://svn.apache.org/viewvc?view=revision&revision=1172098 make initial branding changes http://svn.apache.org/viewvc?view=revision&revision=1231878 Patches contributed by Ingo Schmidt native373: #i117733# no linux jre installation on 64 bit systems http://svn.apache.org/viewvc?view=revision&revision=1167536 native373: ##164464# improve debian support http://svn.apache.org/viewvc?view=revision&revision=1167537 Patch contribtued by Armin Le-Grand: Changed various aspects concerning usages of old vendor names http://svn.apache.org/viewvc?view=revision&revision=1293313 fix for neon webdav, remove coinmp bits, improve odk script, cleanup & remove OS/2 conditionals, system ucpp fixes, remove OS/2 conditionals, restore our license filenames.
2012-10-21Fix some Variable "X" is reassigned a value before the old one has been usedJulien Nabet
Change-Id: I2fbdf26441f64183676035692391e65db0efe069
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I37b2c7b7acd31437f4be74b0163f4dac2279655b
2012-09-28This random +6 makes my windows too largeCaolán McNamara
The comment doesn't describe the circumstances that required this in the first place
2012-09-06these warnings are only debug informational reallyCaolán McNamara
Change-Id: Ie3da4be7251302cb68bd80a65bf74e8bc1b2e5cd
2012-08-14Replace usage of rtl/memory.h in vcl with equivalent from string.hArnaud Versini
Change-Id: If8d460189c57f9c02923019e95bf47db1d96c716
2012-07-31fdo#48549 System::Beep() removalMathieu Vonlanthen
Change-Id: I402202e199dfc8c2462859d00529f2782f6228b0
2012-07-27gtk3: ensure we re-render native commitsMichael Meeks
If we blit pixels to the back-buffer, we need to remember to get them to gtk3 at idle. Change-Id: Ic37660e963fbbcdd132cfba0ce739174d64148d2
2012-05-21fdo#50173: fix Styles and Formatting gtk crasherBjoern Michaelsen
- when using the gtk vcl plugin, pressing F11 in writer crashes libreoffice on some systems with an X error - related: fdo#46687 Change-Id: I235cf327d812b606a357de859b1a959be728d2a1
2012-05-11rhbz#809019 count mirrored monitors as oneDavid Tardon
Change-Id: I I I184541e99ab4e04b8534dd0341bc2f3630094e9c