Commit Graph

26317 Commits

Author SHA1 Message Date
paul
692a85e7f1 lcl: define TImageList.Equals for 2.4.3
git-svn-id: trunk@26768 -
2010-07-22 02:12:20 +00:00
paul
b17733e749 lcl: minor formatting
git-svn-id: trunk@26767 -
2010-07-22 02:07:50 +00:00
dmitry
e908d5dfe6 helphtml: fix captions for darwin hotkeys
git-svn-id: trunk@26766 -
2010-07-21 20:22:40 +00:00
zeljko
67fa623ccb Gtk2: check if form is designing when using gtk_window_set_keep_above()
git-svn-id: trunk@26765 -
2010-07-21 20:11:48 +00:00
zeljko
960c3f895a Gtk2: use gtk_window_set_keep_above() just before show/hide. fixes #16595
git-svn-id: trunk@26764 -
2010-07-21 20:02:23 +00:00
zeljko
a18bbff0f4 Qt: block QtKey_Space on QRadioButton when it's not child of TRadioGroup.
git-svn-id: trunk@26763 -
2010-07-21 10:00:59 +00:00
zeljko
3d8f047dc7 Qt: stop event filter in case when QRadioButton isn't child of TRadioGroup. fixes #16998
git-svn-id: trunk@26762 -
2010-07-21 09:46:43 +00:00
paul
d5c10dfaa2 lcl: don't trigger the onClick event for the unchecked radio buttons (bug #0014989)
git-svn-id: trunk@26761 -
2010-07-21 08:03:19 +00:00
sekelsenmat
fc9813f9cf Improves bitmapped button and adds an alpha blending routine to TLazIntfImage
git-svn-id: trunk@26760 -
2010-07-21 07:35:04 +00:00
zeljko
add468dac9 Qt: use COLOR_GRAYTEXT from QPaletteDisabled. fixes #16994
git-svn-id: trunk@26759 -
2010-07-21 05:46:32 +00:00
paul
9a78c04db3 lcl: add gif format support by patch of José Mejuto (issue #0016993)
git-svn-id: trunk@26758 -
2010-07-21 02:56:37 +00:00
andrew
b25ed48f65 * fixed bug #16988 where setting the help label to a char other than a..z, a..z 0..9 would crash lazarus.
* also fixed a bug where if HelpFilesPath was left blank a PathDelimiter would be added resulting in a HelpFilesPath of "/"

git-svn-id: trunk@26757 -
2010-07-20 23:24:10 +00:00
juha
dacfafbe65 Converter: Make replacement function names grey when their category is not used.
git-svn-id: trunk@26756 -
2010-07-20 23:01:32 +00:00
sekelsenmat
29c1791a5a Start of the set of custom drawn components
git-svn-id: trunk@26755 -
2010-07-20 22:13:35 +00:00
jesus
7143cf99a8 LazReport, show header band if masterband is empty but 'print if detail is empty' is checked
git-svn-id: trunk@26754 -
2010-07-20 20:47:56 +00:00
sekelsenmat
ee09832ebe the idehelp should now accept paths both with and without trailling pathdelim
git-svn-id: trunk@26753 -
2010-07-20 13:21:12 +00:00
mattias
a6fb6c5e13 codetools: fixed saving find declaration result in parent cache, bug #16985
git-svn-id: trunk@26752 -
2010-07-20 13:06:23 +00:00
mattias
2124f02726 codetools: accelerated ExtractProc
git-svn-id: trunk@26751 -
2010-07-20 12:37:09 +00:00
mattias
aa5d33b64c LCL: TWinControl.WmSize: check for clientwidth/height change
git-svn-id: trunk@26750 -
2010-07-20 11:40:55 +00:00
mattias
1eca5fd45a LCL: dbgs(TRect) using l t r b
git-svn-id: trunk@26749 -
2010-07-20 11:29:16 +00:00
mattias
f151a8c563 LCL: added more loop detections
git-svn-id: trunk@26748 -
2010-07-20 11:25:18 +00:00
mattias
c8ac54f916 LCL: autosize loop detection and raise exception
git-svn-id: trunk@26747 -
2010-07-20 09:50:37 +00:00
mattias
4498c3a5b7 LCL: autosize loop detection and raise exception
git-svn-id: trunk@26746 -
2010-07-20 09:37:21 +00:00
mattias
9a54775de9 LCL: calling all OnResize to invoke in best case only one more loop instead of one per OnResize, do not unset cfAutoSizeNeeded in DoAutoSize
git-svn-id: trunk@26745 -
2010-07-20 09:13:36 +00:00
paul
35a4f8ad05 lcl, win32: better support for wm_help command. pass context and keyword to DoOnHelp in a compatible to delphi way (issue #0015065)
git-svn-id: trunk@26744 -
2010-07-20 08:43:36 +00:00
paul
119861634f gtk2: skip own popup menu check for containers if signal was emitted by their children (issue #0016981)
git-svn-id: trunk@26743 -
2010-07-20 03:39:57 +00:00
paul
3175fb3b4a lcl: cleanup
git-svn-id: trunk@26742 -
2010-07-20 02:53:04 +00:00
paul
76c3f47f1e lcl: pass lm_contextmenu message from TWinControl to child controls (fixes bug #0016986)
git-svn-id: trunk@26741 -
2010-07-20 02:29:44 +00:00
dmitry
b8c65b535e lcl: fix for toolbutton drawing in checked or downed state, fix for #16975
git-svn-id: trunk@26740 -
2010-07-19 20:03:37 +00:00
jesus
147992e189 LCL, fix grid scrolling issue #11092
git-svn-id: trunk@26739 -
2010-07-19 19:20:46 +00:00
mattias
9a69db4955 codetools: started collecting FPC units from set
git-svn-id: trunk@26738 -
2010-07-19 15:59:57 +00:00
mattias
0d135358b4 codetools: block completion: consider comments in front of insert pos
git-svn-id: trunk@26737 -
2010-07-19 12:37:02 +00:00
mattias
eeb043e59e codetools: TCodeToolsOptions.InitWithEnvironmentVariables: search for default
git-svn-id: trunk@26736 -
2010-07-19 12:19:30 +00:00
mattias
7dc32fc395 codetools: fpc cache: handle missing compiler file
git-svn-id: trunk@26735 -
2010-07-19 12:08:13 +00:00
mattias
6f65a3d2ae IDE: package editor: fixed disconnecting menu items, bug #16944
git-svn-id: trunk@26734 -
2010-07-19 10:45:17 +00:00
mattias
e0341b226e win32 intf: documented TPopupMenu.OnClose and delete items
git-svn-id: trunk@26733 -
2010-07-19 10:39:06 +00:00
paul
47c3b8be53 lcl, win32: cleanup
git-svn-id: trunk@26732 -
2010-07-19 05:43:57 +00:00
paul
424162b12c lcl: TMenuItem.Command is a 16bit value, not a 32 bit
git-svn-id: trunk@26731 -
2010-07-19 03:15:45 +00:00
paul
6070876176 lcl: formatting
git-svn-id: trunk@26730 -
2010-07-19 03:15:12 +00:00
paul
dbfda353fe win32: fix typo in HandleUnicodeChar (bug #0016950)
git-svn-id: trunk@26729 -
2010-07-19 00:54:26 +00:00
mattias
76a66d83d4 codetools: implemented TCodeToolManager.DirectoryCachePoolGetUnitFromSet
git-svn-id: trunk@26728 -
2010-07-18 21:07:44 +00:00
mattias
2f1d1e7d1e IDE: updating all IsVisibleTab after new project/open project, bug #16971
git-svn-id: trunk@26727 -
2010-07-18 11:46:17 +00:00
mattias
e43725d758 IDE: when static base package fails to compile: do not show ask to uninstall
git-svn-id: trunk@26726 -
2010-07-18 11:23:13 +00:00
mattias
d69e334eb4 codetools: FindBaseType: resolve optional function result after caching result
git-svn-id: trunk@26725 -
2010-07-18 11:22:40 +00:00
mattias
7c57556d5f IDE: mark new project as not modified on errors
git-svn-id: trunk@26724 -
2010-07-18 09:46:04 +00:00
juha
db08d1db24 Converter: improved replacement function categories again.
git-svn-id: trunk@26723 -
2010-07-18 08:43:02 +00:00
jesus
5d5e183f9d LazReport, fix default font for some controls and forms (for gtk1), issue #10785
git-svn-id: trunk@26722 -
2010-07-18 02:16:40 +00:00
mattias
3920c1a238 codetools: started init with new fpc cache
git-svn-id: trunk@26721 -
2010-07-18 00:50:13 +00:00
juha
60d84c8bf0 Converter: improved function replacement with categories. Added more UTF8 functions.
git-svn-id: trunk@26720 -
2010-07-17 20:58:58 +00:00
jesus
62d890f71d LCL, fix exception on gtk1 while trying to load default font
git-svn-id: trunk@26719 -
2010-07-17 18:33:18 +00:00