Commit Graph

14887 Commits

Author SHA1 Message Date
kirkpatc
c04f23e310 Descriptions have been added for TPageControl, TTabControl and THeaderControl with their associated base Classes, in ComCtrls.xml.
git-svn-id: trunk@15024 -
2008-05-01 15:24:09 +00:00
marc
7c46372adf * Improved localization by Maxim Ganetsky
* updated localize scripts by Maxim Ganetsky

git-svn-id: trunk@15023 -
2008-05-01 14:06:43 +00:00
kirkpatc
7a70560d49 Edits and corrections to Topic 'Multi-PageControls' in ExtCtrls.xml, and some changes/corrections throughout the file. Some links have been fixed.
git-svn-id: trunk@15022 -
2008-05-01 09:52:26 +00:00
vincents
deab575d99 IDE: use local config dir to store lazarus settings, so the lazarus directory settings can be readonly on windows too (bug #9448)
git-svn-id: trunk@15021 -
2008-04-30 19:49:44 +00:00
zeljko
b35fdf9df9 Qt: Fixed #10880, invisible scrollbars under MacOsX
git-svn-id: trunk@15020 -
2008-04-30 17:45:39 +00:00
jesus
72d48b5170 Printers, qt support from Zeljko
git-svn-id: trunk@15019 -
2008-04-30 17:00:36 +00:00
paul
4a4324c310 win32: dont clear PopupMenu from WindowInfo in GetMenuItemObject - we need to call this function at least twice
git-svn-id: trunk@15018 -
2008-04-30 15:17:08 +00:00
kirkpatc
2d7f529c06 A Topic "Multi-PageControls" has been added to ExtCtrls.xml. Some consequential edits to components within the file.
git-svn-id: trunk@15017 -
2008-04-30 14:21:22 +00:00
mattias
4e712a00be win32 intf: fixed TWin32WidgetSet.AttachMenuToWindow using the AMenu.Parent instead of AMenu.Owner for handle
git-svn-id: trunk@15016 -
2008-04-29 22:53:21 +00:00
mattias
6ca2263037 IDE: implemented creating custom scanners
git-svn-id: trunk@15015 -
2008-04-29 14:50:35 +00:00
mattias
e9ce602edd IDE: implemented editing custom scanners for external tools
git-svn-id: trunk@15014 -
2008-04-29 14:16:09 +00:00
mattias
e7cc14cc50 IDE: added favourite property TSpeedButton.Glyph
git-svn-id: trunk@15013 -
2008-04-29 13:09:21 +00:00
mattias
5f24488ebf IDE: showing custom scanner eit dlg
git-svn-id: trunk@15012 -
2008-04-29 13:06:29 +00:00
mattias
47eae27a96 added lazc package
git-svn-id: trunk@15011 -
2008-04-29 12:55:06 +00:00
mattias
a62a570ffd gtk2 intf: cache for DC textout operations from Paul
git-svn-id: trunk@15010 -
2008-04-29 12:12:27 +00:00
mattias
d91c22d7db IDE: adding new package requirement to package now invalidates parse cache
git-svn-id: trunk@15009 -
2008-04-29 11:52:17 +00:00
mattias
b09453a22c IDE: find in files: when nothing found report search string not found, for Marc
git-svn-id: trunk@15008 -
2008-04-29 11:18:59 +00:00
paul
52a6a70e01 synedit: highlight VarArgs keyword (from Mattias)
git-svn-id: trunk@15007 -
2008-04-29 11:06:10 +00:00
vincents
611b9dd0d3 tests: added missing file testsuite.cgi
git-svn-id: trunk@15006 -
2008-04-29 08:56:33 +00:00
vincents
cc8205dadc tests: added cgi program for displaying the results, based on fpc's testsuite program
git-svn-id: trunk@15005 -
2008-04-29 08:39:55 +00:00
mattias
82e3c2e507 IDE: added default for default pascal highlighting
git-svn-id: trunk@15004 -
2008-04-29 08:36:02 +00:00
mattias
090c97987e IDE: editor options: color listbox: workaround for not working OnSelChange under gtk2
git-svn-id: trunk@15003 -
2008-04-29 07:59:35 +00:00
paul
30d1e0adcc set application hint when user selects menu items:
- TMenuItem.IntfDoSelect
- win32, qt, gtk2 implementation

git-svn-id: trunk@15002 -
2008-04-29 07:06:44 +00:00
sekelsenmat
971f1f253f Improves lcl-fpgui
git-svn-id: trunk@15001 -
2008-04-28 22:02:07 +00:00
mattias
51800bb1a9 IDE: external tools: added dialog to see custom scanners
git-svn-id: trunk@15000 -
2008-04-28 16:21:32 +00:00
mattias
e34cfbd177 IDEIntf: added IDEMsgScanners to IDEIntf for custom scanners
git-svn-id: trunk@14999 -
2008-04-28 15:21:08 +00:00
mattias
41709cc6cd IDEIntf: added TIDEExternalToolOptions.Scanners for custom scanners
git-svn-id: trunk@14998 -
2008-04-28 13:06:41 +00:00
mattias
b4f15918e5 gtk2 intf: repaint messages use gtk2 cliprect
git-svn-id: trunk@14997 -
2008-04-28 07:55:43 +00:00
mattias
5b11d49d7e clean up
git-svn-id: trunk@14996 -
2008-04-28 07:11:35 +00:00
paul
3ec6f39282 lcl: dragging of header control buttons (patch from Benito van der Zander, #0011209)
git-svn-id: trunk@14995 -
2008-04-28 06:56:08 +00:00
sekelsenmat
9685a5b1c7 Small improvement to organization of fpgui intf private classes.
git-svn-id: trunk@14994 -
2008-04-27 17:23:28 +00:00
marc
15ed539f5a * Updated Russian translation by Maxim Ganetsky
git-svn-id: trunk@14993 -
2008-04-27 17:21:47 +00:00
sekelsenmat
2229af06c7 Starts fpgui event and canvas support.
git-svn-id: trunk@14992 -
2008-04-27 16:48:40 +00:00
paul
dbddffe2cb lcl: bidi mode patch from Ido with modifications
git-svn-id: trunk@14991 -
2008-04-27 14:24:22 +00:00
zeljko
0e6090e646 Qt: Fixed TQtWidget.setCursor() crash under MacOsX
git-svn-id: trunk@14990 -
2008-04-27 12:09:28 +00:00
kirkpatc
8e27baa639 Some updates to TCustomPage, TPage, TCustomNotebook, TNotebook in extctrls.xml; also replace italic tags with variable tags throughout.
git-svn-id: trunk@14989 -
2008-04-27 10:47:04 +00:00
marc
7d2de0bbb7 * Added incremental search match color
* Improved colorcheme definitions

git-svn-id: trunk@14988 -
2008-04-27 00:59:42 +00:00
mattias
4a19fffc28 IDE: removing empty methods: auto fixing designer components
git-svn-id: trunk@14987 -
2008-04-26 21:24:53 +00:00
mattias
5e41e48a30 codetools: remove empty methods: implemented returning list of removed definitions
git-svn-id: trunk@14986 -
2008-04-26 19:18:57 +00:00
mattias
816226e560 synedit: using Canvas.ClipRect for selfmade doublebuffer
git-svn-id: trunk@14985 -
2008-04-26 13:53:44 +00:00
tombo
738e7cfb33 IDE restriction browser: if loading widgetset image fails, show only debug info
git-svn-id: trunk@14984 -
2008-04-26 13:03:55 +00:00
zeljko
223441d326 Qt: TQtPrinter->OsPrinters must know when our printer is active, but not via paint context.
git-svn-id: trunk@14983 -
2008-04-26 12:05:00 +00:00
mattias
d9e860573f codetools: removing empty methods: ignore redefinitions
git-svn-id: trunk@14982 -
2008-04-26 09:30:39 +00:00
zeljko
e31ded9715 Qt: Added devicecontext to TQtPrinter, some cleanups
git-svn-id: trunk@14981 -
2008-04-26 06:53:20 +00:00
sekelsenmat
d2156b2d40 Patch from Henry Vermaak. Implements TMemo.CaretPos under gtk2
git-svn-id: trunk@14980 -
2008-04-26 00:42:45 +00:00
sekelsenmat
44e2489797 Updates contributors.utf8, from Graeme.
git-svn-id: trunk@14979 -
2008-04-26 00:21:59 +00:00
mattias
961e74cd37 gtk2 intf: fixed mem leak OpenDialog filter list
git-svn-id: trunk@14978 -
2008-04-25 22:09:23 +00:00
mattias
982e77ff6a IDE: project inspector: enabling add files buttons
git-svn-id: trunk@14977 -
2008-04-25 21:16:34 +00:00
mattias
4d30122bfd IDE: added resourcestrings
git-svn-id: trunk@14976 -
2008-04-25 18:47:10 +00:00
mattias
bb13c13e0d IDE: added refactoring tool: remove empty methods
git-svn-id: trunk@14975 -
2008-04-25 16:19:02 +00:00