Commit Graph

9660 Commits

Author SHA1 Message Date
mattias
3e2c33543b gtk2 intf: started TListbox.OnDrawItem
git-svn-id: trunk@9528 -
2006-06-30 12:39:43 +00:00
mattias
d9b373ef9f fixed Makefile
git-svn-id: trunk@9527 -
2006-06-30 12:22:03 +00:00
vincents
3737570ed5 fixed writing of floats on bigendian cpus (issue #7009)
git-svn-id: trunk@9526 -
2006-06-29 20:22:55 +00:00
vincents
47a0d38538 regenerated Makefile
git-svn-id: trunk@9525 -
2006-06-29 05:56:29 +00:00
mattias
fb6dfb5499 gtk2 intf: disabled SIZEICONIC messages, because the gtk2 sends them too, when user switches to another desktop, and then the LCL hides the whole application
git-svn-id: trunk@9524 -
2006-06-28 23:36:52 +00:00
mattias
3c0b2f09e2 added test for 2 simple forms
git-svn-id: trunk@9523 -
2006-06-28 22:07:17 +00:00
mattias
9fd55ac210 gtk intf: added client rectangle size to rcPaint
git-svn-id: trunk@9522 -
2006-06-28 21:51:25 +00:00
mattias
006bc13dad IDE compiler options: custom options are now stripped off special characters
git-svn-id: trunk@9521 -
2006-06-28 21:38:55 +00:00
mattias
3eb818ecb1 gtk2 intf: implemented TCustomListBox.SetTopIndex
git-svn-id: trunk@9520 -
2006-06-28 21:26:52 +00:00
mattias
4d3f8c0bb5 added files
git-svn-id: trunk@9519 -
2006-06-28 17:44:11 +00:00
mattias
63254bde1f updated lrs
git-svn-id: trunk@9518 -
2006-06-28 17:43:10 +00:00
mattias
ef780dd186 added synedit dependency
git-svn-id: trunk@9517 -
2006-06-28 17:41:42 +00:00
mattias
0e5b994c9f added XML test listener, GUI Runner tree now scrolls while tests get run, Synedit XML Highlighter from Darius and Graeme
git-svn-id: trunk@9516 -
2006-06-28 17:40:41 +00:00
mattias
0364495833 renamed stringgriddlg.pas to lazstringgridedit.pas
git-svn-id: trunk@9515 -
2006-06-28 17:32:23 +00:00
mattias
7e84661561 separated TStringGridEditorDlg from Salvatore
git-svn-id: trunk@9514 -
2006-06-28 17:29:13 +00:00
mattias
6a42932b68 added ipfileboker.pas from Armin Diehl
git-svn-id: trunk@9513 -
2006-06-28 11:51:36 +00:00
vincents
8219f99b56 use bash syntax, instead of bat syntax, for variable expansion
git-svn-id: trunk@9512 -
2006-06-28 10:12:46 +00:00
vincents
d8b740bddf fixed stray line-ending
git-svn-id: trunk@9511 -
2006-06-28 09:56:27 +00:00
vincents
67eb5ffcb9 export FPCDIR to make sure freshly build fpc is used
git-svn-id: trunk@9510 -
2006-06-28 09:06:24 +00:00
mattias
4de1514341 project inspector treeview is now aligned to button
git-svn-id: trunk@9509 -
2006-06-27 23:25:44 +00:00
mattias
30a5749d02 gtk2 intf: TGtkWSCustomNotebook.GetTabIndexAtPos: replaced hack with slow but more generic solution
git-svn-id: trunk@9508 -
2006-06-27 23:20:07 +00:00
mattias
125ffee4cb gtk2 intf: enabled direct drawing, because it has working event area and double buffering
git-svn-id: trunk@9507 -
2006-06-27 22:49:57 +00:00
mattias
8027a9738d gtk intf: added minimum size for TTrackBar
git-svn-id: trunk@9506 -
2006-06-27 22:08:49 +00:00
vincents
5c48364563 added handling of SB_ENDSCROLL (issue #7051)
git-svn-id: trunk@9505 -
2006-06-27 21:18:17 +00:00
mattias
b9bf6c4b20 gtk2 intf: fixed GetPreferredSize, codetools: added targets i386-darwin-*
git-svn-id: trunk@9504 -
2006-06-27 20:28:37 +00:00
vincents
c5534be14d store TLabeledEdit.EditLabel subcomponent (issue #7087)
git-svn-id: trunk@9503 -
2006-06-27 19:03:32 +00:00
mattias
609922d9e5 codetools: fixed validating last error
git-svn-id: trunk@9502 -
2006-06-27 15:28:37 +00:00
vincents
a53d727f95 published TImage.OnDblClick, works on win32 (issue #7078)
git-svn-id: trunk@9501 -
2006-06-27 14:43:07 +00:00
mattias
63f0ca904a removed unneeded file
git-svn-id: trunk@9500 -
2006-06-27 11:28:56 +00:00
mattias
31810fcee6 gtk2 intf: GDI fonts are now pango layouts instead of pango font descriptions, using the font cache similar to gtk1
git-svn-id: trunk@9499 -
2006-06-27 11:28:17 +00:00
mattias
5693185bbd added check if async process was aborted
git-svn-id: trunk@9498 -
2006-06-25 21:39:49 +00:00
marc
1d05474b23 * Fixed thumbtracking on scrollbars
git-svn-id: trunk@9497 -
2006-06-24 10:51:49 +00:00
mattias
ea9419ecb7 TToolBar: disabled using designtime resizes to set ButtonWidth/Height, it interferes with the autosizing
git-svn-id: trunk@9496 -
2006-06-24 09:04:42 +00:00
mattias
c3cfa80cc0 TToolBar: using preferred size of TToolButton as minimum
git-svn-id: trunk@9495 -
2006-06-24 08:48:28 +00:00
mattias
3385779d03 gtk2 intf: added GetDefaultPangoLayout
git-svn-id: trunk@9494 -
2006-06-24 08:35:25 +00:00
mattias
1617d48364 gtk2 intf: added GetDefaultPangoLayout
git-svn-id: trunk@9493 -
2006-06-24 08:33:53 +00:00
jesus
8c58074886 added printer initialization after populating printers list
git-svn-id: trunk@9492 -
2006-06-23 19:36:26 +00:00
mattias
746c0804a0 fixed link for fpc deb
git-svn-id: trunk@9491 -
2006-06-23 16:19:19 +00:00
mattias
50e2dbfddb added workaround for x86_64 double 0/x bug
git-svn-id: trunk@9490 -
2006-06-23 16:09:38 +00:00
mattias
9d1e35fd96 improved comment
git-svn-id: trunk@9489 -
2006-06-23 10:43:18 +00:00
mattias
b4d02ab283 added example to add custom methods
git-svn-id: trunk@9488 -
2006-06-23 10:36:39 +00:00
jesus
816204bcbc fixes paper orientation and size, issue #7077
git-svn-id: trunk@9487 -
2006-06-23 06:41:28 +00:00
mattias
ce953254e7 disabled TAsyncProcess for 64bit linux
git-svn-id: trunk@9486 -
2006-06-23 01:04:49 +00:00
mattias
cb1741aade added void check
git-svn-id: trunk@9485 -
2006-06-23 00:45:39 +00:00
mattias
ef127c3bc4 gtk intf: implemented TPage.TabVisible=false
git-svn-id: trunk@9484 -
2006-06-22 23:30:18 +00:00
mattias
6232bcc33e fixed typo
git-svn-id: trunk@9483 -
2006-06-22 23:02:34 +00:00
mattias
9acc96abef fixed shortcut closing source editor page
git-svn-id: trunk@9482 -
2006-06-22 22:52:41 +00:00
marc
13de43a4bc * Added and updated chinese translations from freefcw
git-svn-id: trunk@9481 -
2006-06-22 22:30:57 +00:00
mattias
2757f800c3 fixed TReplaceDialog, localized TFindDialog and TReplaceDialog
git-svn-id: trunk@9480 -
2006-06-22 20:16:57 +00:00
mattias
01555cf0fa IDE: implemented except click for notebook close buttons
git-svn-id: trunk@9479 -
2006-06-22 19:51:58 +00:00