projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Removing more CodeWarrior project files.
[wxWidgets.git]
/
src
/
2009-03-12
Jaakko Salli
Reworked the way child properties can be added to a...
tree
|
commitdiff
2009-03-12
Kevin Ollivier
CodeWarrior has been discontinued on Mac for years...
tree
|
commitdiff
2009-03-12
Vadim Zeitlin
compilation fix for ANSI build
tree
|
commitdiff
2009-03-12
Jouk Jansen
update OpenVMS makefiles
tree
|
commitdiff
2009-03-11
Robert Roebling
Commit third algorithm for sorting and preserving old...
tree
|
commitdiff
2009-03-11
Vadim Zeitlin
work around some (harmless) g++ warnings about possibly...
tree
|
commitdiff
2009-03-11
Vadim Zeitlin
remove MSVC warnings about DLL-exported class inheritin...
tree
|
commitdiff
2009-03-11
Kevin Ollivier
Get SetLabel working again for wxStaticText by overridi...
tree
|
commitdiff
2009-03-10
Stefan Csomor
adding pure CoreText Impl
tree
|
commitdiff
2009-03-10
Robert Roebling
Make a single for loop out of two
tree
|
commitdiff
2009-03-10
Vadim Zeitlin
also fix handling of wxSP_ARROW_KEYS|wxSP_WRAP (see...
tree
|
commitdiff
2009-03-10
Vadim Zeitlin
honour wxSP_ARROW_KEYS in wxSpinCtrlGeneric and don...
tree
|
commitdiff
2009-03-10
Robert Roebling
Use sorting algo using wxQsort that includes the old...
tree
|
commitdiff
2009-03-10
Robert Roebling
Make wxDataViewModel::Compare() const
tree
|
commitdiff
2009-03-10
Kevin Ollivier
Focus handling fixes - make sure new windows activate...
tree
|
commitdiff
2009-03-10
Kevin Ollivier
Border styles create a double-border on native search...
tree
|
commitdiff
2009-03-09
Vadim Zeitlin
add support for multiple extensions to wxImage handlers...
tree
|
commitdiff
2009-03-09
Vadim Zeitlin
no real changes, just correct a comment (closes #10563)
tree
|
commitdiff
2009-03-09
Robert Roebling
Implement vetoing editing in wxDataViewTextRenderer...
tree
|
commitdiff
2009-03-09
Robert Roebling
Add wxDataViewEvent for vetoing label editing (see...
tree
|
commitdiff
2009-03-09
Vadim Zeitlin
close the associated frame if the view is deleted direc...
tree
|
commitdiff
2009-03-09
Vadim Zeitlin
don't use wxScopedPtr<> in wxDocTemplate::CreateDocumen...
tree
|
commitdiff
2009-03-09
Vadim Zeitlin
PCH-less build fix after r59452
tree
|
commitdiff
2009-03-09
Vadim Zeitlin
don't leak memory if exceptions are thrown during a...
tree
|
commitdiff
2009-03-09
Jaakko Salli
Minor wxPGMultiButton refacotring
tree
|
commitdiff
2009-03-09
Jaakko Salli
Allow wxPGMultiButton to work even if primary editor...
tree
|
commitdiff
2009-03-09
Vadim Zeitlin
don't call neither OnSaveModified() nor Modify(false...
tree
|
commitdiff
2009-03-09
Vadim Zeitlin
restore passing WM_COMMAND messages for SC_XXX commands...
tree
|
commitdiff
2009-03-09
Kevin Ollivier
Fix for accessing m_peer during initialization.
tree
|
commitdiff
2009-03-08
Robert Roebling
Commit most parts of #10495 wxDataViewCtrl needs a...
tree
|
commitdiff
2009-03-08
Robert Roebling
Fixes #10556: wxDataViewCtrl keyboard navigation broken...
tree
|
commitdiff
2009-03-08
Vadim Zeitlin
take into account the width of the static box label...
tree
|
commitdiff
2009-03-08
Vadim Zeitlin
no changes, just removed unnecessary GetStaticBoxBorder...
tree
|
commitdiff
2009-03-08
Francesco Montorsi
add wxAppConsoleBase::DeletePendingEvents and wxEvtHand...
tree
|
commitdiff
2009-03-08
Francesco Montorsi
document wxProgressDialog::Update(maximumValue) behavio...
tree
|
commitdiff
2009-03-08
Jaakko Salli
Added support for 'AutoComplete' attribute, automatical...
tree
|
commitdiff
2009-03-08
Jaakko Salli
Always reduce size of the last (instead of widest)...
tree
|
commitdiff
2009-03-08
Stefan Csomor
letting the peer declare whether it wants to draw its...
tree
|
commitdiff
2009-03-08
Kevin Ollivier
Fix double-click support for wxListBox (#10548)
tree
|
commitdiff
2009-03-08
Kevin Ollivier
Mac inherits the window variant setting on control...
tree
|
commitdiff
2009-03-08
Kevin Ollivier
Fixes needed to get transient popup windows working...
tree
|
commitdiff
2009-03-08
Kevin Ollivier
Make sure the user can't select the text.
tree
|
commitdiff
2009-03-07
Vadim Zeitlin
detect adding too many items to a grid sizer sooner...
tree
|
commitdiff
2009-03-07
Vadim Zeitlin
support %l in wxDateTime::ParseFormat()
tree
|
commitdiff
2009-03-07
Vadim Zeitlin
optimize Replace() to use a linear algorithm (closes...
tree
|
commitdiff
2009-03-07
Vadim Zeitlin
replace wxGetMultipleChoices() with wxGetSelectedChoice...
tree
|
commitdiff
2009-03-07
Vadim Zeitlin
correct size of extra controls in pixels to dialogs...
tree
|
commitdiff
2009-03-07
Vadim Zeitlin
don't add the sash size to the best size if the window...
tree
|
commitdiff
2009-03-07
Vadim Zeitlin
also remove WXUNUSED_UNLESS_DEBUG to fix release build...
tree
|
commitdiff
2009-03-07
Vadim Zeitlin
compilation fix: add missing header after r59404
tree
|
commitdiff
2009-03-07
Vadim Zeitlin
store our styles in wxSpinCtrlGenericBase ctor (needed...
tree
|
commitdiff
2009-03-07
Vadim Zeitlin
support wxSP_WRAP in generic implementation (closes...
tree
|
commitdiff
2009-03-07
Robert Roebling
wxDATAVIEW_CELL_ACTIVATABLE translates Editable under...
tree
|
commitdiff
2009-03-07
Vadim Zeitlin
fix generation of key events with Alt pressed broken...
tree
|
commitdiff
2009-03-07
Vadim Zeitlin
added wxProtocolLog class for logging network requests...
tree
|
commitdiff
2009-03-07
Robert Roebling
Report first selected item in selection change event
tree
|
commitdiff
2009-03-07
Robert Roebling
Make wxDataViewCtrl::GetBestSize() return a height...
tree
|
commitdiff
2009-03-07
Robert Roebling
Correct define
tree
|
commitdiff
2009-03-07
Kevin Ollivier
For search ctrl, the bordered and bezeled styles destro...
tree
|
commitdiff
2009-03-07
Kevin Ollivier
Add alignment support, and more tweaks for label size...
tree
|
commitdiff
2009-03-06
Francesco Montorsi
fix wxDataObjectComposite::GetFormatCount and add some...
tree
|
commitdiff
2009-03-06
Robert Roebling
wxBusyInfo now uses wxGenericStaticText under GTK+...
tree
|
commitdiff
2009-03-06
Francesco Montorsi
don't return hardcoded constants for empty renderers...
tree
|
commitdiff
2009-03-06
Francesco Montorsi
fix wxTextDataObject::GetDataHere and SetData functions...
tree
|
commitdiff
2009-03-06
Francesco Montorsi
comment out wxPrintf/wxLogDebug calls; fix some indenta...
tree
|
commitdiff
2009-03-06
Robert Roebling
Correct minor bishaviours in Expand() and Collapse()
tree
|
commitdiff
2009-03-06
Robert Roebling
Initialise DC only when needed and deinitilise it prope...
tree
|
commitdiff
2009-03-06
Jaakko Salli
Property value images are no longer shrinked horizontally
tree
|
commitdiff
2009-03-06
Vadim Zeitlin
don't allow setting readonly combobox value to a string...
tree
|
commitdiff
2009-03-06
Vadim Zeitlin
added wxZlibStream::SetDictionary() (closes #10551)
tree
|
commitdiff
2009-03-06
Vadim Zeitlin
fix duplicate events for selection keys after the last...
tree
|
commitdiff
2009-03-06
Vadim Zeitlin
no changes, just some minor cleanup
tree
|
commitdiff
2009-03-06
Vadim Zeitlin
only set maximal tooltip width if it's greater than...
tree
|
commitdiff
2009-03-06
Vadim Zeitlin
pass ApplyEdit() arguments to EndEdit() too for better...
tree
|
commitdiff
2009-03-06
Julian Smart
Removed conflicting virtual function
tree
|
commitdiff
2009-03-06
Francesco Montorsi
Indentation/coding style adjustments.
tree
|
commitdiff
2009-03-06
Francesco Montorsi
fix crash when using wxDataViewListStore::DeleteAllItems
tree
|
commitdiff
2009-03-05
Kevin Ollivier
Fill out the left and top fields as well.
tree
|
commitdiff
2009-03-05
Kevin Ollivier
Make about dialog non-modal on GTK/Mac and don't show...
tree
|
commitdiff
2009-03-05
Francesco Montorsi
do not use HDS_FLAT by default
tree
|
commitdiff
2009-03-05
Kevin Ollivier
Sheet support for wxDirDialog.
tree
|
commitdiff
2009-03-05
Kevin Ollivier
Don't use result for both NS and wx button ID values.
tree
|
commitdiff
2009-03-05
Kevin Ollivier
Sheet support for wxMessageDialog.
tree
|
commitdiff
2009-03-05
Kevin Ollivier
Fix for sheets based on NSAlert.
tree
|
commitdiff
2009-03-05
Kevin Ollivier
Fix typo.
tree
|
commitdiff
2009-03-05
Kevin Ollivier
Make sure we call SetEventObject before firing events.
tree
|
commitdiff
2009-03-05
Kevin Ollivier
Make wxStaticText for OS X Cocoa properly size multilin...
tree
|
commitdiff
2009-03-05
Kevin Ollivier
Use sheets for native file dialogs if the dialog has...
tree
|
commitdiff
2009-03-05
Vadim Zeitlin
don't use WPARAM in the header (build fix after r59336)
tree
|
commitdiff
2009-03-05
Julian Smart
Don't set a large minimum size for both panes
tree
|
commitdiff
2009-03-05
Julian Smart
Prevent splitter sash being set below minimum size...
tree
|
commitdiff
2009-03-05
Vadim Zeitlin
fix multiple problems with selection in controls with...
tree
|
commitdiff
2009-03-05
Kevin Ollivier
Ensure that WriteText moves the selection to the end...
tree
|
commitdiff
2009-03-05
Kevin Ollivier
Fix comparison operator for functions keys (fixes ...
tree
|
commitdiff
2009-03-05
Francesco Montorsi
improve look of wxDataViewCtrl and of its renderer...
tree
|
commitdiff
2009-03-04
Kevin Ollivier
Ensure we get mouse moved events.
tree
|
commitdiff
2009-03-04
Jaakko Salli
By default, always refresh editor and redraw properties...
tree
|
commitdiff
2009-03-04
Kevin Ollivier
Don't always set the titled mask.
tree
|
commitdiff
2009-03-04
Francesco Montorsi
remove wxSYS_DEFAULT_PALETTE: it's supported only by...
tree
|
commitdiff
2009-03-04
Jouk Jansen
inserting missing include for non PCH-build
tree
|
commitdiff
next