summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)Author
2012-11-20Bin pointless _SOLAR__PRIVATE which was always 1 anywayTor Lillqvist
Change-Id: I98f35920f02d4ee71787a9968158b220af69bde6
2012-11-20fdo#57059 - fix crasher rendering borders for very small windows.Michael Meeks
2012-11-20fdo#51304: Remove @author annotationJosé Guilherme Vanz
This commit removes some @author annotations and some cleanup. Change-Id: Iaf2c4465825dc73af6c1d7377ae847262721c22b Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1122 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-11-19SalColormap: -Werror=conversion-nullMichael Stahl
That is actually XID, not a pointer. Change-Id: I9fa807fc4f33c07b2b4ebbb5e1b7163eb53411c3
2012-11-19Drop ILLEGAL_POINTER sillynessTor Lillqvist
Change-Id: I19316f0fd04f75d980719676c928c3455e0f07b7
2012-11-18Move #include to appropriate headerTakeshi Abe
Change-Id: I58c33b91f205641f9cc8cdfcd9ecfadc77341b82
2012-11-18gtk: don't make editboxes taller than neededIvan Timofeev
Change-Id: I248d6668d1e9c5ec834cd8268d853ec03a2f859b
2012-11-17valgrind: use of unitialized variablesCaolán McNamara
Change-Id: I42ef4af662bbfd792e9d98aba5b5e272fa4d8091
2012-11-17honour child alignment in all layout widgets, not just gridCaolán McNamara
i.e. so that the original cmis checkin dialog of 207ed1b1a17ca6d785cad936ecadcd160acc2b83 would have worked without rework as grid of 5cc34dc91211b6173139d1a1a76c494c4a1f9a75 Change-Id: Ide047cfca63558867c427d4fcbb91ad182fb71e4
2012-11-17honour widget [v|h]expand in VclBox as well as packing expandCaolán McNamara
Change-Id: I5ccd28c8d9d62d5a7bec118312752f66a9a4d609
2012-11-16use LanguageTagEike Rathke
Change-Id: I48187540869ba8750e83b1c5e9aa5cb84b1a5c9c
2012-11-15Fix GLIB_MAJOR/MINOR_VERSION checksStephan Bergmann
Change-Id: Iae16aad5adef480c941846dc9fb298b3a6dd9582
2012-11-15glib / dbus version checks strangely ommitted from the merge.Michael Meeks
2012-11-15There is no GLIB_AVAILABLE_IN_2_28 in GLib 2.28Tor Lillqvist
Change-Id: Ief126965cf02283cdb7b5f65ccf9fca28b4f9a40
2012-11-15Windows: Draw the horizontal line between the toolbar and view shell again.Jan Holesovsky
This is necessary after I have removed the 'special' border of the view shell. Change-Id: Ie29d60fbff0c6c38ed285ba30eb948ef83c43827
2012-11-16Drop unused #includeTakeshi Abe
Change-Id: Ibbeb1e154b2d4829b853dc4c47ef6bf5b6955470
2012-11-16Delete arrayTakeshi Abe
Change-Id: Ia02e936ace65e576f9df086d4608e514f3b0001e
2012-11-15gtk-a11y: unwind re-enterancy / lifecycle hazard at least a little.Michael Meeks
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin
Also create a utility constructor for LocaleDataWrapper, which simplifies many of the calling sites. Change-Id: Ic8510b51c4201fa17fc0620e18d3e258e43636ba
2012-11-14Trying to avoid dbus stuff when ENABLE_DBUS!=TRUEFridrich Štrba
Change-Id: Iec606a754c405710c45d78bd061ca1650522a747
2012-11-14Turn some memmove into memcpy when it is safe to do so.jailletc36
Most of the changes are related to newly allocated memory, so we are sure it can not overlap with the source of the copy. Change-Id: Ie6ccf1bbb07b792fb18601a38dfaa55755d14b7d Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/1033 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2012-11-14source file modes fixEnrico Weigelt, metux ITS
Change-Id: I8975f26f205ba33044285729da54e0210f872fcb Reviewed-on: https://gerrit.libreoffice.org/1065 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-11-14hud_activated here surely should have been hud_activeCaolán McNamara
Change-Id: Id324a31295b0c6836a1e9516ac070d4042c5c3f2
2012-11-14Resolves: fdo#57090 visual glitches on MacOSX with borders + layoutCaolán McNamara
We need to force a resync of the borders of a borderwindow onto its client window when the borders change when layout is active, otherwise we are doing out calculations using the old borders and it all turns into a pile of junk Change-Id: I7dbff0b30aad41779f0f295498af6a492ddf5430
2012-11-14update license header for Canonical contributionBjoern Michaelsen
Change-Id: I5bb1b92929686ced48415c4d0198fa3fa2f2f0e3
2012-11-14cleanup gmenu conditionals, remove redundant casts.Michael Meeks
Change-Id: I51ee0f6c8671c914626cf4332408b4e2b4918b47
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-14gbooleans are true if non-zero, bin == TRUE comparisons.Michael Meeks
Change-Id: Ieb6c73993b3ef3854d81fdeb81661d75f1fe954f
2012-11-14remove unused prototypeMichael Meeks
Change-Id: If3deb18695d0bef3545d6aef5e598435996a7207
2012-11-14fix typo with ENABLE_DBUS.Michael Meeks
Change-Id: I4955fc9991ee88edde0d332b7e399ef5b807c4cc
2012-11-14remove redundant commented code.Michael Meeks
Change-Id: Ia311bdd148cf4c346c187d3b37964b12cded1212
2012-11-14only enable unity integration with enabled dbus and gioBjoern Michaelsen
Change-Id: I418e3c57e7c201529020864b1f4677ec4c24e2c8
2012-11-14Removed AbstractMenu class and cleaned up useless code.Antonio Fernandez
Change-Id: I4094302b83342fd42bccad4966b51624215d71ff
2012-11-14ImplSelectWithStart is actually already definedBjoern Michaelsen
Change-Id: I4bc0f6f9b8f1d87236d19f3757eeeb1f2702552a
2012-11-14revert messing with OSXBjoern Michaelsen
Change-Id: I53686801301122c7964b9a6cce276845329f784a
2012-11-14remove superflous #includeBjoern Michaelsen
Change-Id: Id49d11b9f88abe14e814c14e8ee8cbb469e029f8
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 missing files for HUD awareness support.Antonio Fernandez
Change-Id: If3544734e8c4a1c632a24976e9340ef84869d22a
2012-11-14Added files to implement HUD awareness protocol support.Antonio Fernandez
Change-Id: I1ce292811b0ac53c35b5a9026a1c1a4f4ef02cf4
2012-11-14Duplicated commands are now handled properly.Antonio Fernandez
Change-Id: I80dd2d05060dcad3c6375a4e1c7b2109e451169b
2012-11-14Removed pre-definition of class GtkSalMenu.Antonio Fernandez
Change-Id: I56652b6074d0138128178b479503a21e0bcd0c7f
2012-11-14Added ImplUpdate method to provide recursive and non-recursive menu updating.Antonio Fernandez
Change-Id: Ifd4b3f0d68f4919a10f97d6681bfd0002fa48c7a
2012-11-14Some code refactoring.Antonio Fernandez
Change-Id: I47d9be121898ca66f73488be4b46cc16cc4013a9
2012-11-14Only activated submenus are generated when activating them. (Broken)Antonio Fernandez
Change-Id: I9548a2c8dfec114de3133d55ca00362793b71a6c
2012-11-14Removed the declaration of FlushConnection method in GtkSalFrame.Antonio Fernandez
Change-Id: I22262dd1655405ca9707a69bc036c900940d7df0
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-14Menus now work properly when opening an application from LO's main screen.Antonio Fernandez
Change-Id: Ib4947f5b48f508d66beab6952098c8d27e03ad21
2012-11-14Added a hack to make "Slide Show" menu item on "Slide Show" menu work.Antonio Fernandez
Change-Id: I6c3865227702325e7f1545be893eb05b19c2e09f