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 |
2007-05-29 |
Robert Roebling | Invalidate best size after string change in wxChoice. |
tree | commitdiff |
2007-05-28 |
Robert Roebling | Implemented dataview_model notification event to... |
tree | commitdiff |
2007-05-28 |
Robert Roebling | Removed wxDataViewViewColumn since it is redundant. |
tree | commitdiff |
2007-05-28 |
David Elliott | Implement mouse entered, exited, and synthesize move... |
tree | commitdiff |
2007-05-27 |
David Elliott | Allow many Objective-C classes to be uniquified at... |
tree | commitdiff |
2007-05-26 |
Robert Roebling | Upport latest changes from 2_8 branch (print dialog |
tree | commitdiff |
2007-05-26 |
Robert Roebling | Correct GTK version check |
tree | commitdiff |
2007-05-26 |
Paul Cornett | restructure fullscreen code dealing with hiding bars |
tree | commitdiff |
2007-05-26 |
Vadim Zeitlin | fix typo: s/radion/radio/ |
tree | commitdiff |
2007-05-26 |
Robert Roebling | Compilo. |
tree | commitdiff |
2007-05-26 |
Stefan Csomor | mac complaining about const to non-const cast |
tree | commitdiff |
2007-05-25 |
Robert Roebling | Really don't do anything (including not setting the |
tree | commitdiff |
2007-05-25 |
Julian Smart | Fix for previous patch |
tree | commitdiff |
2007-05-25 |
Julian Smart | Made toolbar background rebar-like on Vista. Solid... |
tree | commitdiff |
2007-05-25 |
Vadim Zeitlin | compilation fix for non-PCH build, include wx/wxchar.h |
tree | commitdiff |
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 | deal correctly with having too few items in wxFlexGridS... |
tree | commitdiff |
2007-05-25 |
Vadim Zeitlin | put #if wxUSE_FFILE && wxUSE_STREAMS around functions... |
tree | commitdiff |
2007-05-25 |
Vadim Zeitlin | added wxMSW-specific wxEntryStart() overload taking... |
tree | commitdiff |
2007-05-25 |
Vadim Zeitlin | fix unreachable code warning in GetUntranslatedString() |
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 | don't create wxEventLoop in Initialize(), it's too... |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | include wx/wxcrtvararg.h needed for wxSscanf() when... |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | added wxRect::operator+() and *() (union and intersecti... |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | declare wxFileSelectorDefaultWildcardStr to fix compila... |
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 |
Vadim Zeitlin | fix wxODCB_PAINTING_SELECTED not being always set ... |
tree | commitdiff |
2007-05-23 |
Vadim Zeitlin | don't crash in dtor if the dialog had never been shown... |
tree | commitdiff |
2007-05-23 |
Václav Slavík | take wxString, not wxChar* in wxStandardPaths::GetLocal... |
tree | commitdiff |
2007-05-22 |
Robert Roebling | [ 1712381 ] CRASH: closing floating panel on GTK |
tree | commitdiff |
2007-05-22 |
Robert Roebling | [ 1721029 ] [GTK] memory leak in wxMenu |
tree | commitdiff |
2007-05-22 |
Vadim Zeitlin | don't define wxEventLoop class differently in GUI and... |
tree | commitdiff |
2007-05-22 |
Vadim Zeitlin | remove unused static function (avoids a warning about it) |
tree | commitdiff |
2007-05-22 |
Vadim Zeitlin | use wxCoord with GetTextExtent(), not long (the long... |
tree | commitdiff |
2007-05-22 |
Vadim Zeitlin | don't compare wxList::compatibility_iterator with NULL... |
tree | commitdiff |
2007-05-22 |
Vadim Zeitlin | pass wxStrings directly to wxFAIL_MSG, there is no... |
tree | commitdiff |
2007-05-22 |
Vadim Zeitlin | added wOnAssert(..., wxCStrData) overload to fix compil... |
tree | commitdiff |
2007-05-22 |
Vadim Zeitlin | remove GetStandardCmdLineOptions() which is not needed... |
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-21 |
Václav Slavík | debug messages don't need translation |
tree | commitdiff |
2007-05-21 |
Vadim Zeitlin | enter wxPendingEventLocker critical section in ProcessP... |
tree | commitdiff |
2007-05-20 |
Václav Slavík | compilation fix: wxcrt.h, not crt.h |
tree | commitdiff |
2007-05-20 |
Paul Cornett | simplify client size calculation |
tree | commitdiff |
2007-05-20 |
Paul Cornett | initialize m_sizeSet |
tree | commitdiff |
2007-05-19 |
Robert Roebling | Implemented dropdown items in wxToolBar for wxGTK. |
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-19 |
Robert Roebling | Prepend file:// if the URI in wxLaunchDefaultBrowser() |
tree | commitdiff |
2007-05-18 |
David Elliott | Implement a hack so the correct wxGUIEventLoop class... |
tree | commitdiff |
2007-05-18 |
David Elliott | Add obvious implementation of wxGUIAppTraits::CreateEve... |
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 | don't give debug messages about WM_MDISETMENU failure... |
tree | commitdiff |
2007-05-18 |
Vadim Zeitlin | don't dereference NULL parent in wxMDIChildFrame dtor... |
tree | commitdiff |
2007-05-18 |
Vadim Zeitlin | call wxAppConsole::CleanUp() from the derived class... |
tree | commitdiff |
2007-05-18 |
Vadim Zeitlin | delete m_mainLoop on exit |
tree | commitdiff |
2007-05-18 |
Vadim Zeitlin | do use the font in DoGetTextExtent() |
tree | commitdiff |
2007-05-18 |
Vadim Zeitlin | compilation fix after wxString changes |
tree | commitdiff |
2007-05-18 |
Vadim Zeitlin | override DoGetTextExtent instead of redefining GetTextE... |
tree | commitdiff |
2007-05-18 |
Vadim Zeitlin | undid unnecessary renaming of src/msw/evtloop.cpp to... |
tree | commitdiff |
2007-05-18 |
Julian Smart | Allow negative line spacing |
tree | commitdiff |
2007-05-17 |
Paul Cornett | gtk version check should be runtime, not compile time |
tree | commitdiff |
2007-05-17 |
Robert Roebling | Correct landscape printing in wxPageSetupDialog |
tree | commitdiff |
next |