114
I Use This!
Very High Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
dont start drag immediately for TListView (this is Delphi compatible)
Paul Ishenin
as paul
More... over 16 years ago
make TCustomCheckListBox.ItemClick overridable
Paul Ishenin
as paul
More... over 16 years ago
- use BeginUpdate and EndUpdate from TCollection instead of own in TListColumns implementation - commit forgotten file
Paul Ishenin
as paul
More... over 16 years ago
remove obsoleted ifdefs
Paul Ishenin
as paul
More... over 16 years ago
dont start drag immediately for TListBox (this is Delphi compatible)
Paul Ishenin
as paul
More... over 16 years ago
use same Size<->Height formula as in other places
Paul Ishenin
as paul
More... over 16 years ago
Printers4lazarus images: drawed printer smaller in image for TPageSetupDialog and TPrinterSetupDialog More... over 16 years ago
LCL images: removed sharp edge of pen from image of TReplaceDialog More... over 16 years ago
replaced wince checklistbox handling code by win32 code with little modifications (todo: check work on device)
Paul Ishenin
as paul
More... over 16 years ago
fix compilation of wince
Paul Ishenin
as paul
More... over 16 years ago
trial to fix carbon compilation
Paul Ishenin
as paul
More... over 16 years ago
LazDoc - updates to TCustomListBox and TListBox; minor changes to TComboBox (in StdCtrls.xml) More... over 16 years ago
protect customlistview from nil focused
Paul Ishenin
as paul
More... over 16 years ago
fixed warning from make about duplicate examples target from Mazen
Vincent Snijders
as vincents
More... over 16 years ago
codetools: fixed some uninitialzed out params More... over 16 years ago
tools: removed obsolete files related to cvs and .mo-files
Vincent Snijders
as vincents
More... over 16 years ago
center only those dialogs that has no parent form
Paul Ishenin
as paul
More... over 16 years ago
win32: Open and Save dialogs will be shown at screen center now (issue #0010432)
Paul Ishenin
as paul
More... over 16 years ago
tools: removed obsolete file
Vincent Snijders
as vincents
More... over 16 years ago
gtk: offset should be added only if fixed widget also have no window (fixes something in lazreport)
Paul Ishenin
as paul
More... over 16 years ago
TCheckListbox: improve drawing under win32 (disabled state and do all through ThemeServices), saving/loading grayed states TCheckListBoxEditor: handle grayed states
Paul Ishenin
as paul
More... over 16 years ago
increase indicator size for windows
Paul Ishenin
as paul
More... over 16 years ago
implement border style for gtk TListBox and added generic way for setting border style for all scrollables
Paul Ishenin
as paul
More... over 16 years ago
checklistbox editor: - show toolbutton hints - handle enabled state of toolbuttons
Paul Ishenin
as paul
More... over 16 years ago
publish more events and properties of TCheckListBox (same as TListBox have)
Paul Ishenin
as paul
More... over 16 years ago
synedit, fix compile for x86_64 More... over 16 years ago
LCL, fix gtk intf compile with fpc r9485 #cb1741aade or later More... over 16 years ago
LCL: TApplicationProperties now uses handler lists instead of global events More... over 16 years ago
LazDoc - updates to TComboBox, TScrollBar in StdCtrls.xml More... over 16 years ago
TCheckListBox.State property and support for grayed states: - win32 and gtk2 working - wince - only setting state. drawing of state is not implemented as before - gtk - only setting state, drawing of grayed state to be implemented - carbon - mapped to UnChecked, Checked (grayed is also treated as checked)
Paul Ishenin
as paul
More... over 16 years ago