2009-08-14 |
Vadim Zeitlin | Allow customizing wxDebugReportCompress output file. |
tree | commitdiff |
2009-08-11 |
Vadim Zeitlin | Create compressed debug report file outside of temporar... |
tree | commitdiff |
2009-08-11 |
Vadim Zeitlin | Use the app name, not display name, as debug report... |
tree | commitdiff |
2009-08-10 |
Vadim Zeitlin | Update wxFlexGridSizer ctors to match (new) wxGridSizer... |
tree | commitdiff |
2009-08-10 |
Vadim Zeitlin | Made wxWindow::HasScrollbar() do what it says. |
tree | commitdiff |
2009-08-06 |
Vadim Zeitlin | Don't overwrite status message when restoring it if... |
tree | commitdiff |
2009-08-06 |
Vadim Zeitlin | Don't pop explicitly changed status messages. |
tree | commitdiff |
2009-08-06 |
Vadim Zeitlin | No changes, just removed the whitespace. |
tree | commitdiff |
2009-08-05 |
Vadim Zeitlin | Use wxFileInputStream if wxFFileInputStream is not... |
tree | commitdiff |
2009-08-05 |
Vadim Zeitlin | Use wxFile for IO if wxFFile is not available. |
tree | commitdiff |
2009-08-03 |
Vadim Zeitlin | Implement wxDataViewTreeStore::DeleteAllItems(). |
tree | commitdiff |
2009-08-02 |
Vadim Zeitlin | Make wxGridSizer ctors more consistent. |
tree | commitdiff |
2009-07-31 |
Václav Slavík | compilation fix: only one wxInitialize form may have... |
tree | commitdiff |
2009-07-30 |
Václav Slavík | added wxInitialize() overload taking char**, to make... |
tree | commitdiff |
2009-07-30 |
Václav Slavík | Use wxInitializer in wxEntryReal() instead of directly... |
tree | commitdiff |
2009-07-26 |
Vadim Zeitlin | Correct the check for wxSTOCK_FOR_BUTTON. |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Implement wxWindow::GetToolTipText(). |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Fix harmless MSVC warning. |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Don't use mnemonic for Cancel button under MSW. |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Added wxSTOCK_FOR_BUTTON flag for wxGetStockLabel(). |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Set all parent frame icons for print preview frame. |
tree | commitdiff |
2009-07-24 |
Vadim Zeitlin | Fix harmless unused parameter warning. |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-07-22 |
Vadim Zeitlin | Handle %e in ParseFormat(). |
tree | commitdiff |
2009-07-21 |
Vadim Zeitlin | Support delayed destruction in console applications... |
tree | commitdiff |
2009-07-20 |
Vadim Zeitlin | Include wx/dataobj.h from wx/clipbrd.h. |
tree | commitdiff |
2009-07-20 |
Vadim Zeitlin | Put braces around all calls to wxLogFunctions() inside... |
tree | commitdiff |
2009-07-20 |
Vadim Zeitlin | Dispatch pending events without waiting for idle time... |
tree | commitdiff |
2009-07-18 |
Vadim Zeitlin | Flush output stream in wxMessageOutputStderr::Output... |
tree | commitdiff |
2009-07-18 |
Vadim Zeitlin | Add option FILE* parameter to wxMessageOutputStderr... |
tree | commitdiff |
2009-07-18 |
Vadim Zeitlin | Do our best to show messages logged during program... |
tree | commitdiff |
2009-07-17 |
Vadim Zeitlin | No real changes, just refactor wxEventLoop/wxApp::Proce... |
tree | commitdiff |
2009-07-17 |
Vadim Zeitlin | use the currently active event loop instead of the... |
tree | commitdiff |
2009-07-15 |
Vadim Zeitlin | fix log target auto creation broken by recent changes |
tree | commitdiff |
2009-07-13 |
Vadim Zeitlin | Ensure that component levels map is initialized before... |
tree | commitdiff |
2009-07-13 |
Vadim Zeitlin | Make wxLog::EnableLogging() and wxLogNull thread-specific. |
tree | commitdiff |
2009-07-13 |
Vadim Zeitlin | Add support for thread-specific log targets. |
tree | commitdiff |
2009-07-12 |
Vadim Zeitlin | Make critical sections initialization really thread... |
tree | commitdiff |
2009-07-12 |
Vadim Zeitlin | Removed another occurrence of previous log critical... |
tree | commitdiff |
2009-07-12 |
Vadim Zeitlin | Removed critical section protecting last repeat counter. |
tree | commitdiff |
2009-07-12 |
Vadim Zeitlin | Made wxLogXXX() functions thread-safe. |
tree | commitdiff |
2009-07-12 |
Vadim Zeitlin | Add component-level filtering to wxLog. |
tree | commitdiff |
2009-07-10 |
Vadim Zeitlin | fix harmless warnings about uninitialized (not really... |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | guarding for scrollbar use |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | supporting SetFont(wxNullFont), fixes #10980 |
tree | commitdiff |
2009-07-09 |
Vadim Zeitlin | remove scope-resolution operator from wxLogError()... |
tree | commitdiff |
2009-07-09 |
Vadim Zeitlin | Add information about the log message generation locati... |
tree | commitdiff |
2009-07-09 |
Robert Roebling | Reduce size of virtual list before sending out delete... |
tree | commitdiff |
2009-07-09 |
Vadim Zeitlin | compilation fix for !WXWIN_COMPATIBILITY_2_8 build |
tree | commitdiff |
2009-07-08 |
Vadim Zeitlin | Changed wxLog DoLogXXX() callbacks and introduced wxLog... |
tree | commitdiff |
2009-07-06 |
Vadim Zeitlin | correct writing direction for Farsi |
tree | commitdiff |
2009-07-05 |
Vadim Zeitlin | added EVT_DATAVIEW_CACHE_HINT event (closes #9891) |
tree | commitdiff |
2009-07-03 |
Vadim Zeitlin | we need to reset m_connected flag as well as setting... |
tree | commitdiff |
2009-07-03 |
Vadim Zeitlin | don't call wxSocketImpl::ReenableEvents() if the socket... |
tree | commitdiff |
2009-07-03 |
Vadim Zeitlin | suppress harmless warning about possibly uninitialized... |
tree | commitdiff |
2009-07-02 |
Vadim Zeitlin | use WXSIZEOF(x) instead of sizeof(x)/sizeof(x[0]) ... |
tree | commitdiff |
2009-07-02 |
Vadim Zeitlin | reset m_establishing flag and last error when asynchron... |
tree | commitdiff |
2009-07-02 |
Vadim Zeitlin | set socket state to connected when it receives a connec... |
tree | commitdiff |
2009-07-02 |
Vadim Zeitlin | ignore bCase parameter of wxSortedArrayString::Index... |
tree | commitdiff |
2009-07-01 |
Vadim Zeitlin | interpret ~ specially only when it is the first charact... |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | added wxICON_NONE and implement support for it in wxGTK... |
tree | commitdiff |
2009-06-23 |
Vadim Zeitlin | adjust the toolbar tools bitmap size to fit the biggest... |
tree | commitdiff |
2009-06-22 |
Vadim Zeitlin | Added DoGetClientBestSize() and use it for a couple... |
tree | commitdiff |
2009-06-20 |
Kevin Ollivier | Forward port wxGraphicsBitmap cairo implementation... |
tree | commitdiff |
2009-06-20 |
Vadim Zeitlin | fix many mostly harmless warnings in wxOSX/Carbon build |
tree | commitdiff |
2009-06-17 |
Vadim Zeitlin | wxFont::MakeXXX() and Scale() methods now modify the... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | introduce wxBG_STYLE_{ERASE,PAINT} and implement their... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | fix compilation without wxUSE_STREAMS (closes #10900) |
tree | commitdiff |
2009-06-16 |
Robert Roebling | Many more corrections and clarifications to virtual... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | use the directory of the most recently opened file... |
tree | commitdiff |
2009-06-15 |
Jaakko Salli | Fixed printf-related warnings |
tree | commitdiff |
2009-06-15 |
Jaakko Salli | Added support for wxLongLong and wxULongLong in wxVaria... |
tree | commitdiff |
2009-06-15 |
Robert Roebling | Correct wxDataViewListModel::RowPrepended |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | implement images support for wxButton under XP and... |
tree | commitdiff |
2009-06-13 |
Jaakko Salli | Converted wxVariant to use wxObject's reference countin... |
tree | commitdiff |
2009-06-13 |
Vadim Zeitlin | fix compilation after wxRefCounter changes |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | added convenient wxFont::Make{Bold,Italic,Smaller,Large... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | only allow selecting existing files in wxLoadFileSelect... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | reuse wxObjectRefData for various ref-counted classes... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | make more wxFileName methods const (closes #10887) |
tree | commitdiff |
2009-06-12 |
Michael Wetherell | Forward port r56500. |
tree | commitdiff |
2009-06-11 |
Vadim Zeitlin | make wxFileName::{Mk,Rm}dir() const (closes #10868) |
tree | commitdiff |
2009-06-11 |
Robert Roebling | In virtual list mode, map first row to 1, not to 0... |
tree | commitdiff |
2009-06-07 |
Vadim Zeitlin | remove inline from IosSeekDirToWxSeekMode() to work... |
tree | commitdiff |
2009-06-07 |
Vadim Zeitlin | correct bug with using uninitialized end variable ... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | return wxStandardPaths, not wxStandardPathsBase, from... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | export wxStatusBarPaneArray from the DLL to fix Borland... |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | correct the fix for avoiding the integer multiplication... |
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-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 |
Francesco Montorsi | add wxGetLinuxDistributionInfo() and wxPlatformInfo... |
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 |
next |