paul
|
a8fc0fa459
|
cocoa: implement setting cursor to control
git-svn-id: trunk@33603 -
|
2011-11-18 05:56:42 +00:00 |
|
paul
|
8972794e3b
|
cocoa: properly fill RawImage description from cocoa bitmap object, properly initialize bitmap format and HasAlpha field
git-svn-id: trunk@33602 -
|
2011-11-18 03:06:43 +00:00 |
|
dodi
|
a69ef5286b
|
Docs: Forms links added
git-svn-id: trunk@33601 -
|
2011-11-18 02:56:13 +00:00 |
|
paul
|
d2a067b488
|
cocoa: invert y coordinate in GetCursorPos
git-svn-id: trunk@33600 -
|
2011-11-18 02:10:52 +00:00 |
|
paul
|
fdb9311f33
|
cocoa: use white colorspace for 1 bit bitmaps
git-svn-id: trunk@33599 -
|
2011-11-18 02:10:08 +00:00 |
|
paul
|
5c9a097e8c
|
ide: don't use F8 both for Step Over and Step Out in "mac lazarus" scheme
git-svn-id: trunk@33598 -
|
2011-11-18 00:57:19 +00:00 |
|
juha
|
b69dd28405
|
LCL: Keep TabOrder correct also when combobox tabstop=false. Issue #18217
git-svn-id: trunk@33597 -
|
2011-11-17 22:57:31 +00:00 |
|
juha
|
1d2f226d61
|
LCL: formatting and little optimizing
git-svn-id: trunk@33596 -
|
2011-11-17 22:57:20 +00:00 |
|
juha
|
e597ae1306
|
IDE: added a sanity check about if ListView.Selected is assigned. Issue #19819
git-svn-id: trunk@33595 -
|
2011-11-17 20:16:25 +00:00 |
|
juha
|
a002250d2b
|
LCL: add Notification about removed ImageLists in ListView. Issue #20619
git-svn-id: trunk@33594 -
|
2011-11-17 18:57:22 +00:00 |
|
juha
|
cc82e44e9b
|
LCL: formatting
git-svn-id: trunk@33593 -
|
2011-11-17 18:57:09 +00:00 |
|
juha
|
3c946347ae
|
LCL: Remove styles properly in GTK2. Issue #20625, patch from cobines
git-svn-id: trunk@33592 -
|
2011-11-17 18:18:47 +00:00 |
|
juha
|
35b15acebe
|
SynEdit: use raw X11 font names instead of old long names for GTK2. Issue #18795
git-svn-id: trunk@33591 -
|
2011-11-17 17:55:14 +00:00 |
|
juha
|
19238922cc
|
IDE: fix setting IDE window dimensions when a default configuration is created.
git-svn-id: trunk@33590 -
|
2011-11-17 16:52:20 +00:00 |
|
martin
|
7a39358a8c
|
Synedit: Codetemplate fix for tabs. Issue #0020700
git-svn-id: trunk@33589 -
|
2011-11-17 15:01:41 +00:00 |
|
paul
|
a0906eb9fc
|
cocoa: implement GetCursorPos
git-svn-id: trunk@33588 -
|
2011-11-17 14:55:36 +00:00 |
|
martin
|
5405c8d1f0
|
Synedit: Cleanup Codetemplate code
git-svn-id: trunk@33587 -
|
2011-11-17 14:54:35 +00:00 |
|
paul
|
a920ff2cd0
|
cocoa: start HCursor implementation
git-svn-id: trunk@33586 -
|
2011-11-17 14:40:41 +00:00 |
|
juha
|
6493c83448
|
LCL: added checkbox "Prompt on replace" to TReplaceDialog. Issue #20654, patch from Bart Broersma
git-svn-id: trunk@33585 -
|
2011-11-17 13:41:04 +00:00 |
|
dodi
|
565e07e237
|
Docs: LCLIntf synced
git-svn-id: trunk@33584 -
|
2011-11-17 13:03:13 +00:00 |
|
sekelsenmat
|
7af5a3e038
|
customdrawn: Fixes setting the new page when deleting a tab
git-svn-id: trunk@33583 -
|
2011-11-17 13:00:43 +00:00 |
|
sekelsenmat
|
7874c0aac5
|
customdrawn: Fixes an exception by an extra index check when clicking in a tab
git-svn-id: trunk@33582 -
|
2011-11-17 12:47:58 +00:00 |
|
sekelsenmat
|
d8824e0700
|
Starts a new unit, lazcanvas.pas, for adding extensions for TFPImageCanvas to support all our TCanvas features
git-svn-id: trunk@33581 -
|
2011-11-17 12:26:40 +00:00 |
|
juha
|
ee99a1f649
|
FileBrowser: fix manual filter in File Browser add-on. Issue #20685, patch from Graeme
git-svn-id: trunk@33580 -
|
2011-11-17 12:08:21 +00:00 |
|
paul
|
66ed3e1ab7
|
cocoa: implement monitor enumeration and monitor information retreiving functions
git-svn-id: trunk@33579 -
|
2011-11-17 11:13:51 +00:00 |
|
paul
|
28aca06e2e
|
cocoa: implement screen metrics
git-svn-id: trunk@33578 -
|
2011-11-17 10:52:00 +00:00 |
|
zeljko
|
4b298b3a4b
|
Qt: check for control key ONLY in case of UTF8KeyPress, do not disturb KeyPress.
git-svn-id: trunk@33577 -
|
2011-11-17 10:04:51 +00:00 |
|
dodi
|
f12a98080e
|
Docs: Forms revised, some questions remain
git-svn-id: trunk@33576 -
|
2011-11-17 09:21:46 +00:00 |
|
zeljko
|
5f994707cc
|
Qt: fixed result of SlotKey for control keys (all controls except TQtCustomControl was affected)
git-svn-id: trunk@33575 -
|
2011-11-17 08:23:44 +00:00 |
|
sekelsenmat
|
0af846accb
|
customdrawn: Minor improvement for the tab close button positioning, makes it a little upper in the selected tab to make it fit better into the selection, also fixes its shape
git-svn-id: trunk@33574 -
|
2011-11-17 08:14:34 +00:00 |
|
zeljko
|
476d582ba7
|
Qt: do not pass control keys to utf8keypress. issue #20689
git-svn-id: trunk@33573 -
|
2011-11-17 08:07:21 +00:00 |
|
sekelsenmat
|
07f8beeb23
|
fpvectorial: Moves session info from a lpi to a lps
git-svn-id: trunk@33572 -
|
2011-11-16 17:12:01 +00:00 |
|
sekelsenmat
|
ef607318ca
|
Adds a button glyph test
git-svn-id: trunk@33571 -
|
2011-11-16 16:42:02 +00:00 |
|
sekelsenmat
|
bf7df1afcf
|
customdrawn: Implements Glyph support in the button and improves button text positioning
git-svn-id: trunk@33570 -
|
2011-11-16 16:41:21 +00:00 |
|
dodi
|
9269169531
|
Docs: TForm revised
git-svn-id: trunk@33569 -
|
2011-11-16 14:54:14 +00:00 |
|
sekelsenmat
|
13e2745c41
|
fpvectorial: Renames some variables and routines to be more clear
git-svn-id: trunk@33568 -
|
2011-11-16 14:42:33 +00:00 |
|
sekelsenmat
|
5c6747acca
|
fpvectorial: Improves the ellipse rendering
git-svn-id: trunk@33567 -
|
2011-11-16 14:12:55 +00:00 |
|
juha
|
e05d507274
|
Revert r33558 #3a71f62ad3. Now GetTickCount returns DWord again so no range check error
git-svn-id: trunk@33566 -
|
2011-11-16 13:18:22 +00:00 |
|
sekelsenmat
|
ba4bd03d8d
|
textextent test: Adds a arabic test
git-svn-id: trunk@33565 -
|
2011-11-16 13:06:06 +00:00 |
|
sekelsenmat
|
1e32edd4db
|
textextent test: Fixes rendering for widgetsets which correctly apply the Brush under TextOut
git-svn-id: trunk@33564 -
|
2011-11-16 12:52:23 +00:00 |
|
sekelsenmat
|
027d11ac6a
|
Rewrites the GetTickCount interfaces to preserve backwards compatibility, to more closely resamble the WinAPI and also avoid confusion
git-svn-id: trunk@33563 -
|
2011-11-16 12:35:55 +00:00 |
|
mattias
|
965ae5eba4
|
codetools: fixed reraising parser error
git-svn-id: trunk@33562 -
|
2011-11-16 12:00:45 +00:00 |
|
dodi
|
2f5176b927
|
Docs: TCustomForm revised
git-svn-id: trunk@33561 -
|
2011-11-16 11:11:50 +00:00 |
|
sekelsenmat
|
fd7c5f87c7
|
textextent test: Fixes a tipo
git-svn-id: trunk@33560 -
|
2011-11-16 11:01:09 +00:00 |
|
sekelsenmat
|
5611271435
|
textextent test: Fixes a tipo
git-svn-id: trunk@33559 -
|
2011-11-16 10:52:54 +00:00 |
|
juha
|
3a71f62ad3
|
Debugger: Fixed integer types to prevent a range check error. Issue #20691
git-svn-id: trunk@33558 -
|
2011-11-16 10:44:27 +00:00 |
|
sekelsenmat
|
1b15a816ff
|
customdrawnws: Advances the X11 backend
git-svn-id: trunk@33557 -
|
2011-11-16 10:36:59 +00:00 |
|
sekelsenmat
|
88579992c9
|
fpvectorial: Updates all examples
git-svn-id: trunk@33556 -
|
2011-11-16 09:33:12 +00:00 |
|
mattias
|
f05fbd0a1f
|
codetools: handlerlist for treetoolchanged
git-svn-id: trunk@33555 -
|
2011-11-16 06:52:13 +00:00 |
|
paul
|
be7664ee49
|
carbon: implement SM_XVIRTUALSREEN, SM_YVIRTUALSCREEN metrics
git-svn-id: trunk@33554 -
|
2011-11-16 06:45:40 +00:00 |
|