Commit Graph

29826 Commits

Author SHA1 Message Date
juha
c83c2b3faf Designer: remove dots (...) from popup menu caption
git-svn-id: trunk@30335 -
2011-04-17 09:10:16 +00:00
juha
2f0e51c639 Designer: make TabOrder dialog respond to changed form and added component.
git-svn-id: trunk@30334 -
2011-04-17 07:07:08 +00:00
sekelsenmat
935a69428a Ifdef outs the use of a private API in Carbon
git-svn-id: trunk@30333 -
2011-04-17 06:40:55 +00:00
paul
a8af9fd0da ideintf: fix compilation with new tkHelper element
git-svn-id: trunk@30332 -
2011-04-17 04:59:32 +00:00
blikblum
cb09a7c687 lcl: avoid duplicate condition check in TWinControl.DoKeyDownBeforeInterface
git-svn-id: trunk@30331 -
2011-04-17 01:32:42 +00:00
blikblum
574d3f7e6c lcl: in TDBLookup remove unnecessary initialization and use destroy for objects created unconditionally
git-svn-id: trunk@30330 -
2011-04-17 01:31:30 +00:00
blikblum
3cbd34d275 lcl: handle NullValueKey of TDBLookup* in KeyDown event instead of through a global handler. Fixes #19164
git-svn-id: trunk@30329 -
2011-04-17 01:26:18 +00:00
juha
4e77a0efec Designer: add Anchor Editor to Designer's popup menu.
git-svn-id: trunk@30328 -
2011-04-16 18:01:16 +00:00
juha
7d2cf39b54 Designer: make some AnchorEditor public functions private.
git-svn-id: trunk@30327 -
2011-04-16 17:15:45 +00:00
juha
9d42901baa IDE: Fix tab orders in "Find in Files" dialog
git-svn-id: trunk@30326 -
2011-04-16 17:15:41 +00:00
juha
eb5924a313 Designer: make Tab Order dialog work as modeless dialog.
git-svn-id: trunk@30325 -
2011-04-16 17:15:35 +00:00
juha
1f812b5dd7 IDE: Make Tab Order dialog modeless and add it to View menu.
git-svn-id: trunk@30324 -
2011-04-16 17:15:29 +00:00
juha
716bb3dc97 Designer: formatting
git-svn-id: trunk@30323 -
2011-04-16 17:15:24 +00:00
michael
a63a06a10c * Fixed Custom CGI application generation for 2.5.1
git-svn-id: trunk@30322 -
2011-04-16 14:23:59 +00:00
sekelsenmat
ce8a4be282 Removes the new Cocoa unit from the uses clause
git-svn-id: trunk@30321 -
2011-04-16 14:20:21 +00:00
sekelsenmat
5cbc62d64e Fixes wrongly commited error
git-svn-id: trunk@30320 -
2011-04-16 14:18:50 +00:00
sekelsenmat
8a0829a8ae Fixes wrongly commited error
git-svn-id: trunk@30319 -
2011-04-16 14:18:18 +00:00
maxim
a0747e0c1b Translations: Czech translation update by Martin Smat
git-svn-id: trunk@30318 -
2011-04-16 13:29:49 +00:00
maxim
d5018a58c8 regenerated translations; updated Russian translation
git-svn-id: trunk@30317 -
2011-04-16 13:27:31 +00:00
sekelsenmat
b3bba828e0 cocoa: Basic implementation of TBitBtn as a glith-less button
git-svn-id: trunk@30316 -
2011-04-16 12:58:58 +00:00
sekelsenmat
bdab25e57e cocoa: Adds a skeleton BitBtn structure to avoid crashes
git-svn-id: trunk@30315 -
2011-04-16 12:50:53 +00:00
sekelsenmat
2d8f62d005 carbon: Fixes compilation with the VerboseWinAPI define
git-svn-id: trunk@30314 -
2011-04-16 12:38:02 +00:00
sekelsenmat
6eca9a8764 cocoa: Now TLabel works =)
git-svn-id: trunk@30313 -
2011-04-16 12:10:05 +00:00
sekelsenmat
2e674fc5f5 cocoa: Improves the debug information
git-svn-id: trunk@30312 -
2011-04-16 11:32:59 +00:00
michael
7433cc4a85 * Reduced TFileDescHTMLModule uses clause
git-svn-id: trunk@30311 -
2011-04-16 11:19:57 +00:00
michael
3f1d201b00 * Made projects runnable, reduced units in unit uses clause (0019175)
git-svn-id: trunk@30310 -
2011-04-16 10:43:35 +00:00
michael
1761b4f117 * Fixed case for .lrs files
git-svn-id: trunk@30309 -
2011-04-16 10:42:18 +00:00
juha
ad2cc72723 LCL: Add virtual methods supporting hiding the button in TCustomEditButton. Patch from Stephano.
git-svn-id: trunk@30308 -
2011-04-16 10:26:58 +00:00
michael
dea61d3287 * Fixed initialization section of modules
git-svn-id: trunk@30307 -
2011-04-16 10:04:34 +00:00
michael
05717d484a * Removed LCL dependency
git-svn-id: trunk@30306 -
2011-04-16 10:03:39 +00:00
juha
6e67aa98e8 LCL: Implemented TCanvas.Frame3D with Delphi compatible parameter signature + a wrapper func. Patch by Stephano, issue #8328
git-svn-id: trunk@30305 -
2011-04-16 09:55:42 +00:00
sekelsenmat
09bbd30552 cocoa: Starts implementing GetTextExtentPoint and GetSystemMetrics
git-svn-id: trunk@30304 -
2011-04-16 04:54:32 +00:00
zeljko
28c26d4e9e Qt: fixed bug with application crash because of recursive repaint calls when an exception occured inside paint event.Now it shows correct exception msg (if any) and application isn't crashed.
git-svn-id: trunk@30303 -
2011-04-15 16:38:36 +00:00
paul
fec2c5b6db printers: temporary remove use of WinSpool unit because it is not yet released
git-svn-id: trunk@30302 -
2011-04-15 13:16:08 +00:00
paul
d9dfb7ca86 win32: fix win32dialogs compilation with recent fpc 2.5.1 on win64 platform (based on patch of Cyrax, issue #0019163)
git-svn-id: trunk@30301 -
2011-04-15 13:04:12 +00:00
mattias
2eac29c467 lazbuild: message window checks if exists, bug #19156
git-svn-id: trunk@30300 -
2011-04-15 08:26:01 +00:00
blikblum
7b1ab64dc2 lcl: republish TDBListBox.Items (Delphi compatible). Fixes #14827
git-svn-id: trunk@30299 -
2011-04-15 02:51:39 +00:00
blikblum
34a31903ab lcl: use TField.Text in TDBListBox and don't clear field value if listbox is empty (Delphi compatible).
git-svn-id: trunk@30298 -
2011-04-15 02:08:27 +00:00
blikblum
5693e4c3da lcl: use TField.Text in TDBComboBox (Delphi compatible). Fix #19166
git-svn-id: trunk@30297 -
2011-04-15 02:06:52 +00:00
dmitry
e3864724ca carbon: change converting FixedWidth variable to float, instead of integer to determine LineOffsets. #18681
git-svn-id: trunk@30288 -
2011-04-14 01:24:21 +00:00
paul
c20cf07caf lcl: formatting
git-svn-id: trunk@30287 -
2011-04-14 01:03:20 +00:00
paul
26ede9d979 win32: cleanup win32proc - remove unused code
git-svn-id: trunk@30286 -
2011-04-14 00:33:12 +00:00
paul
fa1cd514a0 printers: cleanup, format win32 units - use RTL and FCL when possible, use appropriate packing (fixes issue #0018870)
git-svn-id: trunk@30284 -
2011-04-13 09:32:14 +00:00
mattias
91cd1b43ff added missing lpl
git-svn-id: trunk@30283 -
2011-04-13 09:09:32 +00:00
mattias
245466c42c IDE: codehelp started inherited
git-svn-id: trunk@30282 -
2011-04-13 09:08:29 +00:00
vincents
e906e077e3 fixed extenstion of registerlcl documentation
git-svn-id: trunk@30281 -
2011-04-13 08:52:59 +00:00
vincents
017b86c537 added documentation template for registerlcl
git-svn-id: trunk@30280 -
2011-04-13 08:45:51 +00:00
paul
10f142445b lcl: Remove RaiseLastOsError dummy proc. It is already implemented by RTL
git-svn-id: trunk@30279 -
2011-04-13 08:37:17 +00:00
paul
fb870600ff win32: get/restore active window before/after windows dialog showing
git-svn-id: trunk@30278 -
2011-04-13 07:10:43 +00:00
paul
c16ebf7b70 lcl: don't always enabled/disable AppWindow and other windows more than once in TScreen.DisableWindows/TScreen.EnableWindows - disable only enabled windows and store their handle instead of their LCL class (fixes issue #0019026)
git-svn-id: trunk@30277 -
2011-04-13 07:09:29 +00:00