Commit Graph

6796 Commits

Author SHA1 Message Date
mattias
c8265c8eec improvements for TUpDown from Pawel
git-svn-id: trunk@6797 -
2005-02-17 19:41:16 +00:00
mattias
814301f984 added first lcl intf test
git-svn-id: trunk@6796 -
2005-02-17 19:02:33 +00:00
mattias
dde69e0c91 increased default size of findrenameidentifier dlg
git-svn-id: trunk@6795 -
2005-02-17 18:57:55 +00:00
mattias
55106911a0 line ends in debug output are now converted, added TTreeNode.FindNode
git-svn-id: trunk@6794 -
2005-02-17 18:56:32 +00:00
mattias
9ed4753dc8 disabling idle handler during TApplication error handling
git-svn-id: trunk@6793 -
2005-02-17 18:54:04 +00:00
mattias
8d74a139b2 extented error message of TApplication
git-svn-id: trunk@6792 -
2005-02-17 18:48:24 +00:00
mattias
d55f91952d fixed TCalendar from Salvatore
git-svn-id: trunk@6791 -
2005-02-17 18:32:32 +00:00
mattias
0882395f3e fixed gtk2 intf checking if signal already connected
git-svn-id: trunk@6790 -
2005-02-17 02:10:53 +00:00
mattias
925cc87469 fixed some gtk2 intf warnings
git-svn-id: trunk@6789 -
2005-02-17 00:05:25 +00:00
mattias
81a07bf019 fixed some gtk2 intf mem leaks, clean ups
git-svn-id: trunk@6788 -
2005-02-16 23:56:51 +00:00
mattias
ba5ffc3f0e fixed define templates quotes
git-svn-id: trunk@6787 -
2005-02-16 23:31:16 +00:00
mattias
73a58828fa improved gtk intf file dialog filter from C Western
git-svn-id: trunk@6786 -
2005-02-16 22:55:59 +00:00
micha
4b2a02f1ff compilation fixes
git-svn-id: trunk@6785 -
2005-02-15 22:01:54 +00:00
micha
66b37220ac always call inherited to set text, setitemindex sets text by indirectly calling RealSetText
git-svn-id: trunk@6784 -
2005-02-15 21:51:32 +00:00
mattias
6772d06ea6 fix grid for goThumbTracking and UseXORFeatures from Jesus
git-svn-id: trunk@6783 -
2005-02-15 10:35:19 +00:00
mattias
799a2c918f fix gtk2 scrollbars from Jesus
git-svn-id: trunk@6782 -
2005-02-15 10:33:31 +00:00
micha
dc9a14d438 fix bug #602, statusbar loses text on first panel
git-svn-id: trunk@6781 -
2005-02-12 16:54:17 +00:00
micha
aa256339b2 select index of item in list, if text occurs in list
git-svn-id: trunk@6780 -
2005-02-11 16:26:26 +00:00
mattias
ac8ba31fd1 removed gtk_realize on notebook AddPage - realize is only possible on a form
git-svn-id: trunk@6779 -
2005-02-11 15:18:58 +00:00
vincents
c51d77ed1f show treenodes of not run tests and clean up from Dean
git-svn-id: trunk@6778 -
2005-02-11 07:50:27 +00:00
micha
7fc273c941 let general WindowProc also handle childedit of combobox, reduces code duplication, implements doubleclick for combobox
git-svn-id: trunk@6777 -
2005-02-10 21:07:29 +00:00
micha
cce3ba1e5c map evaluate command to show evaluate dialog
git-svn-id: trunk@6776 -
2005-02-10 21:06:45 +00:00
mattias
f91a0b7b97 fixed loading TSpeedButton.Down from Yoyong
git-svn-id: trunk@6775 -
2005-02-09 11:25:19 +00:00
vincents
17db4911f7 fixed fpc 1.0.x compilation (added FPCAdds)
git-svn-id: trunk@6774 -
2005-02-09 09:11:42 +00:00
vincents
8e64bd00ae fixed fpc 1.0.x compilation
git-svn-id: trunk@6773 -
2005-02-08 21:46:23 +00:00
micha
1a1bf02612 delay setting parent until after setbounds, prevents control being displayed at (0,0)
git-svn-id: trunk@6772 -
2005-02-08 21:33:20 +00:00
mattias
f1c56646ab fixed gtk notebook page goodies from Yoyong
git-svn-id: trunk@6771 -
2005-02-08 18:51:29 +00:00
mattias
65360cc2ab further completions for gtk2 listbox and listview
git-svn-id: trunk@6770 -
2005-02-08 18:31:56 +00:00
mattias
459ccdc887 fixes for empty dbgrid from Jesus
git-svn-id: trunk@6769 -
2005-02-08 11:33:16 +00:00
micha
93a367254f send notify message when changing the switching pages
git-svn-id: trunk@6768 -
2005-02-07 20:39:30 +00:00
micha
9f02e3797d map ssautoX scrollbar options
git-svn-id: trunk@6767 -
2005-02-07 19:41:19 +00:00
micha
802d02aec1 revert unwanted commit
git-svn-id: trunk@6766 -
2005-02-07 19:10:31 +00:00
micha
ca5639c617 implement size constraints for calendar (it is not resizeable)
git-svn-id: trunk@6765 -
2005-02-07 18:53:35 +00:00
micha
66e4a148ca force default width and height for calendar control
git-svn-id: trunk@6764 -
2005-02-07 16:19:14 +00:00
micha
a82ee71336 fix calculation of unusedbytemask
git-svn-id: trunk@6763 -
2005-02-07 15:27:11 +00:00
micha
941684c12d make cn_,wm_ keyup and syskeyup more symmetric with keydown
git-svn-id: trunk@6762 -
2005-02-07 11:04:06 +00:00
micha
0439cd51c7 properly initialize maskbitmap to 0, not always assigned
git-svn-id: trunk@6761 -
2005-02-07 10:21:45 +00:00
micha
1e44759551 improve windows-has-handled-key check
git-svn-id: trunk@6760 -
2005-02-07 09:07:38 +00:00
mattias
303e21e7b1 dbgrid.ThumbTracking and fixes from Jesus
git-svn-id: trunk@6759 -
2005-02-06 22:43:38 +00:00
micha
cb7baa3546 remember text of combobox in case one sets itemindex (fixes bug #536)
git-svn-id: trunk@6758 -
2005-02-06 20:43:57 +00:00
micha
b3a1958c43 handle generic shortcuts after widgetset specific shortcuts
git-svn-id: trunk@6757 -
2005-02-06 15:49:49 +00:00
mattias
9a7b160e31 adding focus check for source editor shortcuts in IDE main menu
git-svn-id: trunk@6756 -
2005-02-06 11:28:30 +00:00
mattias
63ccf16da0 clean up
git-svn-id: trunk@6755 -
2005-02-05 22:48:51 +00:00
vincents
5664c32aed added TLMInsertText (temporarily?)
git-svn-id: trunk@6754 -
2005-02-05 20:42:04 +00:00
vincents
83209bfba5 SetCapture uses HWND as parameter and result type
git-svn-id: trunk@6753 -
2005-02-05 20:40:17 +00:00
marc
7c3a95c570 * first 64bit changes
git-svn-id: trunk@6752 -
2005-02-05 16:09:52 +00:00
mattias
2618472530 implemented TAnchorsPropertyEditor to show a button to show the anchor editor
git-svn-id: trunk@6751 -
2005-02-05 16:06:57 +00:00
mattias
41efd4176b fixed dereferencing anchorsides
git-svn-id: trunk@6750 -
2005-02-05 15:57:45 +00:00
mattias
e25e3db111 implemented OnIdle checking for controlselection bounds
git-svn-id: trunk@6749 -
2005-02-05 15:37:31 +00:00
mattias
221f748871 fixed for gtk TScrollBar from Andrew Haines
git-svn-id: trunk@6748 -
2005-02-05 14:53:35 +00:00