mattias
32e3f17447
IDE: added resourcestrings for package editor menu items
...
git-svn-id: trunk@13768 -
2008-01-15 21:17:55 +00:00
mattias
01856c7ca7
IDE: added resourcestrings for help button
...
git-svn-id: trunk@13767 -
2008-01-15 21:04:34 +00:00
mattias
cd05c54a98
IDE: add to package dlg: set Buttons.AutoSize to true
...
git-svn-id: trunk@13766 -
2008-01-15 21:03:57 +00:00
mattias
bbe54784af
IDE: added resourcestrings for help button
...
git-svn-id: trunk@13765 -
2008-01-15 20:59:09 +00:00
mattias
852484d628
IDE: renamed find option multi line to multiline pattern
...
git-svn-id: trunk@13764 -
2008-01-15 20:53:21 +00:00
mattias
afd2c3e60c
IDE: added resourcestrings for help buttons
...
git-svn-id: trunk@13763 -
2008-01-15 20:49:07 +00:00
mattias
af1db7c9d0
IDE: added resourcestrings for install/remove package confirm dialog
...
git-svn-id: trunk@13762 -
2008-01-15 20:45:43 +00:00
mattias
091479f87b
IDE: moved menu item View / messages up
...
git-svn-id: trunk@13761 -
2008-01-15 20:25:15 +00:00
mattias
f3efce1701
LCL: anchor docking: auto cleanup on undock/hiding, undocking pages, anchoring on manualfloat for non forms, fixed undocking pages, TSplitter: fixed anchor splitter max/min
...
git-svn-id: trunk@13760 -
2008-01-15 19:31:02 +00:00
mattias
84a32a76be
examples: docking: set session flag and improved layout
...
git-svn-id: trunk@13759 -
2008-01-15 19:21:15 +00:00
paul
fd1256d378
publish TCombobox.Constraints
...
git-svn-id: trunk@13758 -
2008-01-15 10:26:42 +00:00
paul
546684ab7b
DragImageList example
...
git-svn-id: trunk@13757 -
2008-01-15 10:18:20 +00:00
paul
3092ac63d9
qt: TQtWSDragImageList implementation
...
git-svn-id: trunk@13756 -
2008-01-15 06:00:23 +00:00
paul
6b0ae9506c
gtk: correct direction of dragimagelist hotspot
...
git-svn-id: trunk@13755 -
2008-01-15 05:29:41 +00:00
paul
ff395fbe25
wince: add imagelist and dragimagelist implementation (from win32 with changes)
...
git-svn-id: trunk@13754 -
2008-01-15 04:50:09 +00:00
paul
9c545d3562
gtk: TGtkWSDragImageList implementation
...
git-svn-id: trunk@13753 -
2008-01-15 03:29:00 +00:00
marc
50c40aea30
* fixed initialstate of the mode toggle button
...
git-svn-id: trunk@13752 -
2008-01-15 00:25:47 +00:00
marc
3f0857ff4f
* Fixed anchoring of application bundle and manifest checkboxes
...
git-svn-id: trunk@13751 -
2008-01-15 00:24:14 +00:00
paul
7d5ecafd5e
fix typo in dragmanager (from Marius)
...
git-svn-id: trunk@13750 -
2008-01-14 23:12:48 +00:00
paul
4aa431716f
fix gtk1 compilation
...
git-svn-id: trunk@13749 -
2008-01-14 12:57:34 +00:00
paul
e3c223acf6
fix gtk1 compilation
...
git-svn-id: trunk@13748 -
2008-01-14 12:44:06 +00:00
paul
00d2ada452
dragmanager: fix typo
...
git-svn-id: trunk@13747 -
2008-01-14 08:54:39 +00:00
paul
a2dfc721bd
gtk: dont call gtk_notebook_set_page if there is no reason
...
git-svn-id: trunk@13746 -
2008-01-14 08:27:13 +00:00
paul
e0b764dc96
gtk:
...
- move GtkSwitchPage from GtkCallbacks unit to GtkWsExtCtrls unit
- fix double call of OnChanging on manual page change (part of 8338)
git-svn-id: trunk@13745 -
2008-01-14 08:10:31 +00:00
paul
8e8ae63a6d
gtk:
...
- dont send notification message to lcl when page of notebook is switching from no-page state
- AllowChange = False now has effect
qt:
- send notification message to lcl when notebook page want to switch
and look at AllowChange result
(fix part of 0008338)
git-svn-id: trunk@13744 -
2008-01-14 07:48:25 +00:00
mattias
0db10a247b
IDE: external tool editor: fixed captions of ok and cancel buttons and improved layout
...
git-svn-id: trunk@13743 -
2008-01-13 22:36:09 +00:00
marc
273bdea671
* Ignore debugger errors when creating locals
...
git-svn-id: trunk@13742 -
2008-01-13 19:21:26 +00:00
paul
73343131f6
wince: reformatting
...
git-svn-id: trunk@13741 -
2008-01-13 16:05:32 +00:00
paul
df6de142fe
TWinControl.DoUnDock: result = true by default
...
git-svn-id: trunk@13740 -
2008-01-13 15:47:00 +00:00
paul
b3dfe03d52
wince: copy few resize fixes from win32 widgetset
...
git-svn-id: trunk@13739 -
2008-01-13 15:33:22 +00:00
paul
f895295167
qt:
...
- install global event filter on all systems (not only win) to catch release events
- fix crash in RawImage_FromBitmap
git-svn-id: trunk@13738 -
2008-01-13 13:31:01 +00:00
paul
b1c2ed3d9b
typo
...
git-svn-id: trunk@13737 -
2008-01-13 11:44:16 +00:00
paul
3a3a47ada3
fix qt 4.2 compilation
...
git-svn-id: trunk@13736 -
2008-01-13 11:42:22 +00:00
sekelsenmat
123be10231
Fixes setting the application title on windows unicode.
...
git-svn-id: trunk@13735 -
2008-01-12 21:08:45 +00:00
marc
993bf3680e
* Fixed arguments as locals
...
git-svn-id: trunk@13734 -
2008-01-12 18:41:45 +00:00
marc
b6485030ed
* Fixed crash when deleting watches ( #10075 ). Patch by Martin Friebe
...
git-svn-id: trunk@13733 -
2008-01-12 17:36:07 +00:00
marc
b929239e3c
* widened the current column so it will show its contents on windows
...
git-svn-id: trunk@13732 -
2008-01-12 17:09:27 +00:00
sekelsenmat
ecd8376f68
Initial implementation for setting unicode strings on the clipboard on windows.
...
git-svn-id: trunk@13731 -
2008-01-12 10:27:36 +00:00
sekelsenmat
214c8287f7
Initial implementation of a unicode clipboard on windows.
...
git-svn-id: trunk@13730 -
2008-01-12 09:46:39 +00:00
paul
7d9636e8cf
fix fpc 2.3.1 compilation
...
git-svn-id: trunk@13729 -
2008-01-12 09:28:12 +00:00
sekelsenmat
dd204c8080
Patch from Paul Michell, which implements showing popup menus from mouse gestures on wince.
...
git-svn-id: trunk@13728 -
2008-01-11 17:30:37 +00:00
laurent
bb5409a0d3
convert images xpm to png
...
git-svn-id: trunk@13727 -
2008-01-11 15:42:26 +00:00
kirkpatc
4b8204ff72
LazDoc - minor changes to Menus.xml, more extensive changes to Dialogs.xml
...
git-svn-id: trunk@13726 -
2008-01-11 12:45:34 +00:00
laurent
94727de133
move lazdoc images to lazdoc directory
...
convert to png and small modif
delete old xpm and bmp
git-svn-id: trunk@13725 -
2008-01-11 11:03:40 +00:00
jesus
6bdc560d73
printers, fixes AV for qt-win32 issue #10611
...
git-svn-id: trunk@13724 -
2008-01-11 07:06:00 +00:00
paul
39dd581366
wince:
...
- copy missed TListBox code from win32
- copy win32 fix to CallDefaultWindowProc
- some formatting
git-svn-id: trunk@13723 -
2008-01-11 03:47:56 +00:00
paul
b6ebd55696
wince: more winapi functions: Prop, Capture, Caret
...
git-svn-id: trunk@13722 -
2008-01-11 02:47:11 +00:00
paul
a0d75ad39c
wince: decapitalize keywords (more)
...
git-svn-id: trunk@13721 -
2008-01-11 01:42:39 +00:00
paul
23c001efde
wince: decapitalize keywords
...
git-svn-id: trunk@13720 -
2008-01-11 01:40:59 +00:00
paul
453f44cad7
wince: copy win32 CriticalSection code to wince
...
git-svn-id: trunk@13719 -
2008-01-11 01:36:23 +00:00