paul
|
59813c403f
|
lcl: formatting
git-svn-id: trunk@20035 -
|
2009-05-19 03:30:36 +00:00 |
|
paul
|
9067fc5cdb
|
gtk: move FillRect to TGtkDeviceContext, add argument SkipRop. Use SkipRop = True for winapi FillRect, use SkipRop = False for Polygon (fixes the last problem in issue #0013746)
git-svn-id: trunk@20034 -
|
2009-05-19 03:30:21 +00:00 |
|
paul
|
75c498b121
|
gtk: store selected ROP2 mode in the GCValues just after setting it (fixes another part of issue #0013746)
git-svn-id: trunk@20033 -
|
2009-05-19 03:16:41 +00:00 |
|
paul
|
5951b71b2a
|
gtk: formatting
git-svn-id: trunk@20032 -
|
2009-05-19 03:15:21 +00:00 |
|
paul
|
ef226daf23
|
gtk: skip ROP2 for FillRect (partly fixes issue #0013746)
git-svn-id: trunk@20031 -
|
2009-05-19 01:57:18 +00:00 |
|
paul
|
7dcf00f903
|
gtk: formatting
git-svn-id: trunk@20030 -
|
2009-05-19 01:54:41 +00:00 |
|
martin
|
e1f781f1a1
|
SynEdit: fixed wrong higlight for forward class declaration (matching "class" <> not existing "end" word pair) issue #13750
git-svn-id: trunk@20029 -
|
2009-05-18 22:56:50 +00:00 |
|
dodi
|
fa5fca7dd1
|
dockmanager example: back to the roots
git-svn-id: trunk@20028 -
|
2009-05-18 15:28:04 +00:00 |
|
paul
|
8ed7281c00
|
gtk: use more generic code to set menuitem shortcuts and caption, redo SetLabelCaption for gtk2
git-svn-id: trunk@20027 -
|
2009-05-18 13:04:06 +00:00 |
|
vincents
|
ed614cee3c
|
LCL: Use TDirectoryEdit.DialogTitle the same way as TFileNameEdit.DialogTitle
git-svn-id: trunk@20026 -
|
2009-05-18 10:57:26 +00:00 |
|
paul
|
ec8b2fae86
|
lcl: don't create InputBox bigger than monitor in width (issue #0013740)
git-svn-id: trunk@20025 -
|
2009-05-18 08:20:27 +00:00 |
|
paul
|
447f5d8a3c
|
gtk: fix copying a rect from drawable to bitmap (issue #0012131)
git-svn-id: trunk@20024 -
|
2009-05-18 07:11:28 +00:00 |
|
dmitry
|
37d924f53b
|
added support for TCarbonDeviceContext.Draw dx-array parameter
git-svn-id: trunk@20023 -
|
2009-05-18 04:37:51 +00:00 |
|
paul
|
095f1262a5
|
gtk2: use LCL popupmenu for controls instead of native if available (fixes issue #0013730)
git-svn-id: trunk@20022 -
|
2009-05-18 03:46:00 +00:00 |
|
paul
|
86563b35e6
|
gtk2: use same position calculation for LM_CONTEXTMENU as in other widgetsets
git-svn-id: trunk@20021 -
|
2009-05-18 03:02:54 +00:00 |
|
paul
|
d154466c76
|
gtk2: handle LM_CONTEXTMENU message triggered by "menu key" press
git-svn-id: trunk@20020 -
|
2009-05-18 02:56:42 +00:00 |
|
paul
|
f84bbc8909
|
gtk: fix compilation
git-svn-id: trunk@20019 -
|
2009-05-18 01:48:56 +00:00 |
|
paul
|
63ffd97a43
|
gtk: fix menu shortcuts
git-svn-id: trunk@20018 -
|
2009-05-18 01:44:14 +00:00 |
|
paul
|
98bb8821bd
|
gtk: cleanup
git-svn-id: trunk@20017 -
|
2009-05-18 01:30:00 +00:00 |
|
mattias
|
1c38cac962
|
clean up
git-svn-id: trunk@20016 -
|
2009-05-17 20:41:02 +00:00 |
|
mattias
|
6383c1a4a7
|
gtk2 intf: menu items, radioitem: not send LM_ACTIVATE when unchecking, bug #13733
git-svn-id: trunk@20015 -
|
2009-05-17 20:03:07 +00:00 |
|
vincents
|
a12ca5ce2a
|
LCL: fixed TDirectoryEdit.DialogTitle from Samuel Herzog (issue #13704)
git-svn-id: trunk@20014 -
|
2009-05-17 19:42:23 +00:00 |
|
jesus
|
26b0680b11
|
LCL, fix dbcheckbox modified even in unchanged dataset, issue #10453
git-svn-id: trunk@20013 -
|
2009-05-17 17:02:44 +00:00 |
|
jesus
|
84cead9009
|
LCL, custom handling of checkbox states (windows, this enables the use of allowgrayed without cbGrayed state, specially useful for dbcheckbox), fix cbGrayed state under gtk2
git-svn-id: trunk@20012 -
|
2009-05-17 17:00:47 +00:00 |
|
sekelsenmat
|
531e682b04
|
Further work on wince standard dialogs
git-svn-id: trunk@20011 -
|
2009-05-17 16:15:43 +00:00 |
|
paul
|
f977ee640b
|
lcl: update font on Height change. Change the size only is not correct since LogFont contains lfHeight = Height. fixes bug #0013727
git-svn-id: trunk@20010 -
|
2009-05-17 13:57:24 +00:00 |
|
martin
|
331b3f8019
|
SynEdit: Handle #13 if it's not a SynKeyStroke. This allows #13 to be passed on in OnKeyPressed. Issue #9195
git-svn-id: trunk@20009 -
|
2009-05-17 13:34:49 +00:00 |
|
paul
|
fd36716c15
|
lcl: formatting
git-svn-id: trunk@20008 -
|
2009-05-17 13:33:55 +00:00 |
|
martin
|
fd3a03f494
|
Gtk widget => changed from ifdef gtk2 => ifNdef gtk1
git-svn-id: trunk@20007 -
|
2009-05-17 11:29:53 +00:00 |
|
paul
|
3f7ae88079
|
ide: project options: make '...' closer to controls
git-svn-id: trunk@20006 -
|
2009-05-17 09:01:12 +00:00 |
|
paul
|
53471e1062
|
ide: compiler options: make '...' buttons a bit smaller
git-svn-id: trunk@20005 -
|
2009-05-17 08:57:28 +00:00 |
|
paul
|
aacedf424d
|
lcl: add a separate option to draw themed +/- tree signs in the treeview (by Luiz Americo, issue #0013677)
git-svn-id: trunk@20004 -
|
2009-05-17 08:31:38 +00:00 |
|
mattias
|
b85ae0cedb
|
codetools: class completion: do not update abstract methods
git-svn-id: trunk@20003 -
|
2009-05-17 03:09:09 +00:00 |
|
mattias
|
211701de5f
|
codetools: fixed parsing nested (* comments, bug #13380
git-svn-id: trunk@20002 -
|
2009-05-17 02:43:29 +00:00 |
|
mattias
|
d85dd7e92c
|
codetools: fixed parsing (*)
git-svn-id: trunk@20001 -
|
2009-05-17 02:32:46 +00:00 |
|
mattias
|
a2c989e1b4
|
codetools: started searching published methods in ancestor classes
git-svn-id: trunk@20000 -
|
2009-05-17 02:16:55 +00:00 |
|
martin
|
9a731134fb
|
Gtk2: improving ScrollWindowEx (for SynEdit / issue #7717 )
git-svn-id: trunk@19999 -
|
2009-05-17 01:34:00 +00:00 |
|
mattias
|
0c0556f015
|
codetools: identifier completion: do not add () for functions without parameters
git-svn-id: trunk@19998 -
|
2009-05-17 01:26:28 +00:00 |
|
mattias
|
5053abc1df
|
IDE: new inherited form: create lrs
git-svn-id: trunk@19997 -
|
2009-05-17 01:16:32 +00:00 |
|
mattias
|
36595ac795
|
codetools: identifier completion: added predefined procs: assert, new, dispose, exit, continure, break
git-svn-id: trunk@19996 -
|
2009-05-17 00:47:02 +00:00 |
|
mattias
|
4407a78f6a
|
codetools: identifier completion: predefined procs with brackets
git-svn-id: trunk@19995 -
|
2009-05-17 00:40:15 +00:00 |
|
mattias
|
c8bdd801da
|
codetools: identifier completion: add predefined procs only at statement starts
git-svn-id: trunk@19994 -
|
2009-05-17 00:27:04 +00:00 |
|
mattias
|
1b9d01b147
|
synedit: syncompletion: overriding UTF8 keypress in TSynAutoComplete
git-svn-id: trunk@19993 -
|
2009-05-17 00:11:26 +00:00 |
|
mattias
|
7050dbc7cc
|
synedit: syncompletion: overriding UTF8 keypress
git-svn-id: trunk@19992 -
|
2009-05-17 00:03:15 +00:00 |
|
mattias
|
52b3e8f49c
|
LCL: added encoding UCS-2BE
git-svn-id: trunk@19991 -
|
2009-05-16 23:40:41 +00:00 |
|
mattias
|
dffb87e32f
|
clean up
git-svn-id: trunk@19990 -
|
2009-05-16 23:32:54 +00:00 |
|
mattias
|
8416f53be9
|
LCL: questiondlg plus escape key now uses aborts before no, bug #12052
git-svn-id: trunk@19989 -
|
2009-05-16 23:28:21 +00:00 |
|
mattias
|
49b74e836b
|
codetools: class completion: ignoring nested nested read/write specifiers
git-svn-id: trunk@19988 -
|
2009-05-16 23:20:14 +00:00 |
|
mattias
|
e4089e8358
|
svn export from local directory with svn revision number
git-svn-id: trunk@19987 -
|
2009-05-16 23:04:56 +00:00 |
|
mattias
|
1e32f92f32
|
codetools: linkscanner now scans in finer granularity
git-svn-id: trunk@19986 -
|
2009-05-16 22:29:55 +00:00 |
|