Commit Graph

19631 Commits

Author SHA1 Message Date
paul
d6ebb0255e gtk: cache WindowFromPoint results to reduce slowleness (fixes issue #0013698)
git-svn-id: trunk@19967 -
2009-05-15 02:09:22 +00:00
paul
3cd340fe31 lcl: formatting
git-svn-id: trunk@19966 -
2009-05-15 01:57:42 +00:00
mattias
2f5429b5b3 clean up
git-svn-id: trunk@19965 -
2009-05-14 13:24:22 +00:00
zeljko
cfb3d7416e Qt: qtwsdialogs bugfix for non-native mode, filename should be setted up.
git-svn-id: trunk@19964 -
2009-05-14 11:58:22 +00:00
mattias
c286608aa2 LCL: lconvencoding: fixed UCS-2LE
git-svn-id: trunk@19963 -
2009-05-14 11:35:00 +00:00
mattias
e4f8b7fa20 LCL: lconvencoding: added UCS-2LE
git-svn-id: trunk@19962 -
2009-05-14 11:28:30 +00:00
zeljko
a1d98946b8 Qt: rewritten part of QtDialogs, now we can use QT_NATIVE_DIALOGS for native dialogs which uses qt static functions , but then we loose signals from QFileDialog.Fixes #13460.
git-svn-id: trunk@19961 -
2009-05-14 09:15:31 +00:00
dodi
edc2afd189 dockmanager example: handle record properties properly
git-svn-id: trunk@19960 -
2009-05-14 08:30:09 +00:00
paul
d03621adc4 gtk2: stop motion-notify-event propagation (fixes bug #0013708)
git-svn-id: trunk@19959 -
2009-05-14 07:44:26 +00:00
paul
8bd03d26b6 ide: decrease vertical spacing between checkboxes in some ide options frames
git-svn-id: trunk@19958 -
2009-05-14 02:31:35 +00:00
martin
9e7e2cfd0c SynEdit, Pas-Highlighter: fixed a crash, by pointer range-check violation / random mem access
git-svn-id: trunk@19957 -
2009-05-13 17:15:31 +00:00
martin
9274d85e5b SynEdit: Fix painting in Search and replace / issue #13702
git-svn-id: trunk@19956 -
2009-05-13 17:15:12 +00:00
sekelsenmat
324981825e Initial implementation of TFilterComboBox
git-svn-id: trunk@19955 -
2009-05-13 14:34:25 +00:00
dmitry
f83b890f1a temporary disabled carbon listview columns sorting and moving
git-svn-id: trunk@19954 -
2009-05-13 12:21:45 +00:00
dodi
7ba7100c21 dockmanager example: allow to use LDockTree manager (alternatively)
git-svn-id: trunk@19953 -
2009-05-13 11:09:18 +00:00
mattias
18fa3ce4ca reduced warnings
git-svn-id: trunk@19952 -
2009-05-13 10:23:19 +00:00
paul
d17b0c2c63 ide: use TSpeedButton instead of TBitBtn in project inspector dialog
git-svn-id: trunk@19951 -
2009-05-13 08:33:19 +00:00
dodi
a4200ebb10 dockmanager example: moved project into subdirectory
git-svn-id: trunk@19950 -
2009-05-13 07:27:03 +00:00
paul
3089bd0e3a ide: desktop options
- replace groupboxes with bevels and labels
  - add an ability to choose button glyphs visibility (with default = System)

git-svn-id: trunk@19949 -
2009-05-13 03:15:21 +00:00
paul
c8d056c3e8 ide: use bold font for general editor options group labels
git-svn-id: trunk@19948 -
2009-05-13 03:00:34 +00:00
paul
695d17aeb1 lcl: TButtonGlyph
- show always in design time and don't react on ShowMode change
  - show always for TSpeedButton

git-svn-id: trunk@19947 -
2009-05-13 02:58:39 +00:00
paul
ac4b855749 lcl: TApplicationProperties:
- set default values for most of properties (where it has sense)
  - add ShowButtonGlyphs property
  - minor formatting

git-svn-id: trunk@19946 -
2009-05-13 01:23:16 +00:00
martin
068b9fb3ef Codetools: RangeCheck Exception, Strings start at 1
git-svn-id: trunk@19945 -
2009-05-12 14:32:49 +00:00
martin
2607eec3c3 SynEdit: TextLayout added debug output
git-svn-id: trunk@19944 -
2009-05-12 13:49:02 +00:00
vincents
b6d242fa96 IDE: todolist, fixed retrieving todo items in unmodified sources
git-svn-id: trunk@19943 -
2009-05-12 13:48:34 +00:00
martin
cb1aabd1fe SynEdit: TextLayout improved for MacOs, added debug output
git-svn-id: trunk@19942 -
2009-05-12 13:35:43 +00:00
mattias
adab0642b9 IDE: todo list: small improvement
git-svn-id: trunk@19941 -
2009-05-12 12:42:21 +00:00
mattias
a8ecb3e7aa IDE: todo list: commit synedit buffers to codetools
git-svn-id: trunk@19940 -
2009-05-12 12:39:49 +00:00
vincents
1994036cf2 IDE: fixed parsing of todo items without semicolon, support was removed in r13010 #42edb792e6 (issue #13684)
git-svn-id: trunk@19939 -
2009-05-12 11:04:23 +00:00
paul
3005b7d87f lcl: add TApplication.ShowButtonGlyphs property and handle change
git-svn-id: trunk@19938 -
2009-05-12 08:02:36 +00:00
paul
ae839602c2 lcl: formatting
git-svn-id: trunk@19937 -
2009-05-12 05:59:22 +00:00
paul
3e258b4ef8 lcl: request Font and Color update after DestroyWnd call to properly restore them after new Handle creation (fixes issue #0011935)
git-svn-id: trunk@19936 -
2009-05-12 05:23:55 +00:00
paul
1e115b492c gtk2: request redraw after api widget resize (fixes issue #0013290)
git-svn-id: trunk@19935 -
2009-05-12 03:27:13 +00:00
paul
84fe092b0e designer: don't position new frame form at the default position (by request of Phil in issue #0013695)
git-svn-id: trunk@19934 -
2009-05-12 02:51:25 +00:00
paul
0f86b2e7f3 lcl: move some form initialization code from TCustomForm.Create to TCustomForm.CreateNew
git-svn-id: trunk@19933 -
2009-05-12 02:31:08 +00:00
sekelsenmat
72087cf370 Improves TPopUpNotifier for small screens
git-svn-id: trunk@19932 -
2009-05-11 23:02:17 +00:00
mattias
3af6e0f0e1 codetools: mem stats for GlobalIdentifierTree
git-svn-id: trunk@19931 -
2009-05-11 17:14:09 +00:00
mattias
cd6234540b codetools: mem stats for FileStateCache
git-svn-id: trunk@19930 -
2009-05-11 16:58:55 +00:00
dmitry
c4203802c6 implemnted CarbonListView ColumnClick
git-svn-id: trunk@19929 -
2009-05-11 16:56:29 +00:00
mattias
2ffb8e87be codetools: mem stats plus keywordfunclist
git-svn-id: trunk@19928 -
2009-05-11 16:52:30 +00:00
mattias
20e525a22b codetools: fixed skipping directives
git-svn-id: trunk@19927 -
2009-05-11 15:56:47 +00:00
mattias
f18cf639a5 codetools: fixed mem stats not cunting global list
git-svn-id: trunk@19926 -
2009-05-11 14:03:40 +00:00
mattias
0b3eacd9e6 codetools: replaced TLinkScanner kewordlist with case statement
git-svn-id: trunk@19925 -
2009-05-11 13:09:08 +00:00
mattias
ef4a384eb3 codetools: replaced some local keyword lists with case statments
git-svn-id: trunk@19924 -
2009-05-11 09:21:50 +00:00
ask
2ca478248b TAChart: Fix TLine bounds. Part of issue #13681
git-svn-id: trunk@19923 -
2009-05-11 09:04:23 +00:00
ask
5f1f1c8897 TAChart: Extract UpdateMinMax procedure.
git-svn-id: trunk@19922 -
2009-05-11 08:54:27 +00:00
dmitry
e9e7756aa5 fix for #13547 + moved units usage from implementation to interface section.
git-svn-id: trunk@19921 -
2009-05-11 08:54:10 +00:00
dodi
12bd465de2 lost file
git-svn-id: trunk@19920 -
2009-05-11 08:00:19 +00:00
dodi
7dccf840cb attempt to resize TPageControl - failed
git-svn-id: trunk@19919 -
2009-05-11 07:54:49 +00:00
ask
b4331da20a TAChart: Fix saving to bitmap (issue #13685)
* Add SaveToImage and SaveToFile methods.
* Implement SaveToBitmapFile and CopyToClipboardBitmap via SaveToImage/SaveToFile.
* Add demo.

git-svn-id: trunk@19918 -
2009-05-11 06:46:08 +00:00