Commit Graph

23267 Commits

Author SHA1 Message Date
zeljko
2e36f3b61e Qt: fixed wrong cast
git-svn-id: trunk@23631 -
2010-02-04 19:19:43 +00:00
zeljko
ec69c2c0dd Qt: rework on TQtAbstractScrollArea.Update() and TQtAbstractScrollArea.Repaint(), all successors now use same update() and repaint() methods.
git-svn-id: trunk@23630 -
2010-02-04 07:40:49 +00:00
paul
9b24fc25c2 win32: don't perform check 'is TCustomCalendar' in widgetset code
git-svn-id: trunk@23629 -
2010-02-04 04:27:43 +00:00
paul
c39a0c5aad lcl: GetConstraints is a function
git-svn-id: trunk@23628 -
2010-02-04 04:27:12 +00:00
paul
bcfa496270 lcl: call TWsControl.GetConstraints instead of direct call of Widgetset.GetControlConstraints
git-svn-id: trunk@23627 -
2010-02-04 04:20:49 +00:00
paul
88d281329b lcl: remove TWidgetset.DrawArrow which got a TArrow control and TCanvas as arguments, move some implementations to TWSArrow classes
git-svn-id: trunk@23626 -
2010-02-04 04:06:00 +00:00
paul
9adc8929ff win32: move TCheckListBox code from the generic handlers to checklistbox handlers
git-svn-id: trunk@23625 -
2010-02-04 03:23:45 +00:00
paul
9d6fb42169 win32: don't perform 'is TCustomFloatSpinEdit' comparisons in code. Therefore empty application does not contains spinedit code anymore (and executable is 12Kb smaller)
git-svn-id: trunk@23624 -
2010-02-04 03:09:32 +00:00
paul
46bb53cc00 win32: remove HandleSpinEditDeltaPos from generic WindowProc to default window proc of spinedit
git-svn-id: trunk@23623 -
2010-02-04 01:56:39 +00:00
paul
7b408cd87b lcl: call DefaultHandler for WM_NOTIFY if message is not processed by child
git-svn-id: trunk@23622 -
2010-02-04 01:55:13 +00:00
paul
072f7f8c22 win32: move spinedit change code to spinedit widgetset class default handler
git-svn-id: trunk@23621 -
2010-02-03 23:51:10 +00:00
paul
6b3bf6deae lcl: change DefaultHandler to call TWsWinControlClass method instead of Widgetset method, therefore custom WS class can implement own logic there
git-svn-id: trunk@23620 -
2010-02-03 23:50:22 +00:00
blikblum
57eaaec4ea ide: Split images in more than one dimension (Width X Height) in Image List Editor. Copy data through TRawImage to preserve alpha info. Fix #15617 (Second try)
git-svn-id: trunk@23619 -
2010-02-03 19:59:27 +00:00
paul
35ae68998e lcl: a trial to fix wince crash because of resources. RTL FindResource supports only PChar argument
git-svn-id: trunk@23618 -
2010-02-03 15:29:24 +00:00
mattias
5c7797eb9d clean up
git-svn-id: trunk@23617 -
2010-02-03 13:49:34 +00:00
paul
83ea351c48 win32: move few spinedit handlers from generic windowproc to spinedit windowproc
git-svn-id: trunk@23616 -
2010-02-03 10:34:48 +00:00
paul
bf426e5704 lcl: ignore bitmap alpha channel if all alpha values = 0 (issue #0015644)
git-svn-id: trunk@23615 -
2010-02-03 10:05:54 +00:00
paul
a2d258006a win32: don't send WM_NCLBUTTONDOWN to LCL
git-svn-id: trunk@23614 -
2010-02-03 09:17:54 +00:00
paul
e4be44c88e fix comment
git-svn-id: trunk@23613 -
2010-02-03 07:52:49 +00:00
paul
c831cad6e0 lazbuild: fix memory leaks
git-svn-id: trunk@23612 -
2010-02-03 03:39:51 +00:00
paul
bc1fd18141 lcl: eat left and right keys by treeview by C Webstern (issue #0015408)
git-svn-id: trunk@23611 -
2010-02-03 02:59:08 +00:00
paul
649b458180 ideintf: action list category property editor by Alexey Lagunov
git-svn-id: trunk@23610 -
2010-02-02 08:55:22 +00:00
jesus
79c3518d28 LCL, do not unfocus grid on keyboard actions, from C Western, issue #15647
git-svn-id: trunk@23609 -
2010-02-01 23:37:47 +00:00
blikblum
fca28023ef lcl: in TRawImage.ExtractRect, use the direct data copy only when the requested rect.top = 0
git-svn-id: trunk@23608 -
2010-02-01 01:35:18 +00:00
paul
4db4e7accc ide: output PrimaryConfigPath and SecondaryConfigPath correctly converted to the console charset
git-svn-id: trunk@23607 -
2010-01-31 15:06:40 +00:00
paul
2747daddbd jcf: support utf8 paths
git-svn-id: trunk@23606 -
2010-01-31 14:53:11 +00:00
paul
198567241a gtk2: minor changes of gtk scroll-event handler
git-svn-id: trunk@23605 -
2010-01-31 12:02:18 +00:00
paul
d4aa924e22 lcl: don't report that shortcut is handled if shortcut menu item is disabled
git-svn-id: trunk@23604 -
2010-01-30 18:47:58 +00:00
paul
f0c2b4ccf2 lcl: properly initialize and finalize more application properties handlers
git-svn-id: trunk@23603 -
2010-01-30 17:48:30 +00:00
paul
19471a58d8 win32: adjust size of pages after assigning an imagelist to a pagecontrol (bug #0015516)
git-svn-id: trunk@23602 -
2010-01-30 16:16:05 +00:00
paul
3dd19fc92b jcf: store and load settings file from the IDE primary config path
git-svn-id: trunk@23601 -
2010-01-30 15:54:37 +00:00
paul
9f4057f9f2 lcl: fix TTextStrings.Put: don't call SetLength before the text move if new string is shorter, call if after the move, copy one symbol more since we want to copy from the end position including it (bug #0015496)
git-svn-id: trunk@23600 -
2010-01-30 11:41:54 +00:00
paul
9faffafaa8 lcl: always eat Up and Down keys by treeview by C Western (issue #0015408)
git-svn-id: trunk@23599 -
2010-01-30 10:52:00 +00:00
paul
deba8dce43 lcl: comment DebugLn in toolbutton code (issue #0015623)
git-svn-id: trunk@23598 -
2010-01-30 04:04:49 +00:00
paul
265891c7da ide: editor general mist: don't rely on captions since they can change after language switch (issue #0015559)
git-svn-id: trunk@23597 -
2010-01-29 18:00:11 +00:00
paul
3f076b14b9 lcl: implement TControlScrollBar.Tracking for win32, qt and gtk2 (issue #0007981)
git-svn-id: trunk@23596 -
2010-01-29 17:32:40 +00:00
blikblum
4f3a4da4f5 ide: add ability in ImageList editor to split image file containing multiple images in the format (Width / Height * n) where n is the number of images. Previously where possible to load only images with format (Width * n / Height). Issue #0015617
git-svn-id: trunk@23595 -
2010-01-29 15:36:27 +00:00
mattias
3221d311f6 LCL: added GetAppConfigFileUTF8
git-svn-id: trunk@23594 -
2010-01-29 13:12:18 +00:00
mattias
531317a506 IDE: saving override disk encodings
git-svn-id: trunk@23593 -
2010-01-29 09:54:08 +00:00
paul
f5da4dfcbc ide: add an option to skip packages check on form creation for designer
git-svn-id: trunk@23592 -
2010-01-29 09:41:47 +00:00
mattias
77a6f454ed IDE: change encoding on disk: update overide list
git-svn-id: trunk@23591 -
2010-01-29 09:37:05 +00:00
paul
1c052ae3c6 lcl: formatting
git-svn-id: trunk@23590 -
2010-01-29 09:12:11 +00:00
paul
db416e28ac win32: pass better messages to NotifyApplicationUserInput for WM_NCMOUSE...
git-svn-id: trunk@23589 -
2010-01-29 09:11:25 +00:00
mattias
d9170c2e4a codetools: started otheridentifiertree, removed TcodeTreeNode.GetRootNode use GetRoot instead
git-svn-id: trunk@23588 -
2010-01-29 09:06:32 +00:00
zeljko
2ee917e36f Qt: removed workaround for darwin TPopupMenu.Close
git-svn-id: trunk@23587 -
2010-01-29 07:09:41 +00:00
dmitry
da9f4b2ed4 carbon: fix for #15604
git-svn-id: trunk@23586 -
2010-01-29 05:31:04 +00:00
paul
98ed711034 lcl: don't destroy popup menu handle on Close method as suggested by Zeljan (issue #0015614)
git-svn-id: trunk@23585 -
2010-01-29 03:56:00 +00:00
paul
43def91dbc lcl: implement Application OnModalBegin, OnModalEnd, ModalLevel, ModalStarted and ModalFinished based on patch of Zeljan (issue #0015616)
git-svn-id: trunk@23584 -
2010-01-29 03:08:31 +00:00
paul
f8471c645c win32: restore ocasional resource removal by Dmitry, replace rc resource usage by res - maybe it is better for cross-compilation (fixes bug #0015620)
git-svn-id: trunk@23583 -
2010-01-29 02:15:50 +00:00
paul
436265c148 ide: change lazarus.lpi to skip some exceptions
git-svn-id: trunk@23582 -
2010-01-28 09:23:31 +00:00