Commit Graph

25037 Commits

Author SHA1 Message Date
sekelsenmat
aa50d358b4 Implements LCLIntf.OpenDocument to open a document with the default application
git-svn-id: trunk@25413 -
2010-05-15 08:49:19 +00:00
martin
8a1ed611d5 SourceEditor: Fix IsCaretOnScreen (for finding jump target edit)
git-svn-id: trunk@25412 -
2010-05-15 00:31:15 +00:00
martin
7af77a0ab8 Ide, Options, updated layouts for "move caret on right click"
git-svn-id: trunk@25411 -
2010-05-14 23:05:26 +00:00
martin
e207fc15bc Ide, Options, updated defaults for "move caret on right click"
git-svn-id: trunk@25410 -
2010-05-14 22:48:23 +00:00
martin
3f38e5e58d SynEdit: Improved and customized handling of "move caret on right click"
git-svn-id: trunk@25409 -
2010-05-14 22:48:19 +00:00
martin
04f6026090 SourceEditor: Prevent an issue with selecting the last tab on GTK2, when clicking tab-borders
git-svn-id: trunk@25408 -
2010-05-14 21:00:09 +00:00
zeljko
2773d06487 Qt,Gtk2: added minimize/restore ability to get consistent behaviour on all platforms. Patch by Flavio Etrusco modified by me for qt. fixes #13919
git-svn-id: trunk@25407 -
2010-05-14 19:12:02 +00:00
paul
dda71573f7 lcl: TCustomPage.IsControlVisible, TCustomPage.HandleObjectShouldBeVisible must take TCustomPage.Visible setting into account (Samuel Herzog note in issue #0009344)
git-svn-id: trunk@25406 -
2010-05-14 17:05:56 +00:00
paul
f34a129c53 lcl: fix typo in comment
git-svn-id: trunk@25405 -
2010-05-14 16:02:57 +00:00
paul
8ba105a104 ide: respect output filter aborting during compilation
git-svn-id: trunk@25404 -
2010-05-14 16:02:32 +00:00
zeljko
db0addae35 Qt: fixed hang with TScrollingWinControl until TQtMainWindow reworked (form scrollbars)
git-svn-id: trunk@25403 -
2010-05-14 15:56:46 +00:00
mattias
847f100e73 LCL: added VerboseShowing, try #2
git-svn-id: trunk@25402 -
2010-05-14 12:50:26 +00:00
zeljko
23ca943e68 Qt: updated note about widget activation under X11.
git-svn-id: trunk@25401 -
2010-05-14 09:56:54 +00:00
paul
bc8f5f3d69 lcl: map LM_PAINT to WM_PAINT message number, don't perform any special handling if control has no doublebuffering and Message.DC = 0
win32: don't use doublebuffing and other hacks for TBitBtn wm_paint handler - pass the message to LCL as is (windows 7 glue is not visible on focused bit buttons, to be done for regular buttons too)

git-svn-id: trunk@25400 -
2010-05-14 09:55:36 +00:00
zeljko
7a0bb95c36 Qt: removed previous guard patch, it's enough to not ignore event for user input events so Qt won't do any async call.Now our viewport is safe.
git-svn-id: trunk@25399 -
2010-05-14 09:39:18 +00:00
paul
8b1b85e16d lcl: move button flags to TCustomButton.CreateParams
git-svn-id: trunk@25398 -
2010-05-14 09:16:51 +00:00
mattias
a17605a7f4 LCL: warn if CM_SHOWINGFAILED
git-svn-id: trunk@25397 -
2010-05-14 09:15:07 +00:00
zeljko
bb2880ff20 Qt: added guard to user input events (mouse,kbd), fixed crashes when qt doing async processing of user input events.
git-svn-id: trunk@25396 -
2010-05-14 08:59:44 +00:00
paul
3feefa999d win32: remove unused code
git-svn-id: trunk@25395 -
2010-05-14 08:39:34 +00:00
dmitry
a51c4a2e55 carbon: using BorderStyle for TListBox, patch by Luiz Americo
git-svn-id: trunk@25394 -
2010-05-14 04:53:07 +00:00
blikblum
8242414ed3 lcl: don't set ListBox BorderStyle after handle creation since widgetset already does.
git-svn-id: trunk@25393 -
2010-05-14 03:51:18 +00:00
blikblum
adbaa85ed7 qt: use AParams info to set TCustomListBox BorderStyle at handle creation
git-svn-id: trunk@25392 -
2010-05-14 03:50:01 +00:00
blikblum
25f7120344 gtk2: use AParams info to set TCustomListBox BorderStyle at handle creation
git-svn-id: trunk@25391 -
2010-05-14 03:49:24 +00:00
paul
b81a841753 fpgui: update from José Mejuto (issue #0016473)
git-svn-id: trunk@25390 -
2010-05-14 03:20:46 +00:00
blikblum
95c213a0ee lcl/win32: move BorderStyle params setting from widgetset (win32) to LCL (TWinControl.CreateParams).
git-svn-id: trunk@25389 -
2010-05-14 02:34:25 +00:00
maxim
abaa1390ff regenerated translations; updated Russian translation
git-svn-id: trunk@25388 -
2010-05-13 22:02:55 +00:00
maxim
6b87644a97 IDE, components: various improvements for descriptions in 'New...' dialog, bug #10808.
git-svn-id: trunk@25387 -
2010-05-13 21:38:53 +00:00
mattias
65f048b55b codetools: added TFPCDefinesCache
git-svn-id: trunk@25386 -
2010-05-13 21:34:07 +00:00
martin
389b7bcf5e QT: Fixed rangecheck
git-svn-id: trunk@25385 -
2010-05-13 21:28:21 +00:00
martin
76a60bedff SynEdit: temporarily undone rev 25382 #970c7a531c, 25379 #3a1ed7cdf4 / since it breaks on carbon
git-svn-id: trunk@25384 -
2010-05-13 19:09:44 +00:00
mattias
7fe1c5270e codetools: check if fpc cfg needs update
git-svn-id: trunk@25383 -
2010-05-13 18:59:00 +00:00
martin
970c7a531c SynEdit: disable anti-aliasing for drawing changes-gutter (better look on carbon), fixed anti-alias for other text
git-svn-id: trunk@25382 -
2010-05-13 18:44:28 +00:00
mattias
e7a23e60aa IDE: ssh debugger note: worwrap, bug #16444
git-svn-id: trunk@25381 -
2010-05-13 18:29:46 +00:00
mattias
88fada8125 IDE: added resourcestrings
git-svn-id: trunk@25380 -
2010-05-13 18:27:06 +00:00
martin
3a1ed7cdf4 SynEdit: disable anti-aliasing for drawing changes-gutter (better look on carbon)
git-svn-id: trunk@25379 -
2010-05-13 18:17:31 +00:00
mattias
000b5de949 LCL: fixed typo
git-svn-id: trunk@25378 -
2010-05-13 18:08:52 +00:00
mattias
4090eae3a3 doc: borderstyle gtk2
git-svn-id: trunk@25377 -
2010-05-13 17:36:04 +00:00
mattias
2d2d78dcd3 gtk2 intf: added BordeStyle issue
git-svn-id: trunk@25376 -
2010-05-13 17:33:02 +00:00
mattias
d8e625e5a2 IDE: anchor editor layout
git-svn-id: trunk@25375 -
2010-05-13 17:21:44 +00:00
marc
1ede2f78cb ide: added Czech localization. Translations by Chronos
git-svn-id: trunk@25374 -
2010-05-13 16:41:08 +00:00
mattias
0f03af74d5 gtk2 intf: change BorderStyle for nested forms: do not recreatewnd
git-svn-id: trunk@25373 -
2010-05-13 16:36:17 +00:00
zeljko
6634dfe6aa Gtk2: fixed crash of TCustomMemo because of stalled gtk_timeout in gtk2memostrings.Completely fixes #16407
git-svn-id: trunk@25372 -
2010-05-13 16:32:02 +00:00
mattias
65ea6e89fd xml reader: fixed compilation
git-svn-id: trunk@25371 -
2010-05-13 15:56:32 +00:00
mattias
8011e7b757 LCL: implemented considering parent anchored sides for Parent s auto size
git-svn-id: trunk@25370 -
2010-05-13 15:49:36 +00:00
zeljko
c4a4395865 Gtk2: implemented TGtk2WSCustomForm.SetFormBorderStyle so it does not recreate handle for nothing also fixes #16407
git-svn-id: trunk@25369 -
2010-05-13 15:07:11 +00:00
martin
ed7ddf13b4 QT(win32): Fix Range check
git-svn-id: trunk@25368 -
2010-05-13 15:00:04 +00:00
mattias
cee0d56623 LCL: Parent.AutoSize: only move children with Anchors=akLeft,akTop Align=alNone
git-svn-id: trunk@25367 -
2010-05-13 14:48:31 +00:00
mattias
6c3ecc3d0f IDEIntf: reduced debugging
git-svn-id: trunk@25366 -
2010-05-13 14:40:57 +00:00
martin
f33862d0fc Interface,win32: fix HideSelection for memo
git-svn-id: trunk@25365 -
2010-05-13 14:35:35 +00:00
zeljko
276aef1701 Qt: fixed Qt forms reparenting, recreateWnd() when changing FormStyle or BorderStyle when form is parented to another control,
otherwise it looses it's parent.

git-svn-id: trunk@25364 -
2010-05-13 14:25:14 +00:00