2009-06-06 |
Vadim Zeitlin | make wxTreeCtrl::SelectItem(false) work in single selec... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | simplify code by removing workaround not needed any... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | fix bug in generic wxTreeCtrl: calling SelectItem(true... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | added multiple selections support to wxDirCtrl (closes... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | compilation fixes for OS X Cocoa build |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | export wxStatusBarPaneArray from the DLL to fix Borland... |
tree | commitdiff |
2009-06-05 |
Stefan Csomor | avoiding events during destruction, fixes #10855 |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | added wxEditbaleListBox XRC handler |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | correct the fix for avoiding the integer multiplication... |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | use wxAutoBufferedPaintDC to avoid needlessly double... |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | account properly for the menu in SetShape() (closes... |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | postpone the call to CopyAttributes() until the DC... |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | removed assert checking that bit depth is 8 or 16 as... |
tree | commitdiff |
2009-06-04 |
Julian Smart | Use live update for splitter on Mac since Leopard seems... |
tree | commitdiff |
2009-06-04 |
Stefan Csomor | avoid overdrawing, fixes #10865 |
tree | commitdiff |
2009-06-03 |
Vadim Zeitlin | use wxRA_SPECIFY_COLS/ROWS instead of old, deprecated... |
tree | commitdiff |
2009-06-03 |
Vadim Zeitlin | work around g++ 4.3 warning about possibly ambiguous... |
tree | commitdiff |
2009-06-02 |
Vadim Zeitlin | fix wxIconBundle creation from multiimage files broken... |
tree | commitdiff |
2009-06-02 |
Vadim Zeitlin | check for integer overflow which could result in buffer... |
tree | commitdiff |
2009-06-02 |
Vadim Zeitlin | don't free() the same pointer twice if an error occurs... |
tree | commitdiff |
2009-06-02 |
Vadim Zeitlin | added wxUINTn_MAX constants; document them together... |
tree | commitdiff |
2009-06-02 |
Francesco Montorsi | add wxGetLinuxDistributionInfo() and wxPlatformInfo... |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | add wxProgressDialog::SetRange() function |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | do not show the timestamp column in the details pane... |
tree | commitdiff |
2009-06-01 |
Vadim Zeitlin | correct Borland #pragma hdrstop position |
tree | commitdiff |
2009-06-01 |
Robert Roebling | Closes #10495: wxDataViewCtrl needs a way to start... |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | fix loading ICO from socket stream: override OnSysTell... |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | document that CanRead() and GetImageCount() functions... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | extracted wxTextWrapper in its own header and made... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | don't redefine HAVE_STRFTIME as it can already be defin... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | added wxDC::CopyAttributes() and use it in wxBufferedDC... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | set focus to the window when the mouse is clicked in... |
tree | commitdiff |
2009-05-31 |
Václav Slavík | use enhanced metafiles for wxMSW print preview: this... |
tree | commitdiff |
2009-05-31 |
Václav Slavík | add ability to create wxEnhMetaFileDC based on a refere... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | don't redefine HAVE_STRFTIME as it can already be defin... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | added default ctor to wxMouseEventsManager, this is... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | don't add client area origin when positioning the child... |
tree | commitdiff |
2009-05-31 |
Jaakko Salli | Added wxPGProperty::SetDefaultValue(v), as a shortcut... |
tree | commitdiff |
2009-05-30 |
Vadim Zeitlin | implement Update() properly for the generic wxListCtrl... |
tree | commitdiff |
2009-05-30 |
Vadim Zeitlin | fix ANSI build compilation (closes #10846) |
tree | commitdiff |
2009-05-30 |
Vadim Zeitlin | compilation fix for wxUSE_STL==1 |
tree | commitdiff |
2009-05-30 |
Jaakko Salli | More forward-ported wxPython-bindings related cleanup... |
tree | commitdiff |
2009-05-30 |
Jaakko Salli | Forward-ported wxPython-bindings related cleanup from... |
tree | commitdiff |
2009-05-29 |
Julian Smart | Ensure the tooltip has been created before enabling... |
tree | commitdiff |
2009-05-28 |
Francesco Montorsi | avoid leaking allocated tooltips |
tree | commitdiff |
2009-05-28 |
Vadim Zeitlin | remove redundant extern keywords from wxEmptyString... |
tree | commitdiff |
2009-05-28 |
Stefan Csomor | fixing length param, see #10846 |
tree | commitdiff |
2009-05-28 |
Vadim Zeitlin | compilation fix for STL/!UNICODE case (closes #10846) |
tree | commitdiff |
2009-05-27 |
Stefan Csomor | fixing non-unicode build |
tree | commitdiff |
2009-05-27 |
Stefan Csomor | moving common code up |
tree | commitdiff |
2009-05-27 |
Stefan Csomor | updating cursor code from Dave's newer version, fixes... |
tree | commitdiff |
2009-05-27 |
Stefan Csomor | allowing font changes on multi-line textctrls, see... |
tree | commitdiff |
2009-05-27 |
Stefan Csomor | make sure NSScrollers are always having the desired... |
tree | commitdiff |
2009-05-25 |
Vadim Zeitlin | no changes, simply mention a possible misuse of API... |
tree | commitdiff |
2009-05-25 |
Vadim Zeitlin | add support for defining list control columns in XRC... |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | remove wxMSW-specific (but copied into wxPalm too)... |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | always dispatch messages for the hidden window which... |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | fill in the fields of wxListItem in a wxListEvent befor... |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | correct the inversed assert check in LVN_DELETEITEM... |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | compilation fix for wxOSX_USE_EXPERIMENTAL_FONTDIALOG... |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | update CRT environment block in wxSetEnv() too |
tree | commitdiff |
2009-05-23 |
Vadim Zeitlin | make wxWindow::SetAutoLayout() now works for all window... |
tree | commitdiff |
2009-05-22 |
Vadim Zeitlin | no real changes, just remove unneeded empty dtor |
tree | commitdiff |
2009-05-22 |
Vadim Zeitlin | return the correct number of columns from wxGridStringT... |
tree | commitdiff |
2009-05-22 |
Vadim Zeitlin | fix unused parameter warning after r60715 |
tree | commitdiff |
2009-05-22 |
Vadim Zeitlin | don't clear the status bar help text if the wxEVT_MENU_... |
tree | commitdiff |
2009-05-22 |
Vadim Zeitlin | implement wxGetActiveWindow() which is now used by... |
tree | commitdiff |
2009-05-21 |
Julian Smart | COrrected my misapplied fix, sorry |
tree | commitdiff |
2009-05-20 |
Vadim Zeitlin | don't use m_useProxy if !wxUSE_PROTOCOL_HTTP (see ... |
tree | commitdiff |
2009-05-20 |
Vadim Zeitlin | compilation fix in FindPaperType() after latest change |
tree | commitdiff |
2009-05-20 |
Julian Smart | Avoid resetting size if paper id not found |
tree | commitdiff |
2009-05-20 |
Vadim Zeitlin | do allow calling Hide() on the window before it is... |
tree | commitdiff |
2009-05-20 |
Julian Smart | Fixed invisible CHM tooltip text bug when window text... |
tree | commitdiff |
2009-05-20 |
Julian Smart | Added a comment about DMPAPER_USER not always working |
tree | commitdiff |
2009-05-20 |
Julian Smart | Fixed a problem with unrecognised paper id conversions |
tree | commitdiff |
2009-05-19 |
Vadim Zeitlin | added Asturian language entry (see #10808) |
tree | commitdiff |
2009-05-17 |
Vadim Zeitlin | deal with fonts with empty face name correctly in wxNat... |
tree | commitdiff |
2009-05-17 |
Vadim Zeitlin | deal with the fonts without any specified face name... |
tree | commitdiff |
2009-05-17 |
Vadim Zeitlin | do not overwrite ms_{hwnd,className} in wxTimerHiddenWi... |
tree | commitdiff |
2009-05-16 |
Francesco Montorsi | fix typo from previous commit |
tree | commitdiff |
2009-05-16 |
Francesco Montorsi | fix the wxCursor(const wxString& cursor_file, ...)... |
tree | commitdiff |
2009-05-16 |
Václav Slavík | fixed typo in error message |
tree | commitdiff |
2009-05-15 |
Vadim Zeitlin | move virtual GetPath() implementation out of line to... |
tree | commitdiff |
2009-05-15 |
Václav Slavík | simplified code now that utf8_str() always returns... |
tree | commitdiff |
2009-05-15 |
Julian Smart | Added background colour control |
tree | commitdiff |
2009-05-15 |
Václav Slavík | set icons bundle instead of single icon for wxHtmlHelpFrame |
tree | commitdiff |
2009-05-15 |
Stefan Csomor | applying, closes #9012 |
tree | commitdiff |
2009-05-14 |
Julian Smart | Corrected event routing/id change bug |
tree | commitdiff |
2009-05-14 |
Benjamin Williams | in wxAuiToolBar, make certain that IsChecked() returns... |
tree | commitdiff |
2009-05-13 |
Vadim Zeitlin | don't use empty attribute name in wxIconXmlHandler... |
tree | commitdiff |
2009-05-13 |
Vadim Zeitlin | fix handling of wxBitmap nodes broken by previous chang... |
tree | commitdiff |
2009-05-13 |
Vadim Zeitlin | compare wxMessageDialog::ShowModal() return value with... |
tree | commitdiff |
2009-05-13 |
Stefan Csomor | missing classinfo |
tree | commitdiff |
2009-05-13 |
Stefan Csomor | add window-modal dialog calls and fallback implementation |
tree | commitdiff |
2009-05-12 |
Stefan Csomor | files are replaced by dataview implementations |
tree | commitdiff |
2009-05-12 |
Vadim Zeitlin | VC6 compilation fix (thanks buildbot) |
tree | commitdiff |
2009-05-12 |
Vadim Zeitlin | add missing wxUSE_DEFERRED_SIZING tests (closes #10766) |
tree | commitdiff |
2009-05-12 |
Jouk Jansen | declaration of sendevent should be equal in grid.cpp... |
tree | commitdiff |
2009-05-11 |
Vadim Zeitlin | fixed wxRadioBox positioning to take the client area... |
tree | commitdiff |
2009-05-11 |
Robert Roebling | Reapplied some previous patches that got lost while... |
tree | commitdiff |
next |