Commit Graph

10870 Commits

Author SHA1 Message Date
mattias
49242c3818 gtk intf: using default when gdk does not know the physical screen size
git-svn-id: trunk@10642 -
2007-02-14 11:09:42 +00:00
mattias
dc73afae9b IDE: codebrowser: implemented statusbar text
git-svn-id: trunk@10641 -
2007-02-14 00:21:04 +00:00
mattias
455445c012 IDE: removed unused files
git-svn-id: trunk@10640 -
2007-02-13 23:47:09 +00:00
mattias
fee343a469 IDE: codebrowser parses units
git-svn-id: trunk@10639 -
2007-02-13 23:46:29 +00:00
vincents
86fd4b58d6 win32 installer: cross installers create precompiled synedit component too, because the IDE won't compile that package
git-svn-id: trunk@10638 -
2007-02-13 23:01:46 +00:00
vincents
18435f6f69 LCL: clean up of lmessages, replace mswindows by windows to fix compilation of synedit on arm-wince
git-svn-id: trunk@10637 -
2007-02-13 22:49:36 +00:00
jesus
677185a3bf grids: fast resizing of columns wider than visible area
git-svn-id: trunk@10636 -
2007-02-13 21:56:55 +00:00
vincents
64e579272e macosx installer: include gtk2 widgetset, based on X for now
git-svn-id: trunk@10635 -
2007-02-13 21:47:03 +00:00
vincents
0e6dcf1dd8 gtk2: fixed compilation for gtk2 on X.
git-svn-id: trunk@10634 -
2007-02-13 21:44:30 +00:00
vincents
3ca65821cd gtk2 interface: fixed compilation for non X based display
git-svn-id: trunk@10633 -
2007-02-13 21:14:51 +00:00
vincents
7261a0378e win32 interface: removed MakeIntResource
git-svn-id: trunk@10632 -
2007-02-13 13:29:35 +00:00
mattias
ed3137cc14 IDE: codebrowser update of root item
git-svn-id: trunk@10631 -
2007-02-13 11:33:34 +00:00
vincents
cbbec503b1 LCL: moved MakeIntResource to the win32 widgetset. It is not used outside the windows widget sets and wince needs a different declaration.
git-svn-id: trunk@10630 -
2007-02-13 10:39:51 +00:00
vincents
a875d9bf42 test: more verbose in case of failure
git-svn-id: trunk@10629 -
2007-02-12 20:56:11 +00:00
jesus
d947dfbb55 dbgrid: fixed cell grid might draw over vertical grid lines (issue #8318)
grid: added small margin at the right side of cell so text near the grid line looks better

git-svn-id: trunk@10628 -
2007-02-12 19:27:56 +00:00
vincents
332746fa0f LCL: initialize GetScrolPos to 0 (bug #8315) from Luiz Americo
git-svn-id: trunk@10627 -
2007-02-12 16:11:29 +00:00
mattias
5a7ff6537a LCL: Tapplication.CreateForm with out param, cleanups, renamed TCustomPropertyStorage param name Default with DefaultValue from Flávio Etrusco
git-svn-id: trunk@10626 -
2007-02-12 12:40:41 +00:00
mattias
557dc2efad LCL: ignoring constraints during loading, they are applied in Loaded
git-svn-id: trunk@10625 -
2007-02-12 12:20:52 +00:00
mattias
84d5619a1e IDE: source editor using real gutter width, synedit; public GutterWidth property
git-svn-id: trunk@10624 -
2007-02-12 10:43:12 +00:00
vincents
05919925eb trayicon: added tootip and popup menu support for qt from Felipe
git-svn-id: trunk@10623 -
2007-02-12 08:43:23 +00:00
sekelsenmat
78205ce402 Improves menu code on qt
git-svn-id: trunk@10622 -
2007-02-11 21:19:12 +00:00
micha
15d6705323 add forgotten new dialog unit for rev 10620 #ecce02979d
git-svn-id: trunk@10621 -
2007-02-11 19:14:10 +00:00
micha
ecce02979d improve checkgroup editor (patch from Salvatore Coppola)
git-svn-id: trunk@10620 -
2007-02-11 16:24:28 +00:00
vincents
34290cff1b added testcase for bug #822
git-svn-id: trunk@10619 -
2007-02-10 13:00:57 +00:00
mattias
9bebef46ab IDE+codetools: fixed identifier completion for procs
git-svn-id: trunk@10618 -
2007-02-10 10:04:46 +00:00
vincents
e4c31c5a09 win32 interfaces: conditionally removed OpenFileName record declaration, it is in fpc 2.1.1 now
git-svn-id: trunk@10617 -
2007-02-09 21:06:36 +00:00
mattias
0362114bc2 gtk intf: added custom mouse cursor images from Marc
git-svn-id: trunk@10616 -
2007-02-09 17:42:52 +00:00
vincents
29fb86d1b8 wince interface: fixed lock in AppProcessMessages from Rozbeh
git-svn-id: trunk@10615 -
2007-02-09 13:32:12 +00:00
vincents
ff7a9a5c84 lcl: checkbox and radiobutton have ParentColor is true by default (bug #8284)
git-svn-id: trunk@10614 -
2007-02-08 22:43:23 +00:00
vincents
0d29519e8d tools: add library paths for darwin to the makefile
git-svn-id: trunk@10613 -
2007-02-08 20:55:51 +00:00
jesus
cca097adbc dbgrid: fix editor doesnt hide if while editing the last record user press down arrow key (issue #8262)
grid: enable descendant grids to override DrawCellGrid

git-svn-id: trunk@10612 -
2007-02-08 17:52:10 +00:00
vincents
f0d0a647d0 treeview example: fixed compilation on linux
git-svn-id: trunk@10611 -
2007-02-08 09:16:50 +00:00
marc
2333200355 * Introduced a handlebased component baseclass
* Start of a Widgetset based imagelist

git-svn-id: trunk@10610 -
2007-02-07 23:36:22 +00:00
marc
d7051338d9 * global cursor patch from Paul Ishenin
* dragcursor fix
! note: setting of the initial default cursor in gtk needs to be looked at, it should set the cursor as defined by the widget, no the default arrow

git-svn-id: trunk@10609 -
2007-02-07 23:31:44 +00:00
marc
ad2b4ceb6a + added callframe decoder
git-svn-id: trunk@10608 -
2007-02-07 23:14:30 +00:00
vincents
09dccca531 LCL: made TGraphicControl.OnPaint proteced, TShape.OnPaint and TPaintPox.OnPaint public and fixed firing TShape.OnPaint (bug #8246)
git-svn-id: trunk@10607 -
2007-02-07 14:40:42 +00:00
vincents
e0beca0bd1 LCL: fixed commit in r10604 #7001d5cf7b; perform is needed, because the msg field is different.
git-svn-id: trunk@10606 -
2007-02-07 14:38:31 +00:00
vincents
e0d474767d fixed compilation
git-svn-id: trunk@10605 -
2007-02-07 14:12:51 +00:00
vincents
7001d5cf7b lcl: fixed double fire of MouseUp event when using right mouse button under win32 (bug #8276) from Luiz Americo
git-svn-id: trunk@10604 -
2007-02-07 13:21:11 +00:00
vincents
0e74743591 wince interface: several fixes from Roozbeh
* Added comments to lots of methods in winceapih.inc
* Implemented lots of widgetsets methods to call corrosponding winapi.
* Added TTimer.
* Error dialogs now appear.
* Events now working.
* Reverted all changes to make X button close the application: In wince X button should just minimize application,you have to manually add a feature to exit program.
* More stable.

git-svn-id: trunk@10603 -
2007-02-07 13:10:40 +00:00
vincents
2ced4c37b6 trayicon: added support for qt
git-svn-id: trunk@10602 -
2007-02-07 12:23:52 +00:00
mattias
23890766ca codetools: local var assignment completion: checking for Self and Result
git-svn-id: trunk@10601 -
2007-02-07 11:26:02 +00:00
mattias
f9e7ec672d LCL: TTreeView: DisplayXXX functions now contain scrolledleft
git-svn-id: trunk@10600 -
2007-02-07 11:04:16 +00:00
sekelsenmat
bd436baa2d Small improvements related to trayicon on qt interface and upgrades qt bindings to 1.27
git-svn-id: trunk@10599 -
2007-02-07 05:33:48 +00:00
mattias
e35dc827ab IDE: started code browser
git-svn-id: trunk@10598 -
2007-02-07 01:19:00 +00:00
marc
6737a6ef3d * cursor patch from Paul Ishenin
+ added extra handle checks
* enabled some gtk2.2 code for getting cursorpos

git-svn-id: trunk@10597 -
2007-02-06 01:34:29 +00:00
mattias
6bd2881a7f win32 intf: fixed compilation
git-svn-id: trunk@10596 -
2007-02-06 00:19:25 +00:00
mattias
2b1083e359 LCL: SetTempCursor is now called on every mouse move, cursors of TControls
git-svn-id: trunk@10595 -
2007-02-05 23:24:03 +00:00
vincents
4cb1999e17 LCL: changed order: first OnPopup and then MouseUp (bug #8274)
git-svn-id: trunk@10594 -
2007-02-05 22:41:43 +00:00
vincents
a655b495c0 win32 interface: store edit maxlength in an integer to prevent range check errors.
git-svn-id: trunk@10593 -
2007-02-05 22:20:35 +00:00