Commit Graph

20501 Commits

Author SHA1 Message Date
jesus
5bf4c3eef8 LazReport, added portuguese translation from Marcelo Borges de Paula, issue #14133
git-svn-id: trunk@20838 -
2009-07-12 04:40:35 +00:00
paul
02382c4881 win32: declare winapi functions and structs TWindowInfo, PWindowInfo, GetWindowInfo
git-svn-id: trunk@20837 -
2009-07-12 04:29:40 +00:00
paul
87a2fea05c win32: rename TWindowInfo -> TWin32WindowInfo, GetWindowInfo -> GetWin32WindowInfo, etc because of conflict with winapi functions and structures
git-svn-id: trunk@20836 -
2009-07-12 04:27:59 +00:00
paul
319321c0d4 win32: remove debug writeln
git-svn-id: trunk@20835 -
2009-07-12 02:18:18 +00:00
paul
5f2c2bce3a win32: revert r20833 #b8419ee7b1 since it does not count menu and scrollbar sizes
git-svn-id: trunk@20834 -
2009-07-11 17:16:10 +00:00
paul
b8419ee7b1 win32: change GetWindowSize to return ClientRect instead of own calculations for the top level windows as suggested by Martin
git-svn-id: trunk@20833 -
2009-07-11 16:13:42 +00:00
paul
93bdc30f72 gtk2: handle 'show-help' widget signal for WhatsThis (shift+F1) help type (currently only Application.OnHelp event is executed)
git-svn-id: trunk@20832 -
2009-07-11 10:30:58 +00:00
paul
4c87be780e gtk: move TGtkWSWinControl.SetCallbacks implementation to the new virtual TGtkWidgetset.SetCommonCallbacks method to allow gtk2 override
git-svn-id: trunk@20831 -
2009-07-11 10:29:13 +00:00
paul
ee4fd0347d lcl: fix TApplication.DoHelp for the case when we assigned TApplicationProperties.OnHelp event handler
git-svn-id: trunk@20830 -
2009-07-11 10:27:35 +00:00
paul
41d5cd71d2 lcl: formatting
git-svn-id: trunk@20829 -
2009-07-11 10:15:47 +00:00
zeljko
9de10817ea Qt: propagate mouse events for TQtSystemTrayIcon, MouseMove isn't supported. Fixes #14129.
git-svn-id: trunk@20828 -
2009-07-11 10:02:52 +00:00
paul
922c8cc1c7 lcl: fix 64bit compilation
git-svn-id: trunk@20827 -
2009-07-11 09:50:10 +00:00
paul
fa55843c1f qt: redirect Qt What's This events to LCL Application
git-svn-id: trunk@20826 -
2009-07-11 08:34:13 +00:00
paul
9afd4bf495 lcl: declare THelpInfo structure
git-svn-id: trunk@20825 -
2009-07-11 08:33:37 +00:00
paul
21337fbfae lcl: fix TApplication.DoOnHelp result
git-svn-id: trunk@20824 -
2009-07-11 05:51:07 +00:00
paul
83038bf575 win32: process wm_help message
git-svn-id: trunk@20823 -
2009-07-11 05:49:46 +00:00
paul
9cd1098625 lcl: start implementation of TApplication.HelpCommand method, remove InvokeHelp private method
git-svn-id: trunk@20822 -
2009-07-11 05:45:37 +00:00
jesus
96ecfcf61f LazReport, publish some frame porpeties in shape object, issue #14126
git-svn-id: trunk@20821 -
2009-07-10 20:05:01 +00:00
jesus
01f1a46a2a LazReport, fix inverted functionality for shadow width and curve in roundrect object, issue #14130
git-svn-id: trunk@20820 -
2009-07-10 19:49:49 +00:00
jesus
ccae9c4c1c LazReport, fix saving files using locale specific chars, issue #14109
git-svn-id: trunk@20819 -
2009-07-10 19:43:48 +00:00
paul
06e833370b gtk2: turn gtk thread support on (issue #0012007)
git-svn-id: trunk@20818 -
2009-07-10 15:28:26 +00:00
paul
89e6c9ff98 qt: fsSplash must be also stay on top
git-svn-id: trunk@20817 -
2009-07-09 09:31:03 +00:00
paul
5fdb9b0206 qt: BorderStyle, BorderIcons:
- bsDialog - must be fixed size
  - bsDialog - should skip biMaximize, biMinimize
  - bsTool.. - should ship biMaximize, biMinimize, biHelp

git-svn-id: trunk@20816 -
2009-07-09 09:23:01 +00:00
paul
2d43d1988c win32: support biHelp BorderIcon
git-svn-id: trunk@20815 -
2009-07-09 09:04:29 +00:00
paul
d889bf171c win32: fix sub menu items search in wm_menuselect
git-svn-id: trunk@20814 -
2009-07-09 06:21:56 +00:00
martin
09a9fc6662 SynEdit: Fixed regression from rev 20806 #7cb446bf36, the behaviour of ScrollPastEndOfLINE was partly inverse. Bug #14117
git-svn-id: trunk@20813 -
2009-07-08 23:46:06 +00:00
martin
56ba182492 SynEdit: switching OFF ScrollPastEndofFILE would not reset top-line, if editor was scrolled past eof
git-svn-id: trunk@20812 -
2009-07-08 23:44:43 +00:00
martin
418b243b48 SynEdit: Fixed Fontheight for Completion/form/list; issue #14114
git-svn-id: trunk@20811 -
2009-07-08 14:51:10 +00:00
vincents
25225a9184 IDE: Improved TMaskEdit.EditMask property editor from Michael van Canneyt (issue #14110)
git-svn-id: trunk@20810 -
2009-07-08 14:27:53 +00:00
paul
8fa6aea6bf ide: set an image for the debugger sub menu item in the source editor popup menu
git-svn-id: trunk@20809 -
2009-07-08 01:31:39 +00:00
paul
3d475db9d7 ideintf: add an ability to register standard resource images for sub menus
git-svn-id: trunk@20808 -
2009-07-08 01:30:31 +00:00
jesus
148d53019e LazReport, polish translation from Bogusław Brandys
git-svn-id: trunk@20807 -
2009-07-07 20:09:15 +00:00
martin
7cb446bf36 SynEdit: Fix problem with lines longer 1024. Block selection, and scrolling caret movement could fail in certain cases. issue #14111
git-svn-id: trunk@20806 -
2009-07-07 12:25:52 +00:00
jesus
f6920f782e Printers, added TPrinter.FileName property, based on patch from mtournay, issue #13718
git-svn-id: trunk@20805 -
2009-07-07 05:09:52 +00:00
paul
c3e4eb2a74 ide: use one formatting style for dci file
git-svn-id: trunk@20804 -
2009-07-07 05:07:18 +00:00
jesus
62e267abb6 LazReport, fix compilation (linux) after clean up
git-svn-id: trunk@20803 -
2009-07-07 04:08:36 +00:00
jesus
f7680cf942 LazReport, cleanup from Luiz Americo, issue #14048
git-svn-id: trunk@20802 -
2009-07-06 20:19:38 +00:00
jesus
1e8e729e45 LCL, implements fixedcols in dbgrid, patch from funky beast (with changes), issue #13139
git-svn-id: trunk@20801 -
2009-07-06 18:43:06 +00:00
martin
d552487a0f SynEdit: Refactored/Centralized detection of words/wordbreaks in text
git-svn-id: trunk@20800 -
2009-07-06 13:42:13 +00:00
dmitry
2b893de1aa fix for #13774, color of carbon groupbox
git-svn-id: trunk@20799 -
2009-07-06 09:18:19 +00:00
dmitry
0e44015c85 fix regression for carbon window moving
git-svn-id: trunk@20798 -
2009-07-06 07:42:51 +00:00
mattias
38f59b66ac education: added frames
git-svn-id: trunk@20797 -
2009-07-06 07:32:11 +00:00
mattias
207c9b617f education: using normal options framework
git-svn-id: trunk@20796 -
2009-07-06 07:31:22 +00:00
dodi
4574f1311b dockmanager example: added elasticsite demo.
git-svn-id: trunk@20795 -
2009-07-05 07:47:09 +00:00
zeljko
a4eda524c0 Qt: fixed crash with TQtPage.
git-svn-id: trunk@20794 -
2009-07-04 08:21:02 +00:00
vincents
61dd211d4e IDE: no tri-state checkboxes in publish project dialog (issue #14097)
git-svn-id: trunk@20793 -
2009-07-03 20:17:51 +00:00
dodi
2e40dd65d5 dockmanager example: improved queue handling.
git-svn-id: trunk@20792 -
2009-07-03 11:11:23 +00:00
dodi
aed2c24191 dockmanager example: again try dedicated edit window (conditional).
added docking specific patches.

git-svn-id: trunk@20791 -
2009-07-03 10:22:19 +00:00
dodi
bb35b3de4e dockmanager example: really back to r20778 #8eb10c6b67, due to problems with form inheritance
git-svn-id: trunk@20790 -
2009-07-03 09:49:03 +00:00
vincents
0dfadd5331 codetools: added nogui widget set to the list of CPU OS Widget set combinations (issue #14093)
git-svn-id: trunk@20789 -
2009-07-03 09:28:22 +00:00