Commit Graph

45310 Commits

Author SHA1 Message Date
mattias
b7d22a3843 lazutils: paswstring: one string less in UpperWideString
git-svn-id: trunk@47088 -
2014-12-04 13:47:43 +00:00
mattias
6efffcae72 lazutils: paswstring: one string less in LowerWideString
git-svn-id: trunk@47087 -
2014-12-04 13:46:28 +00:00
mattias
1b03376550 lazutils: paswstring: one string less in Wide2AnsiMove and Ansi2WideMove
git-svn-id: trunk@47086 -
2014-12-04 13:44:15 +00:00
mattias
bc7eca9321 lcl: makefiles: added -Sc C-style operators, bug #27128
git-svn-id: trunk@47085 -
2014-12-04 11:15:36 +00:00
juha
3a3481f224 IDE: Another debug message indicating why TMainIDE.UpdateIDEComponentPalette exits too early.
git-svn-id: trunk@47084 -
2014-12-04 10:51:40 +00:00
juha
4de7814bed IDE: remove a call to Application.ProcessMessages in TComponentPalette.CreateButtons. Not needed any more.
git-svn-id: trunk@47083 -
2014-12-04 10:18:42 +00:00
juha
7ff40bae71 IDE: Debug messages when component palette is updated from MainIDE.
git-svn-id: trunk@47082 -
2014-12-04 10:18:37 +00:00
zeljko
0f0e014df7 IDE: fixed overlapped labels in Search in file dialog. Patch by Cedric. issue #27122
git-svn-id: trunk@47081 -
2014-12-04 08:15:32 +00:00
zeljko
ab1a88f474 Qt: fixed events of TQtCalendar. issue #27125
git-svn-id: trunk@47080 -
2014-12-04 08:12:18 +00:00
mattias
00ec38b2e0 IDE: component palette: fixed realign
git-svn-id: trunk@47079 -
2014-12-03 23:31:41 +00:00
mattias
3f081fac2d IDE: simplified
git-svn-id: trunk@47078 -
2014-12-03 23:06:39 +00:00
mattias
59f4935c70 IDE: clean up
git-svn-id: trunk@47077 -
2014-12-03 22:23:59 +00:00
juha
58df23696a IDE: Prevent adding a page with a name that already exists in component palette options.
git-svn-id: trunk@47076 -
2014-12-03 21:25:46 +00:00
bart
61c5ef07e0 Examples: Fix loading fonts in LazFreeType example. Patch by Cedric. Issue #0027126.
git-svn-id: trunk@47075 -
2014-12-03 19:28:10 +00:00
juha
51cdfe8e79 IDE: Save component palette options correctly when palette is filtered by DataModule.
git-svn-id: trunk@47074 -
2014-12-03 17:57:02 +00:00
juha
cfcbe4b9c7 IDE: Update component palette correctly when icons are filtered by DataModule.
git-svn-id: trunk@47073 -
2014-12-03 17:57:00 +00:00
juha
1892eb35a8 IDE: refactoring, move local functions from UpdateNoteBookButtons to private methods.
git-svn-id: trunk@47072 -
2014-12-03 17:56:58 +00:00
juha
36e15f6dec EditorToolbar: use icon in View menu also with GTK2 and Windows.
git-svn-id: trunk@47071 -
2014-12-03 17:56:53 +00:00
wp
b5e5e8a230 TAChart: Fix abstract method warning issued for run-time generated TConstantLine series (issue #0027123).
git-svn-id: trunk@47070 -
2014-12-03 15:01:07 +00:00
mattias
0d41b20eaa lazdebugger: fixed hint
git-svn-id: trunk@47069 -
2014-12-02 21:10:44 +00:00
mattias
7b35896fd2 codetools: ppugraph: fixed crash
git-svn-id: trunk@47068 -
2014-12-02 19:25:57 +00:00
mattias
52e7e3ba59 codetools: ppuparser: less verbosity
git-svn-id: trunk@47067 -
2014-12-02 19:24:56 +00:00
mattias
6e27062a13 codetools: ppuparser: skip po_has_inlininginfo
git-svn-id: trunk@47066 -
2014-12-02 19:23:45 +00:00
mattias
aef8161feb codetools: ppuparser: read mangledsymbolname
git-svn-id: trunk@47065 -
2014-12-02 17:26:32 +00:00
mattias
0c37a917cb codetools: ppuparser: read ansistring
git-svn-id: trunk@47064 -
2014-12-02 17:13:03 +00:00
mattias
999e922a30 codetools: ppuparser: read int64
git-svn-id: trunk@47063 -
2014-12-02 16:48:10 +00:00
mattias
732c44f508 sdflaz: clean up
git-svn-id: trunk@47062 -
2014-12-02 12:12:24 +00:00
mattias
901a45547e printers4lazarus: clean up
git-svn-id: trunk@47061 -
2014-12-02 12:12:03 +00:00
mattias
48b2fb6ea9 memds: clean up
git-svn-id: trunk@47060 -
2014-12-02 12:11:07 +00:00
mattias
30d0c9ac60 dbflaz: clean up
git-svn-id: trunk@47059 -
2014-12-02 12:10:37 +00:00
zeljko
dd5ea6c1c7 Gtk2: fixed TCustomGroupBox descendants visibility when visible=false. issue #27116
git-svn-id: trunk@47058 -
2014-12-02 08:57:15 +00:00
zeljko
d13b57a679 Gtk2: fixed modal forms behaviour under compositing window managers.Patch by Cedric. issue #27007
git-svn-id: trunk@47057 -
2014-12-02 08:39:14 +00:00
zeljko
49d77cd1cc Gtk2: do not crash inside PtInRegion if passed handle is not of HRGN type. issue #27080
git-svn-id: trunk@47056 -
2014-12-02 08:25:57 +00:00
zeljko
d514d21370 Qt: do not crash in PtInRegion if passed handle is not of HRGN type. issue #27080
git-svn-id: trunk@47055 -
2014-12-02 08:25:27 +00:00
zeljko
d574f382b8 Qt: TQtWidgetSet.PtInRegion(), allow TQtImage as RGN param. issue #27080
git-svn-id: trunk@47054 -
2014-12-02 08:08:05 +00:00
dmitry
e1568172ef cocoa: added keyup/down flagsChanged events for TCocoaTextView
git-svn-id: trunk@47053 -
2014-12-02 04:37:22 +00:00
juha
49ff29dfe7 IDE: Prevent saving wrong component palette configuration if user did not change anything. Must be fixed properly later.
git-svn-id: trunk@47052 -
2014-12-01 21:57:26 +00:00
juha
7a2e6366ab LCL, QT: Set header's sort indicator in ListView even if data is not set yet.
git-svn-id: trunk@47051 -
2014-12-01 19:47:18 +00:00
juha
247bb5095e Packager: Sort the list of packages initially in Open Installed Packages dialog.
git-svn-id: trunk@47050 -
2014-12-01 19:47:09 +00:00
blikblum
bcab8ad0c3 win32: proper fix for issue #25209. Correctly detect what LCL control is under the cursor.
git-svn-id: trunk@47049 -
2014-12-01 18:18:40 +00:00
juha
1ad0f9600a LCL, Win32: Read message data correctly. Affected keyboard accelerators when compiled with -O2. Issue #26562, patch from ChrisF.
git-svn-id: trunk@47048 -
2014-12-01 17:46:14 +00:00
mattias
8b469d68e9 LCL: TRadioGroup: after reading lfm set FLastClickedItemIndex to not emit OnClick/OnChange when pending calls from widgetset comes in, bug #27113
git-svn-id: trunk@47047 -
2014-12-01 10:12:06 +00:00
mattias
63d6ed9d94 LCL: TRadioGroup: when emitting OnClick set FLastClickedItemIndex to not trigger it again
git-svn-id: trunk@47046 -
2014-12-01 10:10:28 +00:00
mattias
a1553f8366 LCL: clean up
git-svn-id: trunk@47045 -
2014-12-01 10:09:05 +00:00
mattias
b084324cd0 lcl: fixed typo
git-svn-id: trunk@47044 -
2014-12-01 09:38:56 +00:00
juha
11a4692ad5 LCL: Try a generic solution for "WM_MOUSEWHEEL" handling. Issue #25209.
git-svn-id: trunk@47043 -
2014-12-01 08:11:04 +00:00
mattias
5ae44ab904 translations: German: updates from Swen Heinig
git-svn-id: trunk@47042 -
2014-11-30 19:07:08 +00:00
mattias
7d477e891c translations: German: updates from Swen Heinig
git-svn-id: trunk@47041 -
2014-11-30 19:06:32 +00:00
juha
39430447fa Object Inspector: Show info contents right after making InfoPanel visible.
git-svn-id: trunk@47040 -
2014-11-30 15:44:33 +00:00
juha
c589873743 Designer, OI: Synchronize z-order changes. Issue #20450, patch from Mike Thompson.
git-svn-id: trunk@47039 -
2014-11-30 13:13:08 +00:00