Commit Graph

20592 Commits

Author SHA1 Message Date
mattias
cd41d7bb66 LCL docs: lconvencoding
git-svn-id: trunk@20929 -
2009-07-23 08:18:58 +00:00
martin
c83d380697 SynEdit: Syncron-edit mode, fixed undo/redo of last char in a cell
git-svn-id: trunk@20928 -
2009-07-22 22:44:30 +00:00
martin
4c64826e61 SynEdit: Syncron-edit mode, fixed multi-line edit / indent on new-line
git-svn-id: trunk@20927 -
2009-07-22 22:34:29 +00:00
martin
2112f6e3fa SynEdit: Syncron-edit mode, fixed caret position after line break
git-svn-id: trunk@20926 -
2009-07-22 20:23:44 +00:00
jesus
f87647590c LCL, improvement for dblookup components, now they work without datasource/datafield, from Leslie Kaye, issue #13868
git-svn-id: trunk@20925 -
2009-07-22 20:15:17 +00:00
martin
2be288911d SynEdit: Syncron-edit mode, ignore column-mode selections
git-svn-id: trunk@20924 -
2009-07-22 19:34:36 +00:00
mattias
7de27e1bdf codetools: set type - and *
git-svn-id: trunk@20923 -
2009-07-22 16:52:26 +00:00
mattias
546e5a6ce2 codetools: fixed range check GetLineInfo, bug #14177
git-svn-id: trunk@20922 -
2009-07-22 10:15:14 +00:00
mattias
d0324f58e4 clean up
git-svn-id: trunk@20921 -
2009-07-22 10:06:22 +00:00
mattias
d926f4eaad clean up
git-svn-id: trunk@20920 -
2009-07-22 10:06:15 +00:00
dmitry
ea66750866 simplify carbonbitbtn caption aligment. removed unused units
git-svn-id: trunk@20919 -
2009-07-22 07:26:06 +00:00
paul
e61c9a10cd ide: change delphi colors for syncro edit
git-svn-id: trunk@20918 -
2009-07-22 02:52:51 +00:00
martin
0a5042a856 SynEdit: Added Syncron-edit mode
git-svn-id: trunk@20917 -
2009-07-21 22:44:09 +00:00
dmitry
0e159bc364 fix for TCarbonBitBtn caption aligment when glyphs are not drawn. Removed uses from implementation
git-svn-id: trunk@20916 -
2009-07-21 16:01:08 +00:00
mattias
c24ad7a1d4 codetools: set type + set type = set type, bug #14175
git-svn-id: trunk@20915 -
2009-07-21 13:53:06 +00:00
paul
c192951c26 ide, debugger: breakpoint properties dialog: add resource strings
git-svn-id: trunk@20914 -
2009-07-21 12:24:01 +00:00
paul
0e3e7e6ddf ide, debugger: evaluate/modify dialog: add resource strings
git-svn-id: trunk@20913 -
2009-07-21 12:10:00 +00:00
jesus
731b768329 LCL, fixes for dbgrid indicator problems, issues #14139,#14160
git-svn-id: trunk@20912 -
2009-07-21 06:10:20 +00:00
marc
643e154806 * Updated Russian translation by Maxim Ganetsky
git-svn-id: trunk@20911 -
2009-07-20 22:41:16 +00:00
marc
6f93eef016 * Improved localization names by Maxim Ganetsky
git-svn-id: trunk@20910 -
2009-07-20 22:40:39 +00:00
paul
6f6f893f6c codetools: minor changes to predefined compiler functions arguments
git-svn-id: trunk@20909 -
2009-07-20 14:59:47 +00:00
paul
bf3f2167d6 lcl: cleanup
git-svn-id: trunk@20908 -
2009-07-20 14:36:23 +00:00
paul
e93e11b149 lcl: add an ability to select cleartype fonts on windows.
qt: add support for cleartype font requests

git-svn-id: trunk@20907 -
2009-07-20 14:19:09 +00:00
paul
d981475609 lcl: cleanup
git-svn-id: trunk@20906 -
2009-07-20 13:04:35 +00:00
paul
d644759b08 gtk2: fix TCalendar destruction
git-svn-id: trunk@20905 -
2009-07-20 11:32:25 +00:00
mattias
0d3009fb76 codetools: comment
git-svn-id: trunk@20904 -
2009-07-20 10:42:46 +00:00
paul
6ba5f1c1d1 codetools: add more compiler predefined functions, minor change of some declarations
git-svn-id: trunk@20903 -
2009-07-19 15:22:41 +00:00
tombo
ec65f67050 IDE Carbon: improve selecting TPageControl tabs in design time a bit
git-svn-id: trunk@20902 -
2009-07-19 14:43:13 +00:00
tombo
598acbc578 LCL Carbon: TCarbonDataBrowser - minor clean up
git-svn-id: trunk@20901 -
2009-07-19 13:47:51 +00:00
martin
909b323d69 SynEdit, Code-Templates: improved completion on word-end/space/new-line. Caret must be at end of word, and takes newly inserted word-end into account
git-svn-id: trunk@20900 -
2009-07-19 13:37:35 +00:00
tombo
46ccb8f263 LCL Carbon: TCarbonDataBrowser call focus changed also for item unselect
git-svn-id: trunk@20899 -
2009-07-19 13:25:07 +00:00
martin
277398c12c SynEdit, Code-Templates: fixed remove double semicolon (or end of token). regression from rev 20732 #d6b3aff8c9. Fix issue #14161
git-svn-id: trunk@20898 -
2009-07-19 13:15:55 +00:00
martin
9f69aa1518 SynEdit, Code-Templates: fixed remove double semicolon (or end of token). regression from rev 20732 #d6b3aff8c9. Fix issue #14161
git-svn-id: trunk@20897 -
2009-07-19 12:48:15 +00:00
tombo
b16ed5daef LCL + IDE - fixed 0014108: DefaultTranslator doesn't recognize locale on Mac OS X with help from Alexandr Grau, the supported language IDs should be added into the application bundle property list to CFBundleLocalizations key, see lazarus.app/Contents/Info.plist for example
git-svn-id: trunk@20896 -
2009-07-19 12:20:22 +00:00
mattias
58557843d3 codetools: minor improvements for parameter hints
git-svn-id: trunk@20895 -
2009-07-19 11:26:44 +00:00
kirkpatc
31de8f746b Laz Doc - some additions and updates to TIdleTimer and related controls
git-svn-id: trunk@20894 -
2009-07-19 10:30:33 +00:00
mattias
57a420939d codetools: parameter hints: added compiler functions
git-svn-id: trunk@20893 -
2009-07-19 09:37:27 +00:00
dmitry
1c83ac62d8 fix for regression. bug #14158
git-svn-id: trunk@20892 -
2009-07-18 20:23:36 +00:00
mattias
8a18239e07 codetools: extended code context infos for predefined identifiers
git-svn-id: trunk@20891 -
2009-07-18 18:38:01 +00:00
mattias
201de2d822 codetools: identifier completion: showing predefined identifiers self and result only at start of operand
git-svn-id: trunk@20890 -
2009-07-18 17:33:42 +00:00
mattias
ec10c9cdd2 codetools: identifier completion: showing predefined identifiers only at start of operand
git-svn-id: trunk@20889 -
2009-07-18 17:32:10 +00:00
marc
42c8e0fbea * Removed own shiftstate tracking since it doesn't work when the app looses focus.
Either X or windows is queried now. Fixes issue #14102
  Also removed the EnableGtkShiftState conditional (r20870), since it is not an ubunto only problem, the concept was faulty itself

git-svn-id: trunk@20888 -
2009-07-18 16:10:55 +00:00
paul
959cc1aa90 components: jcf2: commit Graeme Geldenhuys patch for recognizing xor, and, or operators overloading
git-svn-id: trunk@20887 -
2009-07-18 12:58:05 +00:00
zeljko
222aa23fd7 Qt: bugfix for wrong reported windowstate when we minimize maximized window.
git-svn-id: trunk@20886 -
2009-07-18 10:47:16 +00:00
zeljko
fd84610a3c Qt: added check for handle parameter inside TQtWidgetSet.getParent(), cleanup.
git-svn-id: trunk@20885 -
2009-07-18 09:43:14 +00:00
zeljko
aa154fe07a Qt: cleanup, use TQtDeviceContext.getClipping insted of QPainter_hasClipping() in qtwinapi.
git-svn-id: trunk@20884 -
2009-07-18 09:22:39 +00:00
paul
4ccfccdb9b win32: TWin32WidgetSet.GetWindowSize - don't return negative size for minimized windows
git-svn-id: trunk@20883 -
2009-07-18 04:14:36 +00:00
jesus
e18a4a2d95 Postscript Sample, added missing png file
git-svn-id: trunk@20882 -
2009-07-17 21:16:21 +00:00
jesus
0be949df63 Postscript Sample, added test for TextRect Clipping
git-svn-id: trunk@20881 -
2009-07-17 21:14:58 +00:00
jesus
b89ef02ac6 Examples, updated postscript sample
git-svn-id: trunk@20880 -
2009-07-17 20:51:08 +00:00