2008-05-11 |
Vadim Zeitlin | include wx/timer.h for wxUSE_GUI==0 now that timers... |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | show resize grip on resizeable dialogs (slightly modifi... |
tree | commitdiff |
2008-05-11 |
Bryan Petty | Replaced @returns with @return for more standard comman... |
tree | commitdiff |
2008-05-10 |
Paul Cornett | remove extra semicolons, correct virtual access |
tree | commitdiff |
2008-05-10 |
Paul Cornett | non-pch build fixes, after r53535 |
tree | commitdiff |
2008-05-10 |
Francesco Montorsi | give a name to the unnamed enum to make it easier to... |
tree | commitdiff |
2008-05-10 |
Francesco Montorsi | replace use of 'long/int bitmapType' with 'wxBitmapType... |
tree | commitdiff |
2008-05-09 |
Václav Slavík | fixed wxMac compilation after ShowWithEffect() changes... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | extracted wxWrapSizer in separate files and somewhat... |
tree | commitdiff |
2008-05-08 |
Václav Slavík | changed ShowWithEffects() to use directional wxSHOW_EFF... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | add wxSizer::SetDimension() overload taking wxPoint... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | correct the signature of the overriden Reparent() |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | don't override DoDrawSpline() under CE at all instead... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | fix confusion with (Do)DrawSplines() overloads; don... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | don't redeclare vsscanf() for Windows compilers, the... |
tree | commitdiff |
2008-05-07 |
Vadim Zeitlin | use std::[w]string for wxString implementation unless... |
tree | commitdiff |
2008-05-06 |
Robert Roebling | [ 1957970 ] wxWeakRef - assign from other wxWeakRef |
tree | commitdiff |
2008-05-06 |
Václav Slavík | removed wxDCWindowImpl::m_win; use wxDCImpl::m_window... |
tree | commitdiff |
2008-05-02 |
Vadim Zeitlin | add an assert indicating that old code overriding OnExe... |
tree | commitdiff |
2008-04-30 |
Robert Roebling | Added constructor to wxGCDC from wxPrinterDC |
tree | commitdiff |
2008-04-29 |
Chris Elliott | add watcom define HAVE_VSSCANF_DECL (http://article... |
tree | commitdiff |
2008-04-29 |
Julian Smart | Added a wxRichTextCtrl-specific caret implementation... |
tree | commitdiff |
2008-04-28 |
Robert Roebling | Added new wxGraphicsContext:Create( wxPrinterDC ) inste... |
tree | commitdiff |
2008-04-28 |
Vadim Zeitlin | added wxQueueEvent() avoiding the bug of wxPostEvent... |
tree | commitdiff |
2008-04-28 |
Vadim Zeitlin | fix wxTextCtrl::operator<<('\n') in Unicode build ... |
tree | commitdiff |
2008-04-27 |
Julian Smart | Further wxRichTextCtrl performance improvements |
tree | commitdiff |
2008-04-27 |
Vadim Zeitlin | no real changes, clarified the usage of WX_GL_DOUBLEBUF... |
tree | commitdiff |
2008-04-25 |
Robert Roebling | Made wxCairo graphics code compile again, wxGraphicsBit... |
tree | commitdiff |
2008-04-25 |
Robert Roebling | Added wxDC::CreateGraphicsContext and implemented it... |
tree | commitdiff |
2008-04-24 |
Julian Smart | Made performance acceptable for editing large paragraph... |
tree | commitdiff |
2008-04-24 |
Julian Smart | Further optimizations |
tree | commitdiff |
2008-04-24 |
Václav Slavík | added wxString::Clone() and made wxString(wxCStrData... |
tree | commitdiff |
2008-04-23 |
Paul Cornett | restore caching of WM frame extents |
tree | commitdiff |
2008-04-23 |
Julian Smart | Further performance optimizations |
tree | commitdiff |
2008-04-22 |
Vadim Zeitlin | make wxDir::Has{Files,SubDirs}() const |
tree | commitdiff |
2008-04-22 |
Robert Roebling | Let wxCommandEvent's copy constr copy its string via... |
tree | commitdiff |
2008-04-22 |
Robert Roebling | Remove usused variable |
tree | commitdiff |
2008-04-21 |
Robert Roebling | [ 1945434 ] Changing method wxComboCtrlBase::DrawButton... |
tree | commitdiff |
2008-04-21 |
Julian Smart | Speeded up wrapping (again), this time using partial... |
tree | commitdiff |
2008-04-21 |
Václav Slavík | preserve TAB characters when copying HTML <pre> content... |
tree | commitdiff |
2008-04-20 |
Václav Slavík | implement wxLIST_AUTOSIZE support in wxMac's wxListCtrl |
tree | commitdiff |
2008-04-19 |
Robert Roebling | Fixed wxDatePickerCtrl under OS X |
tree | commitdiff |
2008-04-18 |
Vadim Zeitlin | added wxMouseState::GetPosition(), for consistency... |
tree | commitdiff |
2008-04-18 |
Vadim Zeitlin | make wxMouseState accessors const; document this class |
tree | commitdiff |
2008-04-17 |
Robert Roebling | [ 1936700 ] wxCAL_SHOW_WEEK_NUMBERS, slightly modified |
tree | commitdiff |
2008-04-16 |
Václav Slavík | removed no longer needed wxOKlibc() helper |
tree | commitdiff |
2008-04-16 |
Václav Slavík | wchar_t is now always required, updated chartype.h... |
tree | commitdiff |
2008-04-15 |
Vadim Zeitlin | add possibility to specify the conversion to use in... |
tree | commitdiff |
2008-04-14 |
Václav Slavík | more wxString:[Aa]ppend() overloads for better compatib... |
tree | commitdiff |
2008-04-14 |
Robin Dunn | Also set wxHAVE_RAW_BITMAP for Mac and GTK2, use it... |
tree | commitdiff |
2008-04-14 |
Vadim Zeitlin | removed extra wxCalendarCtrl:: which is ignored by... |
tree | commitdiff |
2008-04-13 |
Vadim Zeitlin | fix crashes due to missing npos handling in several... |
tree | commitdiff |
2008-04-13 |
Václav Slavík | Fixed IMPLEMENT_APP() to be compatible with the -WU... |
tree | commitdiff |
2008-04-13 |
Vadim Zeitlin | allow predefining wxNO_XXX_LIB symbols to avoid implici... |
tree | commitdiff |
2008-04-12 |
Robert Roebling | Corrected/added support for column headers with icon... |
tree | commitdiff |
2008-04-12 |
Vadim Zeitlin | fix bugs introduced in wxCmdLineParser::ConvertStringTo... |
tree | commitdiff |
2008-04-12 |
Vadim Zeitlin | forward declare wxVideoMode as struct, not class, now... |
tree | commitdiff |
2008-04-12 |
Vadim Zeitlin | wxThread::Sleep() is the same as wxMilliSleep() on... |
tree | commitdiff |
2008-04-12 |
Vadim Zeitlin | remove unused wxAppTraits-related files |
tree | commitdiff |
2008-04-11 |
Vadim Zeitlin | argh, really, really fix Darwin build |
tree | commitdiff |
2008-04-11 |
Vadim Zeitlin | GetSocketManager() has no GUI-specific version under... |
tree | commitdiff |
2008-04-11 |
Vadim Zeitlin | also use AddProcessCallback() and GetSocketManager... |
tree | commitdiff |
2008-04-11 |
Robert Roebling | Add test for context menu, fixed mem leak, fixed focus... |
tree | commitdiff |
2008-04-11 |
Václav Slavík | reverted wxVideoMode API breakage by r53049, finished... |
tree | commitdiff |
2008-04-10 |
Francesco Montorsi | use an enum to make it easier to document the values |
tree | commitdiff |
2008-04-10 |
Václav Slavík | compilation fix for newest DirectFB versions (patch... |
tree | commitdiff |
2008-04-10 |
Julian Smart | Added wxRichTextCtrl superscript and subscript support... |
tree | commitdiff |
2008-04-10 |
Vadim Zeitlin | oops, added missing #endif |
tree | commitdiff |
2008-04-10 |
Vadim Zeitlin | only declare AddProcessCallback for wxMotif and wxGTK |
tree | commitdiff |
2008-04-08 |
Julian Smart | Try standard XDG location for documents directory |
tree | commitdiff |
2008-04-08 |
Robert Roebling | Adapt MSW's renderer's alignment to use column header... |
tree | commitdiff |
2008-04-08 |
Robert Roebling | By default, align renderers as column header under... |
tree | commitdiff |
2008-04-07 |
Robin Dunn | wxVideoMode is a class not a struct |
tree | commitdiff |
2008-04-07 |
Robin Dunn | fix typedef |
tree | commitdiff |
2008-04-07 |
Robert Roebling | Split wxDataViewVirtualModel fork wxDataViewIndexModel... |
tree | commitdiff |
2008-04-07 |
Vadim Zeitlin | correct positioning of the control and removed workarou... |
tree | commitdiff |
2008-04-06 |
Robert Roebling | Fix compilo |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | no changes, just fix typo in variable name |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | delay setting the window shape until it is realized... |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | use kind, not id, of a menu item to test whether it... |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | removed (unused) occurrences of _WX_DEFINE_DATE_EVENTS_... |
tree | commitdiff |
2008-04-06 |
Francesco Montorsi | give a name to the enumeration of the values which... |
tree | commitdiff |
2008-04-06 |
Francesco Montorsi | documented wxVideoMode (otherwise wxDisplay docs are... |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | corrected inverted test in IsEmpty() (patch 1936052) |
tree | commitdiff |
2008-04-05 |
Vadim Zeitlin | document Alloc() vs returning bool (part of bug 1933693) |
tree | commitdiff |
2008-04-05 |
Vadim Zeitlin | include the headers needed for its compilation from... |
tree | commitdiff |
2008-04-05 |
Robert Roebling | Support renderer::LeftClick() in generic code, removed... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | set focus to the control when it's clicked |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | make GenerateEvent() public again to fix wxGTK compilation |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | implemented toggling of wxCAL_MONDAY_FIRST in the nativ... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | implemented Mark() in the native MSW version of wxCalen... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | generate double click events in the native MSW version... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | generate the correct events in the native MSW version... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | implemented HitTest() in the native MSW version; added... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | initial native implementation of wxCalendarCtrl for MSW |
tree | commitdiff |
2008-04-03 |
Robin Dunn | Fix for potential layout glitches in wxGridBagSizer... |
tree | commitdiff |
2008-04-02 |
Vadim Zeitlin | wxMac compilation fix: must explicitly qualify non... |
tree | commitdiff |
2008-04-02 |
Stefan Neis | Added detection of vsscanf and whether or not a prototy... |
tree | commitdiff |
2008-04-01 |
Vadim Zeitlin | move all appearace-related methods down to wxCalendarCt... |
tree | commitdiff |
2008-04-01 |
Vadim Zeitlin | wxMimeTypesManagerImpl and wxFileTypeImpl are in base... |
tree | commitdiff |
next |