2007-05-25 |
Václav Slavík | implemented wxActivateEvent and restoring focus after... |
tree | commitdiff |
2007-05-25 |
Paul Cornett | Remove unneeded wxTLW child inserter function. |
tree | commitdiff |
2007-05-25 |
Vadim Zeitlin | added wxMSW-specific wxEntryStart() overload taking... |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | disable clearing event tables by default, only do it... |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | 1. Derive wxMessageDialogBase from wxDialog (why did... |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | fix DLL export declaration (adv, not core) |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | put #if wxUSE_FFILE && wxUSE_STREAMS around functions... |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | added wxRect::operator+() and *() (union and intersecti... |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | added wxAppTraits::CreateConfig() (patch 1721149) |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | use a different indicator when binding parameters and... |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | deprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just... |
tree | commitdiff |
2007-05-23 |
Václav Slavík | take wxString, not wxChar* in wxStandardPaths::GetLocal... |
tree | commitdiff |
2007-05-22 |
Vadim Zeitlin | don't define wxEventLoop class differently in GUI and... |
tree | commitdiff |
2007-05-22 |
Vadim Zeitlin | added wOnAssert(..., wxCStrData) overload to fix compil... |
tree | commitdiff |
2007-05-21 |
Václav Slavík | added another needed wxOnAssert overload |
tree | commitdiff |
2007-05-21 |
Václav Slavík | 1. make debugging macros compatible with ANSI build... |
tree | commitdiff |
2007-05-21 |
Václav Slavík | return reference to non-temporary wxString instance... |
tree | commitdiff |
2007-05-19 |
Paul Cornett | move m_sizeSet out of wxWindow |
tree | commitdiff |
2007-05-19 |
Paul Cornett | simplify DoSetClientSize |
tree | commitdiff |
2007-05-18 |
David Elliott | Include sys/types.h from selectdispatcher.h to ensure... |
tree | commitdiff |
2007-05-18 |
David Elliott | Add a wxLog::DoCreateOnDemand and call it from DoCommon... |
tree | commitdiff |
2007-05-18 |
David Elliott | * Add public wxApp::sm_isEmbedded flag like on wxMac... |
tree | commitdiff |
2007-05-18 |
Vadim Zeitlin | added virtual wxFrame::FindItemInMenuBar(): overriding... |
tree | commitdiff |
2007-05-18 |
Vadim Zeitlin | removed unused statusbar parameter from wxFrameBase... |
tree | commitdiff |
2007-05-18 |
Vadim Zeitlin | fix warning about unused rc variable in release builds |
tree | commitdiff |
2007-05-18 |
Vadim Zeitlin | override DoGetTextExtent instead of redefining GetTextE... |
tree | commitdiff |
2007-05-17 |
Václav Slavík | removed unused iterators ctors |
tree | commitdiff |
2007-05-16 |
Robin Dunn | Apply parts of patch #1719888 to fix compilation on... |
tree | commitdiff |
2007-05-16 |
Václav Slavík | return const wxString& instead of wxString from the... |
tree | commitdiff |
2007-05-16 |
Václav Slavík | restored accidentally commented-out code |
tree | commitdiff |
2007-05-15 |
Václav Slavík | added missing operators for int and unsigned char |
tree | commitdiff |
2007-05-15 |
Václav Slavík | make operators for comparing wxString and wx[W]CharBuff... |
tree | commitdiff |
2007-05-15 |
Václav Slavík | added operators for comparing wxString to wxCStrData |
tree | commitdiff |
2007-05-15 |
Václav Slavík | fixed non-const wxString iterators to work when a chara... |
tree | commitdiff |
2007-05-15 |
Václav Slavík | reverted accidental commit |
tree | commitdiff |
2007-05-15 |
Václav Slavík | added wxSTRING_TEXT() convenience macro for defining... |
tree | commitdiff |
2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily... |
tree | commitdiff |
2007-05-14 |
Vadim Zeitlin | djgpp doesn't have wint_t as separate type |
tree | commitdiff |
2007-05-14 |
David Elliott | Remove ObjcPose.h since nothing is using it anymore. |
tree | commitdiff |
2007-05-14 |
David Elliott | Rework idle handling so that NSApplication does not... |
tree | commitdiff |
2007-05-13 |
Václav Slavík | compilation fix for STL implementations that use (const... |
tree | commitdiff |
2007-05-12 |
David Elliott | Make wxCFRef take a template raw pointer parameter... |
tree | commitdiff |
2007-05-12 |
David Elliott | Implement NULL-checking wxCFRetain/wxCFRelease as sugge... |
tree | commitdiff |
2007-05-12 |
David Elliott | Added cfref.h containing wxCFRef templated CF ref holdi... |
tree | commitdiff |
2007-05-11 |
Vadim Zeitlin | added support for drop down toolbar buttons (patch... |
tree | commitdiff |
2007-05-11 |
Vadim Zeitlin | avoid truncating the colour channels values, this resul... |
tree | commitdiff |
2007-05-11 |
Václav Slavík | use const wxMBConv& instead of wxMBConv& in public... |
tree | commitdiff |
2007-05-10 |
Václav Slavík | fixed wxString::Last() to run in O(1), not O(n), in... |
tree | commitdiff |
2007-05-10 |
Václav Slavík | fixed creation of wxString from another wxString's... |
tree | commitdiff |
2007-05-10 |
Vadim Zeitlin | added wxListCtrl::SetItemPtrData() |
tree | commitdiff |
2007-05-09 |
Václav Slavík | changed wxString::StartsWidth/EndsWidth to take wxStrin... |
tree | commitdiff |
2007-05-09 |
Robert Roebling | GTK+ cell renderers are not widget, so use a |
tree | commitdiff |
2007-05-08 |
Robert Roebling | Beginning to make wxDC code compile both before |
tree | commitdiff |
2007-05-08 |
David Elliott | Move wxLaunchDefaultBrowser from BASE to CORE per wx... |
tree | commitdiff |
2007-05-07 |
Robert Roebling | [ 1713933 ] docs for wxEditableListBox |
tree | commitdiff |
2007-05-06 |
Robert Roebling | More preview code for the DC reorganisation. |
tree | commitdiff |
2007-05-06 |
Václav Slavík | fix compation with Watcom after latest vararg templates... |
tree | commitdiff |
2007-05-05 |
Vadim Zeitlin | declare GetGDKWindow() in wxDC to fix compilation of... |
tree | commitdiff |
2007-05-05 |
Vadim Zeitlin | compilation fix: SetLogicalFunction() is defined in... |
tree | commitdiff |
2007-05-05 |
Václav Slavík | fixed FromUTF8 in ANSI builds |
tree | commitdiff |
2007-05-05 |
Paul Cornett | add wxUSE_DRAGIMAGE wrapper |
tree | commitdiff |
2007-05-05 |
Václav Slavík | use utf8_str() in wxDFB |
tree | commitdiff |
2007-05-05 |
Václav Slavík | added wxString::FromUTF8/ToUTF8/utf8_str() |
tree | commitdiff |
2007-05-05 |
Paul Cornett | build fix for wxUSE_DRAGIMAGE==0 |
tree | commitdiff |
2007-05-05 |
Robert Roebling | Make wxGTK1.2 compile again. |
tree | commitdiff |
2007-05-05 |
Robert Roebling | Moved deprecated code to source file (didn't compile |
tree | commitdiff |
2007-05-05 |
Robert Roebling | Added wxDEPRECATED() around old wxDC methods taking |
tree | commitdiff |
2007-05-05 |
Robert Roebling | Added (empty) SetLogicalFunction() |
tree | commitdiff |
2007-05-05 |
Vadim Zeitlin | added wxTimerEvent::GetTimer() |
tree | commitdiff |
2007-05-05 |
Vadim Zeitlin | fix compilation in wxUSE_MENUS==0 case |
tree | commitdiff |
2007-05-05 |
Robert Roebling | Apply [ 1713345 ] combobox: cmd accelerators shouldn... |
tree | commitdiff |
2007-05-04 |
Václav Slavík | use wxString instead of const wxChar* in wxFFile public API |
tree | commitdiff |
2007-05-04 |
Václav Slavík | use wxString instead of const wxChar* in wxFile's publi... |
tree | commitdiff |
2007-05-04 |
Václav Slavík | use wxFormatString in wxV[f]printf() |
tree | commitdiff |
2007-05-04 |
Václav Slavík | compilation fix for --enable-utf8 --disable-utf8only... |
tree | commitdiff |
2007-05-04 |
Václav Slavík | use wxFormatString helper class for 'vararg' functions... |
tree | commitdiff |
2007-05-03 |
Robert Roebling | Putting draft of wxImplDC and the wxDC using it |
tree | commitdiff |
2007-05-03 |
Robert Roebling | Put old wxDC methods using long instead of wxCoord |
tree | commitdiff |
2007-05-03 |
Václav Slavík | fixed typo in Watcom code |
tree | commitdiff |
2007-05-03 |
Václav Slavík | fixed passing raw unconverted strings through wxArgNorm... |
tree | commitdiff |
2007-05-03 |
Václav Slavík | fixed DLL linking of wxConvLibc etc. |
tree | commitdiff |
2007-05-03 |
Václav Slavík | don't do char*->wchar_t*>char* roundtrip in wxArgNormal... |
tree | commitdiff |
2007-05-03 |
Václav Slavík | added code for optimized handling of UTF-8 locales... |
tree | commitdiff |
2007-05-03 |
Václav Slavík | fixed vararg functions with format argument to not... |
tree | commitdiff |
2007-05-03 |
Václav Slavík | OpenWatcom has the explicit keyword too |
tree | commitdiff |
2007-05-03 |
Václav Slavík | added wx[W]CharBuffer/wxCStrData overloads to remaining... |
tree | commitdiff |
2007-05-03 |
Vadim Zeitlin | removed unneeded duplication of DoSetSizeHints() in... |
tree | commitdiff |
2007-05-02 |
Václav Slavík | wxAppTraits::SetLocale() is wxUSE_INTL=1 only |
tree | commitdiff |
2007-05-02 |
Václav Slavík | added convenience functions wxString::To/From8BitData... |
tree | commitdiff |
2007-05-02 |
Robert Roebling | Moved all the coordinate system calculation to wxDCBase |
tree | commitdiff |
2007-05-02 |
Václav Slavík | made wxConvXXX objects usable at static initialization... |
tree | commitdiff |
2007-05-01 |
Robert Roebling | Made device to logical and vv conversion methods |
tree | commitdiff |
2007-05-01 |
Václav Slavík | added inline plural form of wxGetTranslation to wxUSE_I... |
tree | commitdiff |
2007-05-01 |
Václav Slavík | define wxPLURAL even if wxUSE_INTL=0 |
tree | commitdiff |
2007-05-01 |
Vadim Zeitlin | fix wxStringOutputStream::Write() in Unicode build... |
tree | commitdiff |
2007-04-30 |
Vadim Zeitlin | fix m_sizerPage memory leak for the wizards not using... |
tree | commitdiff |
2007-04-30 |
Vadim Zeitlin | use a marginally more precise but, more importantly... |
tree | commitdiff |
2007-04-30 |
Vadim Zeitlin | assert that wxRound() argument is in the supported... |
tree | commitdiff |
2007-04-30 |
Václav Slavík | always define wxLocaleIsUtf8 |
tree | commitdiff |
2007-04-30 |
Václav Slavík | fixed release build compilation with compilers without... |
tree | commitdiff |
next |