Commit Graph

34469 Commits

Author SHA1 Message Date
martin
781176276f SynEdit: Navigate to end of word / middle of CamelCase word
git-svn-id: trunk@35241 -
2012-02-08 18:34:00 +00:00
martin
17c7b1c8f9 SynEdit: Navigate to end of word / middle of CamelCase word
git-svn-id: trunk@35240 -
2012-02-08 18:22:44 +00:00
sekelsenmat
015279a045 Adds more method for TLazAccessibleObject to manipulate the list of children
git-svn-id: trunk@35239 -
2012-02-08 17:58:06 +00:00
martin
b3a2ce9517 SynEdit: Fix LineGutter for last line of text
git-svn-id: trunk@35238 -
2012-02-08 17:54:44 +00:00
sekelsenmat
5ac1708f92 Minor documentation improvements
git-svn-id: trunk@35237 -
2012-02-08 17:09:16 +00:00
sekelsenmat
4a2866676b Minor documentation improvements
git-svn-id: trunk@35236 -
2012-02-08 16:55:19 +00:00
martin
459570ae4e DBG: Fixed crash in ResetDebugger when closing the IDE
git-svn-id: trunk@35235 -
2012-02-08 16:23:27 +00:00
sekelsenmat
46979b3ef7 Adds a big part of the basic accessibility documentation
git-svn-id: trunk@35234 -
2012-02-08 14:52:41 +00:00
sekelsenmat
0b6566c84c Removes partial fcl xml help from the Lazarus tree
git-svn-id: trunk@35233 -
2012-02-08 12:44:20 +00:00
sekelsenmat
d5f10dc54e Minor docs improvements
git-svn-id: trunk@35232 -
2012-02-08 11:13:44 +00:00
sekelsenmat
fa0d9abec0 docs index.html: Adds a link for more complete chm instructions
git-svn-id: trunk@35231 -
2012-02-08 10:54:32 +00:00
juha
fe58dbe75e IDE: Make MainIDEBar.Constraints.MaxHeight smaller. Issue #1020.
git-svn-id: trunk@35230 -
2012-02-08 07:24:09 +00:00
martin
728880b814 DBG: Reset, if project changed. issue #18468
git-svn-id: trunk@35229 -
2012-02-07 22:27:24 +00:00
juha
33eb66c116 PoChecker: remove a duplicate file from the package.
git-svn-id: trunk@35228 -
2012-02-07 19:28:29 +00:00
juha
9ec8da7c35 TreeFilterEdit: release also the idle handler when releasing the filtered TreeView
git-svn-id: trunk@35227 -
2012-02-07 19:28:16 +00:00
martin
1829efd0bd TExtendedNotebook: remove workaround for issue #19914
git-svn-id: trunk@35226 -
2012-02-07 19:26:43 +00:00
zeljko
31fdb216bc LCL: added csCaptureMouse to TScrollBox controlStyle, now it's Delphi compat.fixes issues #19712 and #19713.
git-svn-id: trunk@35225 -
2012-02-07 19:15:56 +00:00
juha
0f0bcdb501 Package Editor: add buttons for moving items up and down.
git-svn-id: trunk@35224 -
2012-02-07 17:14:39 +00:00
juha
ff88073c00 LCL: add StoreCurrentSelection and ApplyStoredSelection methods to TreeView.
git-svn-id: trunk@35223 -
2012-02-07 17:14:30 +00:00
zeljko
ed6172d26a Gtk2: fixed assertions when calling gdk_window_get_state() with invalid PGdkWindow as param
git-svn-id: trunk@35222 -
2012-02-07 12:45:26 +00:00
zeljko
0a251c34b1 LCL: TLazCanvas cleanup of unused variables
git-svn-id: trunk@35221 -
2012-02-07 12:04:19 +00:00
zeljko
884f78a7c0 Qt: cleanup unused local variables.
git-svn-id: trunk@35220 -
2012-02-07 12:02:14 +00:00
zeljko
8a4b05deec IDE: idewindowintf cleanup unused variables
git-svn-id: trunk@35219 -
2012-02-07 11:57:05 +00:00
zeljko
ca92488a21 LCL: added missing result to TLazCanvas.SaveState.
git-svn-id: trunk@35218 -
2012-02-07 11:54:18 +00:00
zeljko
bd32cfed39 LCL: changed visibility of overrided TTabControl.GetImageIndex to public since virtual GetImageIndex is public too
git-svn-id: trunk@35217 -
2012-02-07 11:51:18 +00:00
zeljko
3e88452bc4 LCL: fixed visibility of overrided KeyUpAfterInterface in TCustomComboBox.
git-svn-id: trunk@35216 -
2012-02-07 11:40:41 +00:00
zeljko
3956876f16 LCL: grids cleanup
git-svn-id: trunk@35215 -
2012-02-07 11:36:12 +00:00
zeljko
a83c4d7f3f LCL: cleanup
git-svn-id: trunk@35214 -
2012-02-07 11:35:04 +00:00
zeljko
d35506ce28 Gtk2: fixed bug when notebook enables drag and drop ops manually.issue #19914
git-svn-id: trunk@35213 -
2012-02-07 10:45:33 +00:00
zeljko
7eb7d22e8e Gtk2: added comment about assertion from gtk_widget_get_parent_window() with gtk2 < 2.10
git-svn-id: trunk@35212 -
2012-02-07 10:22:10 +00:00
mattias
b72d3f8296 IDE: AddPackageDependency: ok if already exists
git-svn-id: trunk@35211 -
2012-02-07 10:20:03 +00:00
juha
57fa30e78c IDE: fix a listbox anchor in Add to Project dialog
git-svn-id: trunk@35210 -
2012-02-07 09:37:36 +00:00
zeljko
3389d8edaa Gtk2: fixed GetDroppedDown result for gtk2 < 2.10. Property "popup-shown" was introduced in gtk2 2.10, so anything below 2.10 doesn't work.
git-svn-id: trunk@35209 -
2012-02-07 09:16:49 +00:00
mattias
f4448c54ec IDE: debugln
git-svn-id: trunk@35208 -
2012-02-07 09:03:49 +00:00
juha
f76e3befe0 IDE: Improve Add to Project dialog GUI.
git-svn-id: trunk@35207 -
2012-02-07 08:41:34 +00:00
juha
4eee49aac4 Packager: improve the Add to Package dialog GUI
git-svn-id: trunk@35206 -
2012-02-07 08:41:29 +00:00
juha
b74c59a9db IDE: formatting
git-svn-id: trunk@35205 -
2012-02-07 08:41:23 +00:00
paul
8d364b03df lcl:
- Extend FindLCLWindow method by AllowDisabled argument to skip disabled windows
  - Fix FindControlAtPosition - it previously ignored AllowDisabled option
  - Don't allow disabled window to be an internal MouseControl (fixes bug #0017993 for win32)

git-svn-id: trunk@35204 -
2012-02-07 07:49:42 +00:00
zeljko
7a324ede40 Qt: make TQtImage.FHandle private, introduce Handle readonly property. issue #21235
git-svn-id: trunk@35203 -
2012-02-07 07:38:40 +00:00
paul
7111abfa8d lcl: restore public TToolButton.Click method
git-svn-id: trunk@35202 -
2012-02-07 07:35:50 +00:00
juha
b34b546678 Debugger: fixed compilation after public "Click()" was removed.
git-svn-id: trunk@35201 -
2012-02-07 07:30:52 +00:00
paul
805d5d7b38 lcl: cleanup and format toolbutton code
git-svn-id: trunk@35200 -
2012-02-07 06:57:00 +00:00
paul
2dad53e522 win32: apply patch of cobines to fix page size after a tab caption change (bug #0018955)
git-svn-id: trunk@35199 -
2012-02-07 05:11:44 +00:00
paul
a8da22e5ec win32: rename Notebook to TabControl
git-svn-id: trunk@35198 -
2012-02-07 05:00:15 +00:00
mattias
7360413d68 IDE: package editor: add new component: do not add dependency if already indirectly required
git-svn-id: trunk@35197 -
2012-02-06 21:36:23 +00:00
maxim
f819ed7030 regenerated translations; updated Russian translation
git-svn-id: trunk@35196 -
2012-02-06 20:31:38 +00:00
maxim
56c097dcac Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #21217
git-svn-id: trunk@35195 -
2012-02-06 20:20:35 +00:00
blikblum
bb6f060047 ide: try to load field names from FieldDefs when Fields property is empty. Issue #18944
git-svn-id: trunk@35194 -
2012-02-06 20:05:27 +00:00
zeljko
ad5445bdf0 Gtk2: fixed gtk2 < 2.12 assertions because of missing property.
git-svn-id: trunk@35193 -
2012-02-06 19:36:02 +00:00
blikblum
bb8d14e5ac win32: assumes FSender is TCustomComboBox in TWin32ComboBoxStringList.GetComboHeight (same assumption is made in other methods)
git-svn-id: trunk@35192 -
2012-02-06 19:21:37 +00:00