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 |
2009-03-03 |
Kevin Ollivier | More fixes for clickCount... even sometimes when respon... |
tree | commitdiff |
2009-03-03 |
Jaakko Salli | Remove unneeded workaround for a ScrolledWindow issue... |
tree | commitdiff |
2009-03-03 |
Jaakko Salli | Remove wxEnumProperty::ms_prevIndex |
tree | commitdiff |
2009-03-03 |
Julian Smart | Don't crash if no scrollbar |
tree | commitdiff |
2009-03-03 |
Vadim Zeitlin | compilation fix after last commit |
tree | commitdiff |
2009-03-03 |
Vadim Zeitlin | fix wxGTK1 compilation after wxTextEntry DoGetValue... |
tree | commitdiff |
2009-03-03 |
Vadim Zeitlin | fix virtual function hiding warnings |
tree | commitdiff |
2009-03-03 |
Vadim Zeitlin | fix virtual function hiding warnings |
tree | commitdiff |
2009-03-02 |
Francesco Montorsi | ProcessPendingEvents() is now in wxApp |
tree | commitdiff |
2009-03-02 |
Francesco Montorsi | move pending event processing back to wxApp (these... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | wxOSX build fix for wxRichTextCtrl after wxTextEntry... |
tree | commitdiff |
2009-03-02 |
Francesco Montorsi | revert r59246; the window parameter was there by purpos... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | another wxOSX build fix after wxTextEntry::GetValue... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | wxOSX build fix after wxTextEntry::GetValue() renaming... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | build fix: define DoGetValue() and GetEditableWindow() |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | fix warning about possibly uninitialized variable in... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | wxUniv compilation fixes after wxTextEntry::DoGetValue... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::DoGetValue() to allow returning... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::SetHint() (a.k.a. cue banner or... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | fix rendering of wxGrid on wxMSW when a dialog is over... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | use wxRenderer::GetCheckBoxSize() instead of doing... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | deprecated GetCheckBoxSize(wxWindow *) in favour of... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | move wxGridCellRenderer::Draw before other derived... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | better document the possible arguments accepted by... |
tree | commitdiff |
2009-03-01 |
Vadim Zeitlin | recognize schemes other than http and ftp in wxLaunchDe... |
tree | commitdiff |
2009-03-01 |
Vadim Zeitlin | added const_cast<> to silence gcc warnings (see #10520) |
tree | commitdiff |
2009-02-28 |
Robert Roebling | Never show tree lines when there are tree buttons under... |
tree | commitdiff |
2009-02-28 |
Robert Roebling | Use gdk_window_invalidate instead of gtk_widget_queue_d... |
tree | commitdiff |
2009-02-28 |
Vadim Zeitlin | compilation fixes for ANSI mode build (closes #10518) |
tree | commitdiff |
2009-02-28 |
Vadim Zeitlin | reset the tooltip text before changing it, this apparen... |
tree | commitdiff |
2009-02-28 |
Kevin Ollivier | Cast needed to fix compilation on 10.4 --This line... |
tree | commitdiff |
2009-02-27 |
Vadim Zeitlin | refactor wxDocChildFrame and wxDocMDIChildFrame to... |
tree | commitdiff |
2009-02-27 |
Julian Smart | Fixed wxRichTextCtrl base class |
tree | commitdiff |
2009-02-27 |
Vadim Zeitlin | move functions using deprecated methods out of line... |
tree | commitdiff |
2009-02-27 |
Julian Smart | Corrected IMPLEMENT_CLASS/BEGIN_EVENT_TABLE base class |
tree | commitdiff |
2009-02-27 |
Stefan Csomor | applying patch, fixes #10523 |
tree | commitdiff |
2009-02-27 |
Stefan Csomor | applying patch, fixes #10524 |
tree | commitdiff |
2009-02-26 |
Jaakko Salli | No longer overestimate virtual height given to the... |
tree | commitdiff |
2009-02-26 |
Vadim Zeitlin | deprecate the old TryValidator/Parent() and replace... |
tree | commitdiff |
2009-02-26 |
Vadim Zeitlin | override TryValidator() in wxMDIParentFrame to implemen... |
tree | commitdiff |
2009-02-26 |
Václav Slavík | added wxXmlResource::LoadFile() to avoid URL-vs-filenam... |
tree | commitdiff |
2009-02-26 |
Václav Slavík | fixed wxXmlResource::Load's detection of filenames... |
tree | commitdiff |
2009-02-25 |
Vadim Zeitlin | added wxGrid::{Set,Get}{Row,Col}Sizes() methods allowin... |
tree | commitdiff |
2009-02-25 |
Vadim Zeitlin | postpone the check for the validity of growable rows... |
tree | commitdiff |
2009-02-25 |
Francesco Montorsi | add wxAppConsoleBase::OnEventLoopEnter/Exit callbacks... |
tree | commitdiff |
2009-02-25 |
Vadim Zeitlin | don't call Refresh(empty-rect) unnecessarily |
tree | commitdiff |
2009-02-25 |
Francesco Montorsi | try to clear the device/logical unit fog; remove unused... |
tree | commitdiff |
2009-02-25 |
Kevin Ollivier | Remove no longer necessary re-entrancy check, fix funct... |
tree | commitdiff |
2009-02-25 |
Vadim Zeitlin | fix handling of long lines in wxGridCellAutoWrapStringR... |
tree | commitdiff |
2009-02-24 |
Benjamin Williams | focus fixes for wxAUINotebook (fixes #4361) |
tree | commitdiff |
next |