Commit Graph

33391 Commits

Author SHA1 Message Date
sekelsenmat
cebbdc9d4a customdrawn: Corrects the Application.MessageBox result
git-svn-id: trunk@34162 -
2011-12-13 21:23:32 +00:00
sekelsenmat
cab34d03db customdrawnws: Implements TLabel
git-svn-id: trunk@34161 -
2011-12-13 20:06:36 +00:00
zeljko
9f43a00709 Qt: use more clever mouse grabber on all platforms when dragmanager is started in tabbar mouse event, now it's same on all platforms. issue #17393
git-svn-id: trunk@34160 -
2011-12-13 19:48:28 +00:00
zeljko
c1536eef8b Qt: use better approach when designing pagecontrol.
git-svn-id: trunk@34159 -
2011-12-13 18:48:54 +00:00
zeljko
4b834dcd73 Qt: implemented TQtTabBar.TabBarOffset for themes where tabs doesn't start at 0,0 (eg. macosx).
git-svn-id: trunk@34158 -
2011-12-13 18:20:07 +00:00
zeljko
e85441db12 Qt: fixed mouse events in TQtTabBar on MacOSX. issue #17393
git-svn-id: trunk@34157 -
2011-12-13 16:48:28 +00:00
sekelsenmat
49ce7da4b4 customdrawnws: Adds support for TStaticText
git-svn-id: trunk@34156 -
2011-12-13 12:55:50 +00:00
sekelsenmat
aa6e4e422d customdrawn-android: Fixes autosizing of controls by postposing Application.Run into Activity.OnCreate
git-svn-id: trunk@34155 -
2011-12-13 12:06:53 +00:00
mattias
6c34f7b3f1 IDE: clean up
git-svn-id: trunk@34154 -
2011-12-13 11:12:00 +00:00
zeljko
108b21dfc0 Qt: fixed wrong param in MapToGlobal and MapFromGlobal, should be TQtPoint instead TPoint
git-svn-id: trunk@34153 -
2011-12-13 11:08:10 +00:00
sekelsenmat
50dc7cf2e8 customdrawn-android: Improves the drawing of the bottom part of letters like g
git-svn-id: trunk@34152 -
2011-12-13 10:22:29 +00:00
zeljko
f45d3703b2 Qt: pascalified mapToGlobal() and mapFromGlobal()
git-svn-id: trunk@34151 -
2011-12-13 09:49:30 +00:00
sekelsenmat
c7d4748e81 customdrawn-android: Improves the text rendering, starts implementing text metrics. Improves the customdrawn examples.
git-svn-id: trunk@34150 -
2011-12-13 09:30:28 +00:00
paul
a206f65bcd cocoa: fix some sizing/positioning code like GetClientRect
git-svn-id: trunk@34149 -
2011-12-13 09:19:06 +00:00
paul
f2b683630b cocoa: port carbon clipping code, port carbon SaveDC, RestoreDC
git-svn-id: trunk@34148 -
2011-12-13 07:51:39 +00:00
sekelsenmat
be198d094a Small naming fix
git-svn-id: trunk@34147 -
2011-12-13 07:51:37 +00:00
sekelsenmat
33b5417013 Minor commenting improvement
git-svn-id: trunk@34146 -
2011-12-13 07:15:44 +00:00
sekelsenmat
9fc8c6bedc customdrawn-android: Improves the text rendering by adding a new way of doing alpha blending which ignores the existing pixels. This was required because otherwise many pixels were misteriously being read as red in the target area which resulted in a redish text
git-svn-id: trunk@34145 -
2011-12-13 07:02:01 +00:00
mattias
e60e7e00f7 lazutils: deprecate TStringToStringTree.AddValues
git-svn-id: trunk@34144 -
2011-12-13 03:44:23 +00:00
mattias
69fffc567a IDE: fixed note
git-svn-id: trunk@34143 -
2011-12-13 02:34:25 +00:00
paul
edffab4454 cocoa: continue work on moze/sizing
git-svn-id: trunk@34142 -
2011-12-13 02:17:06 +00:00
mattias
20fa5ad2ef lazutils: renamed TStringToStringTree AddValues to AddNames
git-svn-id: trunk@34141 -
2011-12-13 02:06:28 +00:00
mattias
33a84754bc cody: dictionary: exact matches first
git-svn-id: trunk@34140 -
2011-12-13 01:40:43 +00:00
mattias
a4a5380b4a codetools: clean up
git-svn-id: trunk@34139 -
2011-12-13 01:23:25 +00:00
sekelsenmat
446ffaa84b customdrawn-android: Finishes the initial implementation of text rendering, it works ok for a very initial support. Improves the AlphaBlend method in TLazCanvas to be more optimized and support a custom source position.
git-svn-id: trunk@34138 -
2011-12-12 21:10:18 +00:00
zeljko
2b4adf30f7 Carbon,QtMac: fixed wrong behaviour of mouse wheel scroll,because LCL assumes 120 as wheel delta.issue #20888
git-svn-id: trunk@34137 -
2011-12-12 16:54:28 +00:00
sekelsenmat
e52894ea3f customdrawn-android: Small crash fix, native text not yet working
git-svn-id: trunk@34136 -
2011-12-12 16:49:20 +00:00
sekelsenmat
9645315d87 customdrawn-android: Improves the native text, not yet working
git-svn-id: trunk@34135 -
2011-12-12 16:46:11 +00:00
jesus
50adae92e1 LazReport, added code to execute actions on selected views
git-svn-id: trunk@34134 -
2011-12-12 16:23:09 +00:00
sekelsenmat
9d9bf409cd customdrawn-ws: Fixes non-android compilation
git-svn-id: trunk@34133 -
2011-12-12 12:42:42 +00:00
sekelsenmat
f6961ca877 customdrawn: Removes customdrawnutils which is no longer utilized
git-svn-id: trunk@34132 -
2011-12-12 12:38:59 +00:00
zeljko
f57344cde7 Carbon: implemented TCarbonWidgetSet.ScrollWindowEx (with r34130 #a40be07236 - forgot to add to log), now small cleanup inside that routine.
git-svn-id: trunk@34131 -
2011-12-12 10:27:22 +00:00
zeljko
a40be07236 Carbon: implemented SIF_TRACKPOS in GetScrollInfo for TCarbonCustomControl.
git-svn-id: trunk@34130 -
2011-12-12 10:23:56 +00:00
zeljko
0c30efa09e Carbon: implemented SW_SHOW and SW_HIDE for non-window controls, also for TCarbonWindow.
git-svn-id: trunk@34129 -
2011-12-12 08:32:08 +00:00
paul
61a5e41099 cocoa: start work on sizing/positioning
git-svn-id: trunk@34128 -
2011-12-12 07:52:53 +00:00
sekelsenmat
9c38c40343 Reworks the assyncronous modal dialogs interface and adds it to the TCustomForm too. Reimplements the Android support for modal dialogs to support 1 Java implementation for both MessageBox and PromptUser. Implements LCLIntf.PromptUser for Android
git-svn-id: trunk@34127 -
2011-12-12 07:30:55 +00:00
zeljko
33c4eb1f2f Qt: workaround for Qt-4.5 bug. issue #20863
git-svn-id: trunk@34126 -
2011-12-12 07:12:28 +00:00
paul
66e6e42951 cocoa: send LM_CLICKED for button clicks and LM_CHANGED for checkbox change
git-svn-id: trunk@34125 -
2011-12-12 06:14:44 +00:00
jesus
1f95690d16 LazReport, translated russian texts to english
git-svn-id: trunk@34124 -
2011-12-12 01:22:04 +00:00
jesus
f8f5fa68e1 LazReport, fixed comma character in code128 table
git-svn-id: trunk@34123 -
2011-12-12 01:14:47 +00:00
juha
0999b2d1ca Finnish translations
git-svn-id: trunk@34122 -
2011-12-11 23:23:26 +00:00
mattias
862785cad7 IDE: change disk changes option: better caption
git-svn-id: trunk@34121 -
2011-12-11 23:13:29 +00:00
blikblum
5f0b15ad52 win32: dont update index for ReadOnly in TWin32WSCustomComboBox.SetText. It's not necessary because index, so the Text, is updated in LCL. The previous implementation was also wrong since could select wrong item, e.g., setting text to 'a' in a combo that has items 'abc', 'a' was selecting 'abc'
git-svn-id: trunk@34120 -
2011-12-11 23:11:29 +00:00
martin
eb7d5b66c7 DBG re-added LCLProc to uses
git-svn-id: trunk@34119 -
2011-12-11 22:52:22 +00:00
martin
4589ac0f51 IDE more mouse options
git-svn-id: trunk@34118 -
2011-12-11 21:01:58 +00:00
sekelsenmat
6646781795 Starts the support in the LCL for assyncronous modal dialogs, implements MessageBox in LCL-CustomDrawn-Android and updates the Android example to test this API
git-svn-id: trunk@34117 -
2011-12-11 20:31:09 +00:00
zeljko
4495bb0f1f Qt: use averageCharWidth under MaxOSX with Qt >= 4.6
git-svn-id: trunk@34116 -
2011-12-11 19:20:12 +00:00
martin
d3a8f67488 IDE more mouse options (naming)
git-svn-id: trunk@34115 -
2011-12-11 19:05:29 +00:00
zeljko
2ae7c7e1df Qt: fixed black mask on window icons under MacOSX
git-svn-id: trunk@34114 -
2011-12-11 19:00:25 +00:00
martin
1a6cb8d009 IDE more mouse options
git-svn-id: trunk@34113 -
2011-12-11 18:38:40 +00:00