2007-06-19 |
Václav Slavík | make wxSetEnv compatible with ANSI and Unicode, depreca... |
tree | commitdiff |
2007-06-19 |
Václav Slavík | added missing #if wxUSE_STDPATHS |
tree | commitdiff |
2007-06-19 |
Václav Slavík | return wxString from wxDynamicLibrary::GetDllExt() |
tree | commitdiff |
2007-06-19 |
Václav Slavík | use wxString in wxFileSystem::FindFileInPath() |
tree | commitdiff |
2007-06-19 |
Václav Slavík | compilation fix for non-STL build |
tree | commitdiff |
2007-06-19 |
Julian Smart | Finally fixed control scrolling |
tree | commitdiff |
2007-06-19 |
Václav Slavík | wxLog::Get/Settimestamp() now use wxString |
tree | commitdiff |
2007-06-19 |
Václav Slavík | changed wxFFileOutput/InputStream ctor 'mode' argument... |
tree | commitdiff |
2007-06-19 |
Václav Slavík | changed wxGLContext::SetColour() argument from wxChar... |
tree | commitdiff |
2007-06-18 |
Robin Dunn | Coerce to floating point to fix ResampleBicubic. See... |
tree | commitdiff |
2007-06-18 |
Robin Dunn | Send the calendar and date changed events to the datepi... |
tree | commitdiff |
2007-06-18 |
Mattia Barbon | Must update iterator to avoid infinite loop |
tree | commitdiff |
2007-06-18 |
Václav Slavík | improve XRC loading performance on Unix by avoiding... |
tree | commitdiff |
2007-06-18 |
Václav Slavík | make our vsnprintf() implementation work for ANSI versi... |
tree | commitdiff |
2007-06-18 |
Mart Raudsepp | gtk_border_free is for freeing GtkBorder's, not g_free. |
tree | commitdiff |
2007-06-18 |
Mart Raudsepp | Fix memory leak in wxTextCtrl au_check_word that was... |
tree | commitdiff |
2007-06-17 |
Václav Slavík | when selecting text in wxHTML, selecting half a charact... |
tree | commitdiff |
2007-06-17 |
Václav Slavík | fixed selecting part of word from right to left in... |
tree | commitdiff |
2007-06-17 |
Mattia Barbon | Linking fix: g_isIdle is for GTK1 only. |
tree | commitdiff |
2007-06-17 |
Václav Slavík | determine wxFSFile's MIME type when wxFSFile::GetMimeTy... |
tree | commitdiff |
2007-06-17 |
Václav Slavík | don't make read-only text controls editable when enabled |
tree | commitdiff |
2007-06-17 |
Vadim Zeitlin | correct setting of pSymbol->SizeOfStruct (patch 1737789) |
tree | commitdiff |
2007-06-16 |
Vadim Zeitlin | fix unused parameters warnings |
tree | commitdiff |
2007-06-16 |
Václav Slavík | fixed crash when setting locale |
tree | commitdiff |
2007-06-16 |
Václav Slavík | wxUSE_STL compilation fixes for wxGenericFontDialog |
tree | commitdiff |
2007-06-16 |
Václav Slavík | removed code for compatibility with OS X <= 10.2, 10... |
tree | commitdiff |
2007-06-16 |
Vadim Zeitlin | show the unhandled exceptions in debug build instead... |
tree | commitdiff |
2007-06-16 |
Vadim Zeitlin | replace wxDocument::GetPrintableName(wxString&) and... |
tree | commitdiff |
2007-06-15 |
Václav Slavík | always compile at least a minimal version of wxStandard... |
tree | commitdiff |
2007-06-15 |
Václav Slavík | use char* instead of wxChar* for XRC IDs to save space... |
tree | commitdiff |
2007-06-15 |
Vadim Zeitlin | added wxDEPRECATED_BUT_USED_INTERNALLY macro and use... |
tree | commitdiff |
2007-06-15 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2007-06-15 |
Václav Slavík | don't put invalid UTF-8 data into wxString if Printf... |
tree | commitdiff |
2007-06-15 |
Václav Slavík | (blind) compilation fix |
tree | commitdiff |
2007-06-14 |
Paul Cornett | typo fix |
tree | commitdiff |
2007-06-14 |
Paul Cornett | remove gtk1 code |
tree | commitdiff |
2007-06-14 |
Václav Slavík | fixed wxComboBox::Replace() to correctly use UTF-8... |
tree | commitdiff |
2007-06-13 |
Václav Slavík | prefer wxFFile to wxFile if both are available, for... |
tree | commitdiff |
2007-06-13 |
Václav Slavík | make wxFrame a wxControlContainer too, so that it behav... |
tree | commitdiff |
2007-06-13 |
Václav Slavík | don't propagate wxChildFocusEvent outside of wxTLWs |
tree | commitdiff |
2007-06-13 |
Vadim Zeitlin | added wxNullPtr and use it instead of just 0 with wxFil... |
tree | commitdiff |
2007-06-12 |
Václav Slavík | use wxString in wxDateTime methods (only partially... |
tree | commitdiff |
2007-06-12 |
Václav Slavík | more STL fixes |
tree | commitdiff |
2007-06-12 |
Václav Slavík | ANSI/Unix build compilation fixes |
tree | commitdiff |
2007-06-12 |
Václav Slavík | PCH-less compilation fix |
tree | commitdiff |
2007-06-11 |
Julian Smart | Added a new overload of wxDecToHex and used it in wxRic... |
tree | commitdiff |
2007-06-11 |
Václav Slavík | use wxString argument and not wxChar* in wxHtmlParser... |
tree | commitdiff |
2007-06-11 |
Václav Slavík | VC6 doesn't like 'return callToVoidFunc();' statements |
tree | commitdiff |
2007-06-11 |
Václav Slavík | OS X compilation fix |
tree | commitdiff |
2007-06-11 |
Václav Slavík | compilation fixes for PCH-less build |
tree | commitdiff |
2007-06-11 |
Václav Slavík | use wx/crt.h as the 'official' header for wxCRT wrapper... |
tree | commitdiff |
2007-06-10 |
Václav Slavík | fixed signed/unsigned comparison warning |
tree | commitdiff |
2007-06-10 |
Václav Slavík | PCH-less compilation fix |
tree | commitdiff |
2007-06-10 |
Václav Slavík | don't use implicit wxString->char*/wchar_t* conversion... |
tree | commitdiff |
2007-06-10 |
Václav Slavík | 1. made CRT wrappers definitions indepenent of wxUSE_UN... |
tree | commitdiff |
2007-06-09 |
Julian Smart | Faster hex encoding |
tree | commitdiff |
2007-06-09 |
Vadim Zeitlin | initialize the variable as XtVaGetValues() may not... |
tree | commitdiff |
2007-06-09 |
Vadim Zeitlin | generate disconnection event if recv() returns 0 in... |
tree | commitdiff |
2007-06-09 |
Vadim Zeitlin | fix custom draw bug for controls with only one column... |
tree | commitdiff |
2007-06-09 |
Vadim Zeitlin | fix SetProcessAffinityMask() prototype (was missing... |
tree | commitdiff |
2007-06-09 |
Vadim Zeitlin | cancel dragging if Esc is pressed (patch 1733657) |
tree | commitdiff |
2007-06-08 |
Václav Slavík | added wxUniChar::AsUTF8() for easy conversion in UTF8... |
tree | commitdiff |
2007-06-07 |
Robin Dunn | Yielding from a non-gui thread needs to bail out, other... |
tree | commitdiff |
2007-06-07 |
Julian Smart | Don't insert a newline when we get text |
tree | commitdiff |
2007-06-07 |
Václav Slavík | removed unused glob.inc file |
tree | commitdiff |
2007-06-06 |
Robert Roebling | Added initial OS X implementation of the wxDataViewCtrl |
tree | commitdiff |
2007-06-06 |
Václav Slavík | fixed wxScanf() etc. to compile with Visual C++ again |
tree | commitdiff |
2007-06-05 |
Václav Slavík | don't crash when using wxHtmlWidgetCell in wxHtmlListBox |
tree | commitdiff |
2007-06-04 |
Vadim Zeitlin | rename old wxAppConsole to wxAppConsoleBase and wxAppCo... |
tree | commitdiff |
2007-06-04 |
Vadim Zeitlin | reset one shot timer internal state instead of leaving... |
tree | commitdiff |
2007-06-04 |
Václav Slavík | wxSscanf() and friends are now Unicode+ANSI friendly... |
tree | commitdiff |
2007-06-04 |
Václav Slavík | compilation fix |
tree | commitdiff |
2007-06-04 |
Vadim Zeitlin | provide overloads for all kinds of strings for wxDataFo... |
tree | commitdiff |
2007-06-04 |
Václav Slavík | removed unneeded wxVaCopy calls |
tree | commitdiff |
2007-06-04 |
Václav Slavík | changed wxLog::OnLog(String) to take wxString instead... |
tree | commitdiff |
2007-06-04 |
Václav Slavík | changed wxFileSelector() etc. functions to use wxString... |
tree | commitdiff |
2007-06-03 |
Vadim Zeitlin | mingw32 doesn't define _tsystem so provide one ourselve... |
tree | commitdiff |
2007-06-03 |
Vadim Zeitlin | added raw RGB support and colour normalization to PNM... |
tree | commitdiff |
2007-06-02 |
Václav Slavík | use iterators in wxStaticText wrapping and escaping... |
tree | commitdiff |
2007-06-02 |
Vadim Zeitlin | factor out the fd<->handlers map from wxFDIODispatcher... |
tree | commitdiff |
2007-06-02 |
Vadim Zeitlin | enable non-top tabs workaround for Vista too (replaces... |
tree | commitdiff |
2007-06-02 |
Vadim Zeitlin | added msw.font.no-proof-quality system option as it... |
tree | commitdiff |
2007-06-02 |
Václav Slavík | implemented wxMBConv::IsUTF8() helper for more classes... |
tree | commitdiff |
2007-06-01 |
Vadim Zeitlin | extract setting max length in wxGridCellTextEditor... |
tree | commitdiff |
2007-06-01 |
Vadim Zeitlin | compilation fix: wxColour::GetColor() returns const... |
tree | commitdiff |
2007-06-01 |
Vadim Zeitlin | suppress warnings about void* to uint conversion losing... |
tree | commitdiff |
2007-06-01 |
Vadim Zeitlin | also correct run-time check for gtk_message_dialog_form... |
tree | commitdiff |
2007-05-31 |
Václav Slavík | use wxString, not wxChar*, in wxCreateDynamicObject... |
tree | commitdiff |
2007-05-30 |
Václav Slavík | use wxString, not wxChar*, in wxDataFormat ctor and... |
tree | commitdiff |
2007-05-30 |
Robert Roebling | Experimenting with cell attributes. |
tree | commitdiff |
2007-05-30 |
Robert Roebling | Implement for selection code. |
tree | commitdiff |
2007-05-30 |
Václav Slavík | changed wxGTK_CONV* macros to use utf8_str() and FromUT... |
tree | commitdiff |
2007-05-30 |
Václav Slavík | changed wxWindow::ApplyToolTip to take UTF8-encoded... |
tree | commitdiff |
2007-05-30 |
Václav Slavík | wxGTK_CONV -> wxGTK_CONV_SYS |
tree | commitdiff |
2007-05-30 |
Václav Slavík | put GtkArray into anonymous namespace, the name is... |
tree | commitdiff |
2007-05-30 |
Václav Slavík | 1. removed useless GtkStr class, wxGTK_CONV is the... |
tree | commitdiff |
2007-05-30 |
Robert Roebling | Correct new_order index in RowsReordered(). |
tree | commitdiff |
2007-05-30 |
Václav Slavík | use wxString instead of wxChar* in wxColour::Set/FromString |
tree | commitdiff |
2007-05-29 |
Julian Smart | Give the correct colour for notebook pages under Vista... |
tree | commitdiff |
2007-05-29 |
Jouk Jansen | OpenVMS build update |
tree | commitdiff |
next |