Commit Graph

37736 Commits

Author SHA1 Message Date
maxim
6c4332b328 Docs: added Lucas Martin to contributors list
git-svn-id: trunk@38966 -
2012-10-04 22:18:12 +00:00
maxim
d2d03b3880 Translations: Spanish translation update by Lucas Martín, another part of bug #23046
git-svn-id: trunk@38965 -
2012-10-04 22:14:23 +00:00
martin
55a09f4952 SynEdit: More paint-token-breaker for future bidi support
git-svn-id: trunk@38964 -
2012-10-04 22:07:51 +00:00
bart
5b0453951e pochecker (stand alone version): add IDEIntf as requirement. Fixes issue #23055
git-svn-id: trunk@38963 -
2012-10-04 16:59:33 +00:00
maxim
40ce3e80b9 Translations: Spanish translation update by Lucas Martín, part of bug #23046
git-svn-id: trunk@38962 -
2012-10-03 20:11:23 +00:00
paul
0e25da3437 cocoa: destroy callback on window destruction, close NSWindow on destruction
git-svn-id: trunk@38961 -
2012-10-03 13:32:38 +00:00
paul
457bb68803 cocoa: fix screen <-> client corrdinate transforms
git-svn-id: trunk@38960 -
2012-10-03 12:55:58 +00:00
paul
ebba8326c6 cocoa: use LCL message loop instead of own
git-svn-id: trunk@38959 -
2012-10-03 12:25:00 +00:00
bart
6a491651ad sysenvapis_win: don't use 'open' verb for shellexecute in OpenDocument. Use nil instead. This will perform the default action. Resolves issue #22374.
git-svn-id: trunk@38958 -
2012-10-03 11:27:48 +00:00
paul
fd7d0baca4 cocoa: set BorderStyle, BorderIcons on form CreateHandle
git-svn-id: trunk@38957 -
2012-10-03 06:13:38 +00:00
paul
298bd7aea4 carbon: fix compilation after r38879 #89930bd828
git-svn-id: trunk@38956 -
2012-10-03 02:03:26 +00:00
paul
c48efd29bf cocoa: complete implementation of GetDC, ReleaseDC
git-svn-id: trunk@38955 -
2012-10-03 01:38:32 +00:00
paul
8929340e01 cocoa: don't pass Draw event outside the main thread
git-svn-id: trunk@38954 -
2012-10-03 01:38:03 +00:00
jesus
7152323181 LazReport, two additional export filters - TfrImageExportFilter, TfrHtmlDivExportFilter, from Michel Gawrycki
git-svn-id: trunk@38952 -
2012-10-02 18:31:07 +00:00
ask
1b11439a5b TAChart: Add "fit" page to the "distance" demo. Based on demo by Werner Pamler.
git-svn-id: trunk@38951 -
2012-10-02 14:37:12 +00:00
martin
5f293d23ae SynEdit: Start paint-token-breaker for future bidi support
git-svn-id: trunk@38950 -
2012-10-02 14:16:07 +00:00
ask
f50a958fad TAChart: Add TZoomDragTool.SelectionRect property
git-svn-id: trunk@38949 -
2012-10-02 13:51:37 +00:00
paul
983bc213aa cocoa: add Idle observer, notify application when cocoa enters Idle state
git-svn-id: trunk@38944 -
2012-10-02 03:47:58 +00:00
paul
c639b7f82f lcl: cleanup
git-svn-id: trunk@38943 -
2012-10-02 01:18:43 +00:00
paul
cc9082bfec cocoa: remove wrong usage of interfaces
git-svn-id: trunk@38942 -
2012-10-02 01:12:43 +00:00
martin
a8550d383a DBG: Update watch detail pane, when viewing snapshots
git-svn-id: trunk@38941 -
2012-10-02 01:08:14 +00:00
maxim
befc597806 IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@38940 -
2012-10-01 20:12:13 +00:00
bart
a667f618e1 TToolBar: extend heuristic in IsVertical function to also consider alClient and alCustom.
Fixes issue #0023034

git-svn-id: trunk@38939 -
2012-10-01 19:21:23 +00:00
paul
aeba29b745 cocoa: cleanup
git-svn-id: trunk@38938 -
2012-10-01 14:07:07 +00:00
mattias
5446aa1fac IDE: close project: close editor file from right to left
git-svn-id: trunk@38937 -
2012-10-01 08:56:40 +00:00
mattias
7669ae8777 IDE: translations: updates German from Swen Heinig
git-svn-id: trunk@38936 -
2012-10-01 08:55:43 +00:00
zeljko
457cf17356 Qt: fixed range check errors under 64bit
git-svn-id: trunk@38935 -
2012-10-01 08:51:03 +00:00
paul
d21e04d8f9 cocoa: NSControl should be initialized by initWithFrame
git-svn-id: trunk@38934 -
2012-10-01 08:20:41 +00:00
paul
cbfa6091d1 cocoa: (de)allocate PaintStruct dinamically, cleanup
git-svn-id: trunk@38933 -
2012-10-01 08:17:52 +00:00
paul
d07bc91aef cocoa: change TCocoaContext constructor to accept graphics context, implement GetDC for currently painting views
git-svn-id: trunk@38932 -
2012-10-01 08:16:01 +00:00
paul
5b87a81b7e cocoa: cleanup
git-svn-id: trunk@38931 -
2012-10-01 02:29:26 +00:00
paul
82883bdef1 cocoa: fix view creation
git-svn-id: trunk@38930 -
2012-10-01 02:27:03 +00:00
paul
a2bccb587a cocoa: create only bitmaps which can be used for context creation
git-svn-id: trunk@38929 -
2012-10-01 01:58:08 +00:00
paul
68ef99b929 cocoa: use the same way to get mertrics as for carbon since HiTheme is still supported on 64bit osx and is the only way to query theme metrics
git-svn-id: trunk@38928 -
2012-10-01 01:55:38 +00:00
blikblum
8035a82e6f lcl: check for csDestroying in Parent before calling SetLastFocusedControl in TCustomForm.SetFocusedControl. Not doing this check can expose fpc bug #23031 leading to a crash.
git-svn-id: trunk@38927 -
2012-09-30 23:18:13 +00:00
bart
5141e6ad8e TToolBar: fix divider drawing when flat=true: draw 2 lines. Fixes issue #21193
git-svn-id: trunk@38926 -
2012-09-30 21:24:21 +00:00
bart
51374d258b SpinEdit: only constrain Value if MaxValue is greater than MinValue
git-svn-id: trunk@38925 -
2012-09-30 21:04:36 +00:00
juha
0839a029db IDE: Add "Active File" to Search in Files where-selections. Issue #7686
git-svn-id: trunk@38924 -
2012-09-30 16:09:09 +00:00
juha
4593c8f87f IDE: Set "Include SubDirs" by default for Find in File Options
git-svn-id: trunk@38923 -
2012-09-30 16:08:52 +00:00
martin
f8dbcc135d DBG: Fix setting stackframe for hint eval, after searching for highest source-frame.
git-svn-id: trunk@38922 -
2012-09-30 15:23:53 +00:00
juha
b4440971ec IDE: Make File -> "Close All" cloase also packages. Rename "Close" to "Close Editor File". Issue #12422
git-svn-id: trunk@38921 -
2012-09-30 12:33:52 +00:00
juha
3fac3a3c41 Converter: move the implementation code so its location matches the definitions
git-svn-id: trunk@38920 -
2012-09-30 10:08:37 +00:00
juha
710e904ca1 Revert "LCL: temporary debug messages for QT to find the cause for an access violation."
git-svn-id: trunk@38919 -
2012-09-30 09:19:27 +00:00
juha
c24bd2344c IDE: Mark source file as modified when on-disk change is ignored. Issue #22889
git-svn-id: trunk@38918 -
2012-09-30 08:39:59 +00:00
juha
d121635fa3 IDE: formatting
git-svn-id: trunk@38917 -
2012-09-30 08:39:53 +00:00
ask
e7c4459955 TAChart: Add TDataPointDistanceTool.Transparency property
git-svn-id: trunk@38916 -
2012-09-30 05:32:09 +00:00
ask
3a81d9a04e TAChart: Add TZoomDragTool.AdjustSelection property
git-svn-id: trunk@38915 -
2012-09-30 05:20:09 +00:00
juha
6df1313604 RTTI: Allow assigning Nil to TTIPropertyGrid.TIObject. Issue #22720
git-svn-id: trunk@38914 -
2012-09-29 23:17:48 +00:00
juha
44ef110df0 IDE: Don't allow editing Boolean ComboBoxes in Object-Inspector. Issue #23018
git-svn-id: trunk@38913 -
2012-09-29 21:37:26 +00:00
juha
e08a18840b LCL: temporary debug messages for QT to find the cause for an access violation.
git-svn-id: trunk@38912 -
2012-09-29 21:37:21 +00:00