mattias
|
7fcd93177c
|
IDE: new other: save/restore last created
git-svn-id: trunk@31605 -
|
2011-07-08 19:56:33 +00:00 |
|
zeljko
|
12f390c94f
|
Qt: fixed slow drawing because of wrong implementation of TQtWidgetSet.ExcludeClipRect(). issue #19698
git-svn-id: trunk@31604 -
|
2011-07-08 19:25:50 +00:00 |
|
mattias
|
3fb4f6ee5a
|
IDE: codebrowser: invalidate file lists on rescan, bug #19699
git-svn-id: trunk@31603 -
|
2011-07-08 18:56:32 +00:00 |
|
mattias
|
f2fdce8015
|
IDE: component palette: release buttons instead of free
git-svn-id: trunk@31602 -
|
2011-07-08 18:22:59 +00:00 |
|
zeljko
|
9ce6c166e2
|
Qt: systryicon cleanups and comments
git-svn-id: trunk@31601 -
|
2011-07-08 08:27:22 +00:00 |
|
zeljko
|
910a46ff7d
|
TCustomTrayIcon: added InternalShow() private proc, so it triggers TCustomTrayIcon.Show when component is loaded. Fixes problem when popupmenu isn't shown.See issue #19693
git-svn-id: trunk@31600 -
|
2011-07-08 08:01:08 +00:00 |
|
mattias
|
f6ca7c7d1b
|
LCL: fixed ConvertEncoding fpr empty strings
git-svn-id: trunk@31599 -
|
2011-07-08 07:37:41 +00:00 |
|
zeljko
|
880fd18517
|
Carbon: fixed crash with menu item of trayicon on MacOsX Lion. issue #19693
git-svn-id: trunk@31598 -
|
2011-07-08 07:15:55 +00:00 |
|
zeljko
|
e121294b60
|
LCL: Fixed TSaveDialog/TOpenDialog.Filter to change the file's extension when it's empty, now it's same like under Delphi. issue #7797 patch by Bart Broersma
git-svn-id: trunk@31597 -
|
2011-07-08 06:36:15 +00:00 |
|
zeljko
|
da3f158361
|
Gtk2: introduced GetWindowManager:String function for later tuning of differences between metacity and other wm's under X11.
git-svn-id: trunk@31596 -
|
2011-07-07 19:39:28 +00:00 |
|
juha
|
d744f675e6
|
IDE: Update the Enabled state of Source -> UseUnit entry
git-svn-id: trunk@31589 -
|
2011-07-07 15:40:35 +00:00 |
|
zeljko
|
156bee63ed
|
Qt: use IsValidHandle() to check handle in ClientToScreen() and ScreenToClient()
git-svn-id: trunk@31588 -
|
2011-07-07 13:35:18 +00:00 |
|
zeljko
|
fd126a05a7
|
Qt: fixed bug with BeginUpdate EndUpdate pair in SetScrollInfo,also send action when slider is released.issue #19687
LCL: Grids: fixed wrong calculation of bottom/right (max pos) of scrollbars in SB_BOTTOM (diff is always 1 on all ws).
git-svn-id: trunk@31587 -
|
2011-07-07 12:52:00 +00:00 |
|
mattias
|
b44dd17e8f
|
IDE: clean up
git-svn-id: trunk@31586 -
|
2011-07-07 09:45:24 +00:00 |
|
mattias
|
6a85561b10
|
IDE: codehints: clean up
git-svn-id: trunk@31585 -
|
2011-07-07 09:44:58 +00:00 |
|
zeljko
|
60424c460a
|
Carbon: fixed wrong result of TCarbonWidgetSet.ClientToScreen(), scrolled offset of TScrollingWinControl must be taken into account.issue #18272
git-svn-id: trunk@31584 -
|
2011-07-07 07:42:55 +00:00 |
|
zeljko
|
5f6ebb3560
|
Qt: fixed wrong result of TQtWidgetSet.ClientToScreen() in case of scrolling win control.Part of issue #18272
git-svn-id: trunk@31583 -
|
2011-07-07 07:16:35 +00:00 |
|
mattias
|
961c9aa9b9
|
IDE: codeexplorer: fixed deleting nodes and updating the position tree
git-svn-id: trunk@31579 -
|
2011-07-07 06:15:13 +00:00 |
|
zeljko
|
22044ba7f7
|
LCL: fixed TControl.InvalidateControl paint rect.We must take into account our parent scroll offset.
git-svn-id: trunk@31578 -
|
2011-07-06 21:42:00 +00:00 |
|
zeljko
|
5c16268dbe
|
LCL: added capfHasScrollOffset in Controls.FindControlAtPosition(), also fixed TGraphicControl.Update, it should take into account parent's scrolloffset if any. issues #12217,#18272
git-svn-id: trunk@31577 -
|
2011-07-06 20:52:09 +00:00 |
|
zeljko
|
97085f283e
|
Gtk2: fixed minimizing of tool windows under some window managers.patch by August Klein. issue #18332
git-svn-id: trunk@31573 -
|
2011-07-06 15:37:23 +00:00 |
|
mattias
|
0f85593aae
|
IDE: fixed parsing numbers in project macros
git-svn-id: trunk@31572 -
|
2011-07-06 11:49:17 +00:00 |
|
mattias
|
2d38dc7f21
|
translations: german: updated from Swen Heinig
git-svn-id: trunk@31571 -
|
2011-07-06 11:30:58 +00:00 |
|
mattias
|
b607684e3f
|
anchordocking: clean uo
git-svn-id: trunk@31570 -
|
2011-07-06 11:30:34 +00:00 |
|
ask
|
56b5541270
|
TAChart: Add separate options for left- and right-side extrapolation to TCubicSplineSeries. Update demo.
git-svn-id: trunk@31569 -
|
2011-07-05 18:11:13 +00:00 |
|
ask
|
c5139ede83
|
TAChart: Call StyleChanged instead of Invalidate when changing TAChart properties.
This allows listeners to catch all changes.
git-svn-id: trunk@31568 -
|
2011-07-05 17:03:53 +00:00 |
|
zeljko
|
82b1aef2cb
|
Qt: fixed QSystemTrayIcon popup menu and icon. issue #19642
git-svn-id: trunk@31567 -
|
2011-07-05 11:21:50 +00:00 |
|
zeljko
|
d7a4f586a0
|
Gtk2: TScrollingWinControl: fixed scrolling when pressed scrollbar arrows.Patch by August Klein. issue #19676
git-svn-id: trunk@31566 -
|
2011-07-05 06:30:23 +00:00 |
|
juha
|
c66c014e7d
|
IDE: change Scope Combobox style to csDropDownList
git-svn-id: trunk@31565 -
|
2011-07-04 22:19:13 +00:00 |
|
juha
|
33f7e371f4
|
IDE: clean up
git-svn-id: trunk@31564 -
|
2011-07-04 21:10:35 +00:00 |
|
zeljko
|
b1c060787d
|
examples: fixed compilation of anchordocking examples. issue #19682
git-svn-id: trunk@31563 -
|
2011-07-04 20:36:25 +00:00 |
|
zeljko
|
acb9636064
|
Gtk2: TCustomEdit: added CellEditable hook, so it won't focus another control by pressing VK_UP or VK_DOWN. issue #11115
git-svn-id: trunk@31562 -
|
2011-07-04 18:30:57 +00:00 |
|
zeljko
|
07cbfe0925
|
Gtk2: fixed focusing TPanel when TabStop=True
git-svn-id: trunk@31561 -
|
2011-07-04 17:13:28 +00:00 |
|
zeljko
|
7b6d0a6667
|
Gtk2: do not remove focus chain from combobox container, focusing by tab is fixed using another approach. issue #17662
git-svn-id: trunk@31560 -
|
2011-07-04 16:58:08 +00:00 |
|
zeljko
|
e9a0c2adee
|
Gtk2: fixed tab focus switch in combobox edit
git-svn-id: trunk@31559 -
|
2011-07-04 16:51:26 +00:00 |
|
zeljko
|
9d6ccb72d3
|
Gtk2: unset focus chain from combobox container, so it does not select combobox menu button when combobox is editable.
git-svn-id: trunk@31558 -
|
2011-07-04 16:32:18 +00:00 |
|
ask
|
9c9da3e05c
|
TAChart: Add TLegendItem.Owner property
git-svn-id: trunk@31557 -
|
2011-07-04 12:00:11 +00:00 |
|
ask
|
d20a2f65ae
|
TAChart: Add TCustomChartSeries.GetSingleLegendItem procedure
git-svn-id: trunk@31556 -
|
2011-07-04 11:49:54 +00:00 |
|
zeljko
|
f63bdf2608
|
Carbon: fixed compilation due to recent TCustomNotebook changes
git-svn-id: trunk@31555 -
|
2011-07-04 10:38:25 +00:00 |
|
zeljko
|
6d93bd06bb
|
Carbon: implemented wsFullScreen. issue #19522
git-svn-id: trunk@31554 -
|
2011-07-04 10:28:06 +00:00 |
|
sekelsenmat
|
fed392d7ed
|
Updates win32 and wince for the new TCustomNotebook location
git-svn-id: trunk@31553 -
|
2011-07-04 10:05:35 +00:00 |
|
sekelsenmat
|
bc7a2ba310
|
Moves TCustomNotebook to ComCtrls in preparation for renaming it
git-svn-id: trunk@31552 -
|
2011-07-04 09:43:21 +00:00 |
|
zeljko
|
387a2566e5
|
Carbon: fixed showing icons in TListView = vsList, started TListView vsSmallIcon and vsIcon.
git-svn-id: trunk@31551 -
|
2011-07-04 08:54:36 +00:00 |
|
zeljko
|
3e1143b234
|
Carbon: fixed crash with TListView columns removing when destroying list.
git-svn-id: trunk@31550 -
|
2011-07-04 07:42:01 +00:00 |
|
zeljko
|
c516a45378
|
carbon: fixed crash of designer form. issue #19299
git-svn-id: trunk@31549 -
|
2011-07-04 07:04:15 +00:00 |
|
jesus
|
60702c64ee
|
LCL, grids bidi fixes: unable to show editor in some locations
git-svn-id: trunk@31548 -
|
2011-07-04 06:17:25 +00:00 |
|
jesus
|
a3238d132e
|
LCL, grids bidi fixes: better cell bounds to fix grid lines trash
git-svn-id: trunk@31547 -
|
2011-07-04 05:40:46 +00:00 |
|
marco
|
6e953d396f
|
* small fix that forces type of gtrue to longint. This makes lazarus compatible with both boolean32 based gboolean type (in FPC/trunk since r17923) while keeping compat with the old (longbool, which will remain in 2.4.x)
git-svn-id: trunk@31546 -
|
2011-07-03 20:39:13 +00:00 |
|
juha
|
6ec341b0c1
|
IDE: improve View Unit dialog with images
git-svn-id: trunk@31545 -
|
2011-07-03 18:19:58 +00:00 |
|
juha
|
52c2f1237a
|
IDE & Packager: Fix tab order and ActiveControl of some forms
git-svn-id: trunk@31544 -
|
2011-07-03 15:42:01 +00:00 |
|