Commit Graph

14050 Commits

Author SHA1 Message Date
paul
dff1565eb1 gtk2:
- enable GetObject for HFont
- use MulDiv in font size calculation instead of *, div (as in font.inc) (Grzegorz Zakrzewski)
- use PixelsPerInchY instead of PixelsPerInchX (Grzegorz Zakrzewski)
- minor formatting

git-svn-id: trunk@13985 -
2008-02-06 04:37:06 +00:00
paul
4de32f3116 capitalize few windows constants
git-svn-id: trunk@13984 -
2008-02-06 02:27:54 +00:00
paul
0d2554b287 qt: correct 3 system colors
git-svn-id: trunk@13983 -
2008-02-06 02:23:36 +00:00
paul
778b98c928 use clWindow instead of clWhite for TreeView background (hint by rysiek|pl)
git-svn-id: trunk@13982 -
2008-02-05 23:19:59 +00:00
mattias
609b0b0a2d IDE: fixed checking for package provides when adding a component to a form
git-svn-id: trunk@13981 -
2008-02-05 18:23:32 +00:00
paul
4fb9eb99e3 qt: before starting drag/dock check mouse down coordinate and mouse button (exclude from hook dock rect various titlebar buttons)
git-svn-id: trunk@13980 -
2008-02-05 06:22:14 +00:00
paul
d9f544ab7f qt: workaround GetWindowRect bug
git-svn-id: trunk@13979 -
2008-02-05 05:57:24 +00:00
paul
0d97ad6200 qt:
- remove occasional writeln
- fix clientrect after changing scrollbars (0010760)

git-svn-id: trunk@13978 -
2008-02-05 02:13:31 +00:00
marc
28b602fb1a * forgot to add .lrs and .lfm. Part of r13975 #1932501559
git-svn-id: trunk@13977 -
2008-02-04 22:37:00 +00:00
marc
3c1f46d8cb * updated po files
git-svn-id: trunk@13976 -
2008-02-04 22:26:50 +00:00
marc
1932501559 * Conversion to LFM of Path Editor Dialog and improved localization by Maxim Ganetsky
git-svn-id: trunk@13975 -
2008-02-04 22:24:30 +00:00
marc
75dbc4459a * Updated translations by Slavko
git-svn-id: trunk@13974 -
2008-02-04 22:15:42 +00:00
tombo
936810ce93 LCL carbon: forgotten minor change
git-svn-id: trunk@13973 -
2008-02-04 11:49:29 +00:00
tombo
08f44d0d80 LCL carbon: fixed text layout cache recalculations, when context changed
git-svn-id: trunk@13972 -
2008-02-04 11:38:15 +00:00
paul
543e960d76 dont use direct call of TControl.DoEndDock from DockPerformer (hint from Marius)
git-svn-id: trunk@13971 -
2008-02-04 02:39:25 +00:00
kirkpatc
49c34c5cb4 LazDoc - updates to grids, DBGrids, DBCtrls and StdCtrls
git-svn-id: trunk@13970 -
2008-02-03 13:57:17 +00:00
tombo
aa58732ee8 LCL carbon: improved TPageControl scrolling arrow position, fixed tabs scrolling bug
- fixed form designer resizing response

git-svn-id: trunk@13969 -
2008-02-03 13:39:42 +00:00
zeljko
a011dc0721 Qt: avoid crash when change pos of scrollbar inside TScrollBox.
git-svn-id: trunk@13968 -
2008-02-03 13:16:54 +00:00
paul
64c7e1a1a5 gtk2: remove hacks around TListBox.ItemIndex
git-svn-id: trunk@13967 -
2008-02-03 12:48:36 +00:00
paul
1df101d12e qt:
- implement getObject for HFONT
- some fixes to TQtFont

git-svn-id: trunk@13966 -
2008-02-03 11:51:39 +00:00
mattias
0eaf506780 IDE: hide TButton/TBitBtn.Color in OI
git-svn-id: trunk@13965 -
2008-02-03 11:03:26 +00:00
mattias
968f7479a7 IDE: hide ClientWIdht/Height only for TControl descendants
git-svn-id: trunk@13964 -
2008-02-03 10:59:27 +00:00
paul
b71761338c qt: fix function result
git-svn-id: trunk@13963 -
2008-02-03 10:50:34 +00:00
zeljko
09c4368afe Qt: bugfix - QPainter::begin: Widget painting can only begin as a result of a paintEvent while application starts.
git-svn-id: trunk@13962 -
2008-02-03 09:57:05 +00:00
paul
7ea25e8927 some comments
git-svn-id: trunk@13961 -
2008-02-03 09:16:42 +00:00
paul
56c31a9c00 revert gtkcallback, commit right file
git-svn-id: trunk@13960 -
2008-02-03 08:50:18 +00:00
paul
8d3ee2378e gtk: fix bugs with calendar controls (0010687)
git-svn-id: trunk@13959 -
2008-02-03 08:47:18 +00:00
paul
9a0a3d9bfd qt: The OnClose event of TPopupMenu is not fired when is closed (part of 0009436)
git-svn-id: trunk@13958 -
2008-02-03 08:28:25 +00:00
paul
ff2de09e84 typo
git-svn-id: trunk@13957 -
2008-02-03 08:20:21 +00:00
paul
710239fce1 gtk: The OnClose event of TPopupMenu is not fired when is closed - patch from Luiz Americo with modifications (part of 0009436)
git-svn-id: trunk@13956 -
2008-02-03 07:03:11 +00:00
jesus
2380f77d0d LCL, fixed bug that prevent right sorting in hashed list (fix translations and probably other things)
git-svn-id: trunk@13955 -
2008-02-02 23:43:36 +00:00
mattias
3324817212 IDE: ClientWidth/ClientHeight are now hidden in OI
git-svn-id: trunk@13954 -
2008-02-02 16:08:26 +00:00
mattias
706e571b85 IDE: fpdoc editor: started link editor
git-svn-id: trunk@13953 -
2008-02-02 14:51:28 +00:00
paul
6826699163 drag/drop:
- restore CancelDrag
- restore DragManager.EndDrag

git-svn-id: trunk@13952 -
2008-02-02 09:45:19 +00:00
mattias
11b2e6f04c LCL: improved debug output
git-svn-id: trunk@13951 -
2008-02-02 09:39:38 +00:00
mattias
f7642e89fe cgilaz: fixed creating designed tcgidatamodules and double freeing application
git-svn-id: trunk@13950 -
2008-02-02 09:39:08 +00:00
mattias
2fec45de82 cgilaz: reduced version number of package link, so that cgilaz is found by examples
git-svn-id: trunk@13949 -
2008-02-02 09:24:32 +00:00
mattias
39e95dbd32 LCL: fixed spelling mistake
git-svn-id: trunk@13948 -
2008-02-02 09:21:28 +00:00
mattias
b6ee99a887 IDE: fpdoc editor: added secon column of speedbuttons
git-svn-id: trunk@13947 -
2008-02-02 09:14:57 +00:00
mattias
a4b202fce9 IDE: project: fixed save/load run parameters and published options
git-svn-id: trunk@13946 -
2008-02-01 21:49:13 +00:00
paul
16cac2db2d qt:
- simplify SetScrollInfo
- fix hiding scroll when bRedraw is false
- improve GetScrollInfo
(issue #0010734)

git-svn-id: trunk@13945 -
2008-02-01 18:11:11 +00:00
jesus
231fbb81d3 lazreport, removed old perl scripts
git-svn-id: trunk@13944 -
2008-02-01 17:04:04 +00:00
vincents
adb8e77d8c IDE: fixed loading environment variable overrides from the project file (lpi), when using a lps file too.
git-svn-id: trunk@13943 -
2008-02-01 15:17:13 +00:00
vincents
80a239232c IDE, override environment variables: fixed tab order, set active control to variable field, if no current variable.
git-svn-id: trunk@13942 -
2008-02-01 13:44:45 +00:00
mattias
0b18b88f92 IDE: fpdoc editor: added paragraph button
git-svn-id: trunk@13941 -
2008-02-01 09:54:31 +00:00
mattias
725ee3e904 IDE: fpdoc editor: left style buttons now work for short description too
git-svn-id: trunk@13940 -
2008-01-31 22:24:36 +00:00
kirkpatc
f321c2c327 LazDoc - some updates to TControl in control.xml. All changes were made using IDE LazDoc editor
git-svn-id: trunk@13939 -
2008-01-31 21:21:28 +00:00
vincents
cf9c6a1647 win64 installer: fixed xml bug in the default environment options
git-svn-id: trunk@13938 -
2008-01-31 15:42:55 +00:00
mattias
59077ba016 codetools: fixed code completion for semicolons after procs bugs #10741
git-svn-id: trunk@13937 -
2008-01-31 13:53:10 +00:00
tombo
a740c37d9c lazarusidestrconsts.pas: added space
git-svn-id: trunk@13936 -
2008-01-31 13:46:08 +00:00