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 |
2007-05-17 |
Václav Slavík | compilation fix |
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 | fixed CDATA processing to convert the content to output... |
tree | commitdiff |
2007-05-16 |
Václav Slavík | fixes for STL build without implicit wxString->char... |
tree | commitdiff |
2007-05-16 |
Václav Slavík | wrap all handlers in single extern "C" section instead... |
tree | commitdiff |
2007-05-16 |
Robert Roebling | Compilation without threads. |
tree | commitdiff |
2007-05-16 |
Jouk Jansen | OpenVMS changes |
tree | commitdiff |
2007-05-16 |
Robert Roebling | [ 1718338 ] wxToolBarGTK: Implement tool right-click... |
tree | commitdiff |
2007-05-16 |
Václav Slavík | PCH-less compilation fix |
tree | commitdiff |
2007-05-16 |
Václav Slavík | another PCH-less compilation fix |
tree | commitdiff |
2007-05-16 |
Václav Slavík | Do not follow HTML links if selecting text (patch ... |
tree | commitdiff |
2007-05-16 |
Paul Cornett | need to invert offsets for gdk_pixbuf_scale; |
tree | commitdiff |
2007-05-16 |
Paul Cornett | speed up Rescale 5- to 15-fold by using pixbuf scaling |
tree | commitdiff |
2007-05-15 |
Václav Slavík | compilation fix for PCH-less build |
tree | commitdiff |
2007-05-15 |
Vadim Zeitlin | removed extra semicolons added by last commit |
tree | commitdiff |
2007-05-15 |
Václav Slavík | fixed non-const wxString iterators to work when a chara... |
tree | commitdiff |
2007-05-15 |
Vadim Zeitlin | removed unused any more file (replaced by wxSelectDispa... |
tree | commitdiff |
2007-05-15 |
Václav Slavík | fixed HTML entities parsing broken by wxString changes |
tree | commitdiff |
2007-05-15 |
Václav Slavík | fall back to DirectFB's builtin font if no fonts are... |
tree | commitdiff |
2007-05-15 |
Václav Slavík | log missing font directories with wxLogDebug, not wxLog... |
tree | commitdiff |
2007-05-15 |
Václav Slavík | ignore nonexistent font directories silently |
tree | commitdiff |
2007-05-15 |
Václav Slavík | added explanatory comment |
tree | commitdiff |
2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily... |
tree | commitdiff |
2007-05-14 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2007-05-14 |
Vadim Zeitlin | fixed warning about using deprecated GetTextExtent... |
tree | commitdiff |
next |