Commit Graph

21208 Commits

Author SHA1 Message Date
jesus
21c78cf0ad spanish translation update
git-svn-id: trunk@21560 -
2009-09-03 20:10:02 +00:00
jesus
415817e5ce spanish translation update from javivf
git-svn-id: trunk@21558 -
2009-09-03 17:14:13 +00:00
mattias
48b3d4a933 IDE: started build mode frame
git-svn-id: trunk@21557 -
2009-09-03 14:43:48 +00:00
mattias
f6e3dd1812 IDE: build modes: load/save
git-svn-id: trunk@21556 -
2009-09-03 14:17:31 +00:00
paul
0bf3e3af55 lcl: fix TCustomImageList.AddImages (fixes bug #0014289)
git-svn-id: trunk@21554 -
2009-09-03 11:07:10 +00:00
paul
095869caaf win32: decrease border size when calculating preferred height for edit and spin edit controls (issue #0014327)
git-svn-id: trunk@21553 -
2009-09-03 09:30:54 +00:00
mattias
99b710e724 codetools: fixed double init, thx to Paul
git-svn-id: trunk@21552 -
2009-09-03 08:21:31 +00:00
mattias
aa8825df16 IDE: started build mode flags
git-svn-id: trunk@21551 -
2009-09-03 08:13:55 +00:00
paul
f263d9b283 win32: invalidate groupbox on ui state change if themes are enabled (bug #0014452)
git-svn-id: trunk@21550 -
2009-09-03 07:33:37 +00:00
dmitry
9e8ce8bc03 carbon: implemented GetSysColor for COLOR_MENUBAR, COLOR_MENUHILIGHT
git-svn-id: trunk@21549 -
2009-09-03 06:25:23 +00:00
paul
70b464b507 lcl: remove ICC_ constants from the LCLType unit
win32: register more comctrl classes

git-svn-id: trunk@21548 -
2009-09-03 03:18:31 +00:00
paul
77ab5052b4 win32: init more common control classes
git-svn-id: trunk@21547 -
2009-09-03 03:09:58 +00:00
paul
4a0461a558 lcl: ListView:
- add TIconOptions
  - win32 implement support for different IconOptions (issue #0014460)

git-svn-id: trunk@21546 -
2009-09-03 02:48:41 +00:00
paul
fa1b49813e gtk2: don't emulate eaten keys if key handler was stopped (fixes issue #0014481)
git-svn-id: trunk@21545 -
2009-09-03 01:27:07 +00:00
paul
be1d125c88 lcl: distinct AutoCreated TDragObject and AutoFree TDragObject:
- first is created internally by LCL if in DragStart none DragObject is passed
  - second is a TDragObject which must be auto destructed on drag drop operation finish 
(more delphi compatible and fixes issue #0014476)

git-svn-id: trunk@21544 -
2009-09-03 00:55:03 +00:00
sekelsenmat
ac2fa2549d carbon: Fixes memory leaks in TTrayIcon
git-svn-id: trunk@21543 -
2009-09-02 21:40:48 +00:00
jesus
66202b0ed9 spanish translation update
git-svn-id: trunk@21542 -
2009-09-02 21:20:57 +00:00
sekelsenmat
438a170c05 carbon: Fixes hiding TTrayIcon and a crash with separators
git-svn-id: trunk@21541 -
2009-09-02 20:23:43 +00:00
sekelsenmat
92acfc11e8 carbon: Adds some extra checks in TTrayIcon
git-svn-id: trunk@21540 -
2009-09-02 16:13:37 +00:00
zeljko
23d06b6db8 Qt: bugfix for #14271 (menu items doubling)
git-svn-id: trunk@21539 -
2009-09-02 14:49:12 +00:00
marc
c23c5ea2c6 * Updated Afrikaans translation by Graeme Geldenhuys
git-svn-id: trunk@21538 -
2009-09-02 14:26:08 +00:00
paul
c680ad8794 designer, component palette: turn "multy" mode on when shift is pressed during component selection (issue #0008052)
git-svn-id: trunk@21537 -
2009-09-02 14:17:19 +00:00
dmitry
e9eb6109a6 objc: removed objcrtl functions, because they're part of fcl
git-svn-id: trunk@21536 -
2009-09-02 07:20:40 +00:00
dmitry
c490900d86 objc_msgSend_fpret for powerpc
git-svn-id: trunk@21535 -
2009-09-02 07:18:16 +00:00
dmitry
96e892efeb commented __NXRaiseError usage, since not available in 10.5
git-svn-id: trunk@21534 -
2009-09-02 05:10:33 +00:00
sekelsenmat
540a63c29f carbon: Fixes the sender of OnClick events on TTrayIcon menus
git-svn-id: trunk@21533 -
2009-09-01 22:51:53 +00:00
mattias
6d1ab9f902 IDE: quickfix item for identifier not found: search via code browser
git-svn-id: trunk@21532 -
2009-09-01 21:57:19 +00:00
sekelsenmat
be5c686379 carbon: Makes Cocoa support active by default and improves menu handling in TTrayIcon
git-svn-id: trunk@21531 -
2009-09-01 20:27:18 +00:00
mattias
1a98815a5b IDE: codebrowser: implemented use identifier in unit
git-svn-id: trunk@21530 -
2009-09-01 19:55:08 +00:00
mattias
eb1302950c codetools: sourcelog markers: remove from log on free
git-svn-id: trunk@21529 -
2009-09-01 19:54:39 +00:00
mattias
5e66de30b8 IDE: codebrowser: implemented use unit in unit
git-svn-id: trunk@21528 -
2009-09-01 18:29:00 +00:00
sekelsenmat
82055bc211 carbon: Adds pascocoa to Carbon makefile
git-svn-id: trunk@21527 -
2009-09-01 17:47:39 +00:00
sekelsenmat
407464a208 carbon: starts adding pascocoa to lazarus svn
git-svn-id: trunk@21526 -
2009-09-01 17:04:27 +00:00
paul
1abb99e5fd lcl: fix memory leak in the new TListView code
git-svn-id: trunk@21525 -
2009-09-01 16:59:09 +00:00
paul
ae65b07221 lcl, win32, carbon: initial implementation of virtual TListView by Dmitry (issue #0007749)
git-svn-id: trunk@21524 -
2009-09-01 16:44:31 +00:00
mattias
7a4efc129b IDE: codebrowser: testing if use unit in unit is possible
git-svn-id: trunk@21523 -
2009-09-01 15:22:04 +00:00
mattias
1cb07625ec IDE: codebrowser: fixed svn conflict
git-svn-id: trunk@21522 -
2009-09-01 14:38:23 +00:00
paul
b66b9e6cb4 lcl: prevent setbounds infinite loop (bug #0014474)
git-svn-id: trunk@21521 -
2009-09-01 14:37:48 +00:00
mattias
5c235ca5a6 IDE: codebrowser: started use unit in unit
git-svn-id: trunk@21520 -
2009-09-01 14:33:50 +00:00
paul
040131af50 gtk: hide some warnings when HideKeyTableWarnings is defined
git-svn-id: trunk@21519 -
2009-09-01 14:01:10 +00:00
paul
3311008f4b ide: fix codebrowser layout (rescan button spacing)
git-svn-id: trunk@21518 -
2009-09-01 12:49:26 +00:00
mattias
2af74e3284 IDE: codebrowser: added rescan button
git-svn-id: trunk@21517 -
2009-09-01 11:39:02 +00:00
mattias
99fd33aa73 IDE: codebrowser: improved layout
git-svn-id: trunk@21516 -
2009-09-01 11:29:50 +00:00
mattias
66f3e41701 IDE: codebrowser: do not store WithRequiredPackages
git-svn-id: trunk@21515 -
2009-09-01 11:23:14 +00:00
mattias
6e7237e218 IDE: codebrowser: reduced update when scope options have not changed
git-svn-id: trunk@21514 -
2009-09-01 11:01:49 +00:00
mattias
31ed9af15f IDE: codebrowser: menu item add package to package of unit in src editor
git-svn-id: trunk@21513 -
2009-09-01 10:42:46 +00:00
mattias
a9ffff9a88 IDE: package manager: fixed crash caused by TPkgManager.AddDependencyToOwners
git-svn-id: trunk@21512 -
2009-09-01 10:35:50 +00:00
mattias
262c12f429 IDE: codebrowser: added open menu item
git-svn-id: trunk@21511 -
2009-09-01 09:51:05 +00:00
paul
49ba38ceaa ide: codebrowser: fix layout
git-svn-id: trunk@21510 -
2009-09-01 01:51:32 +00:00
paul
d9cf195b30 ide: codebrowser:
- reanchor controls
  - add unit to lazarus project

git-svn-id: trunk@21509 -
2009-09-01 01:39:30 +00:00