Commit Graph

18391 Commits

Author SHA1 Message Date
sekelsenmat
18b9f259d5 Fixes TOpenGLContext in Carbon
git-svn-id: trunk@18661 -
2009-02-13 13:18:08 +00:00
mattias
e4968ed235 IDE: build modes: set values, default value is initialized with set Result
git-svn-id: trunk@18660 -
2009-02-13 12:10:06 +00:00
vincents
53ae6ccd14 LCL: published TSpinEdit.Color, Color is published for TEdit too (issue #13159)
git-svn-id: trunk@18659 -
2009-02-13 09:44:33 +00:00
paul
2d4442e54c win32: fix PageIndex use at various places. When we work with page control window we need to convert PageIndex to the real index in all places. This fixes a bug when use set text or imageindex to the page which is placed after invisible tab. Also use correct PageIndex when we request page image index in all places.
git-svn-id: trunk@18658 -
2009-02-13 07:41:06 +00:00
paul
9dc46caf40 win32: cleanup
git-svn-id: trunk@18657 -
2009-02-13 06:50:47 +00:00
paul
d94aea3830 wince: port win32 modal forms handling
git-svn-id: trunk@18656 -
2009-02-13 06:44:04 +00:00
paul
6547cc249c wince: fixed more warnings
git-svn-id: trunk@18655 -
2009-02-13 06:43:30 +00:00
paul
554ea6800f wince: fix visibility warnings
git-svn-id: trunk@18654 -
2009-02-13 06:28:09 +00:00
paul
d631c7a964 wince: port win32 notebook imagelist handling
git-svn-id: trunk@18653 -
2009-02-13 06:20:05 +00:00
paul
84a9349117 wince: port some win32 notebook changes
git-svn-id: trunk@18652 -
2009-02-13 05:50:45 +00:00
paul
54f86158d0 apply Zeljan patch to fix issue at startup the first tab´s text isn´t painted (bug #0011306)
git-svn-id: trunk@18651 -
2009-02-13 02:14:13 +00:00
martin
720657de54 SynEdit Refactor: Move more caret code to dedicated caret class
git-svn-id: trunk@18650 -
2009-02-13 00:43:19 +00:00
vincents
9335ffdf78 TAChart: fixed diminishing size of bar charts
patch by: Alexander Klenin
fixes issue (13130)

git-svn-id: trunk@18649 -
2009-02-12 14:51:34 +00:00
paul
6285c8757d lcl: default translator
- don't use directory separator after ExtractFilePath()
  - convert utf8 path strings to the system encoding when we pass it to the rtl/fcl (fixes bug #0012783)

git-svn-id: trunk@18648 -
2009-02-12 14:44:56 +00:00
paul
e2d9e217f5 lcl: fix memory leak in the default translator by Vladimir Zhirov (bug #0012710)
git-svn-id: trunk@18647 -
2009-02-12 14:14:27 +00:00
paul
51748725d7 lcl: disable/enable forms just before show/hide of the modal form to prevent focus jumping
git-svn-id: trunk@18646 -
2009-02-12 13:25:58 +00:00
paul
53a4ae0a3e win32: remove few workarounds regards window focus and application z-order
lcl: remove code which focused control on every window show. it caused errors with z-order of forms after minimize-restore (issue #0012635)
lcl: restore last active control/form on application restore

git-svn-id: trunk@18645 -
2009-02-12 10:21:33 +00:00
vincents
a9c58c425c TAChart: Legend refactoring
patch by: Alexander Klenin
fixes issue (13119)

git-svn-id: trunk@18644 -
2009-02-12 09:57:51 +00:00
vincents
01263f360b tachart: made TCustomChart a TCustomControl, so we can prevent erasing the background and have less flickering
patch by: Alexander Klenin
fixes issue (12377)

git-svn-id: trunk@18643 -
2009-02-12 09:52:26 +00:00
martin
a74b198b31 SynEdit: Fix Markup current word (did not detect caret moved by mouse, if block was selected) / Cleaned up
git-svn-id: trunk@18642 -
2009-02-11 22:21:00 +00:00
martin
a85e24aa34 SynEdit: DoubleWidth Char, fix cursor on input (did not move the full char)
git-svn-id: trunk@18641 -
2009-02-11 19:50:27 +00:00
sekelsenmat
294ed321af Small fix to comment in graphics
git-svn-id: trunk@18640 -
2009-02-11 17:26:46 +00:00
zeljko
142380bdfa Qt: fix for qtwsdialog FilterIndex patch, last filterIndex wasn't taken into account
git-svn-id: trunk@18639 -
2009-02-11 12:36:57 +00:00
zeljko
08495eeaae Qt: qtwsdialogs, respect FilterIndex property from TFileDialog.
git-svn-id: trunk@18638 -
2009-02-11 11:53:39 +00:00
mattias
aea991aebd LCL: replaced linear search for resources
git-svn-id: trunk@18637 -
2009-02-11 09:19:54 +00:00
mattias
2233cd9d24 LCL: TLRSObjectWriter: skip writing empty inherited child components
git-svn-id: trunk@18636 -
2009-02-11 09:16:20 +00:00
martin
028484645f SynEdit: Fix Smart-UnIndent and tabs. Smart-Unindent with tabs at the start of line, would delete too much text)
git-svn-id: trunk@18635 -
2009-02-11 01:03:33 +00:00
martin
1d315d84be SynEdit: Fix Highlight Begin-End with tabs or multi byte chars on the line (was not using Physical Pos for Markup)
git-svn-id: trunk@18634 -
2009-02-11 00:54:04 +00:00
martin
e2de214146 SynEdit: Handle DoubleWidth-Chars (Chinese, Japanese, ...) Issue #11819, Issue #12464
git-svn-id: trunk@18633 -
2009-02-10 23:57:11 +00:00
kirkpatc
71452747ab FPDoc - some minor changes to Grids.xml
git-svn-id: trunk@18632 -
2009-02-10 22:12:16 +00:00
kirkpatc
a4f1f816c6 FPDoc - many descriptions and links added for several classes in dbgrids.xml; minor change in controls.xml
git-svn-id: trunk@18631 -
2009-02-10 22:10:57 +00:00
paul
366e21d328 lcl: add lcModalWindow flag to the TLCLCapatibility enum. Windows has this flag set to 0 and other widgetsets which supports native modal forms to 1 (todo: make wince modal handling the same as on win32)
git-svn-id: trunk@18630 -
2009-02-10 15:06:14 +00:00
paul
1d777bebeb lcl: introduce TScreen.DisableForms, TScreen.EnableForms,
lcl: Disabling/Enabling forms before/after showing of modal form
win32: remove win32 specific methods of disabling/enabling windows. Use new TScreen methods instead
win32: disable/enable forms before/after showing some system dialog (fixes bug #0012366, bug #0012382)

git-svn-id: trunk@18629 -
2009-02-10 14:38:01 +00:00
mattias
26293e4375 IDE: designer: fixed updating Form.Left/Top on window move
git-svn-id: trunk@18628 -
2009-02-10 10:11:04 +00:00
paul
40f211f179 designer: formatting
git-svn-id: trunk@18627 -
2009-02-10 04:19:06 +00:00
paul
0d0cb8c4f7 ide: don't auto save current values of object inspector if selection was not changed but some selection properties was changed (fixes part of bug #0010331)
git-svn-id: trunk@18626 -
2009-02-10 04:14:54 +00:00
paul
e14c92e885 lcl: apply few comments related to docking from Hans-Peter Diettrich (issue #0013118)
git-svn-id: trunk@18625 -
2009-02-10 02:01:54 +00:00
mattias
b9db2f0fa6 clean up
git-svn-id: trunk@18624 -
2009-02-09 23:31:35 +00:00
mattias
838c0d5428 IDE: designer: update OI props of selected form when moving
git-svn-id: trunk@18623 -
2009-02-09 23:23:24 +00:00
martin
519ce015dc SynEdit: Refactor Char To Grid Expansion for text painting.
git-svn-id: trunk@18622 -
2009-02-09 22:49:50 +00:00
mattias
35ccd93e17 IDE: new unit: fixed using IsPascalUnit when adding file to uses section of project
git-svn-id: trunk@18621 -
2009-02-09 20:03:04 +00:00
zeljko
00da47ed08 Qt: bugfix - TQtWidgetSet.Polygon() was wrong on MacOsX.
git-svn-id: trunk@18620 -
2009-02-09 17:01:26 +00:00
paul
be1f7a30e1 win32: follow msdn suggest to update statubar text on wm_paint message to reduce flickering (fixes issue #0012816)
git-svn-id: trunk@18619 -
2009-02-09 15:01:16 +00:00
paul
895b31f8f4 lcl: add protected field TStatusPanel.FIntfFlag to store useful flags in the status panels by interfaces (needs in the next commit)
git-svn-id: trunk@18618 -
2009-02-09 14:59:27 +00:00
paul
51334b4f2b ideintf: don't quicksort if count = 0
git-svn-id: trunk@18617 -
2009-02-09 14:27:31 +00:00
mattias
90f305ab51 codetools: fixed find base type of constructor
git-svn-id: trunk@18616 -
2009-02-09 14:02:11 +00:00
zeljko
b5e43b5d77 Qt: introduced Drop Files Event feature.
git-svn-id: trunk@18615 -
2009-02-09 09:22:44 +00:00
mattias
deba377a63 IDE: character map: clearing combobox, from Theo
git-svn-id: trunk@18614 -
2009-02-09 09:21:18 +00:00
mattias
8a2b5a4ee1 IDE: GetprojectTargetFilename added parameter
git-svn-id: trunk@18613 -
2009-02-09 09:09:15 +00:00
mattias
6094ab0e3c clean up
git-svn-id: trunk@18612 -
2009-02-09 09:06:56 +00:00