2009-01-27 |
Vadim Zeitlin | refactor WM_COMMAND messages handling in MDI frames... |
tree | commitdiff |
2009-01-27 |
Vadim Zeitlin | added CreateAccelTable() helper which creates the accel... |
tree | commitdiff |
2009-01-27 |
Vadim Zeitlin | added template wxScopedArray<> too |
tree | commitdiff |
2009-01-27 |
Vadim Zeitlin | don't do anything in SetWindowMenu() if we're setting... |
tree | commitdiff |
2009-01-27 |
Vadim Zeitlin | add missing headers for PCH-less build |
tree | commitdiff |
2009-01-27 |
Francesco Montorsi | small cleanup; move private class definitions in a... |
tree | commitdiff |
2009-01-26 |
Vadim Zeitlin | add more wxUSE_MENUS guards |
tree | commitdiff |
2009-01-26 |
Vadim Zeitlin | don't include wx/mdi.h from wx/wx.h when building the... |
tree | commitdiff |
2009-01-26 |
Václav Slavík | Automatically adjust toolbar's tool size if the provide... |
tree | commitdiff |
2009-01-26 |
Vadim Zeitlin | use a virtual function instead of wxDynamicCast(wxMDIPa... |
tree | commitdiff |
2009-01-26 |
Robert Roebling | Removed queuedResize code again as GTK+ does this inter... |
tree | commitdiff |
2009-01-26 |
Jaakko Salli | Added wxPGChoices::Copy(), tweaked related documentation |
tree | commitdiff |
2009-01-26 |
Robert Roebling | Implement hint cursor for resizable columns |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | remove duplicated HitTest implementation from wxCheckLi... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | allow specifying the mask colour in wxImage::ConvertAlp... |
tree | commitdiff |
2009-01-25 |
Jaakko Salli | Added XRC handler for wxComboCtrl (closes #10151) |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | don't use _() in the public header in case WXINTL_NO_GE... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | add wxDrawStateBitmap() (closes #10289) |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | added support for wxCAL_SHOW_WEEK_NUMBERS to generic... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | added (MSW-only) wxListCtrl::OnGetItemColumnAttr()... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | fix MSVC warning C4516 about using deprecated access... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | added wxPATH_RMDIR_FULL/RECURSIVE wxFileName::Rmdir... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | convert COM arguments to wx lazily to improve performan... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | add IsOk() (closes #9872) |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | don't deprecate the entire wxDrawObject class, this... |
tree | commitdiff |
2009-01-25 |
Francesco Montorsi | Change in wxWindow the access specifier of the wxEvtHan... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | deprecate wxDrawObject (#9860) |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | implement wxChoicebook::SetWindowVariant() by forwardin... |
tree | commitdiff |
2009-01-24 |
Stefan Csomor | bring in the definition of wxScrollHelper, making non... |
tree | commitdiff |
2009-01-24 |
Vadim Zeitlin | minor fixes for custom controls support in wxFileDialog... |
tree | commitdiff |
2009-01-23 |
Vadim Zeitlin | add missing wxUSE_DRAG_AND_DROP checks |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Postpone size event from wxTLW resizing to idle |
tree | commitdiff |
2009-01-23 |
Vadim Zeitlin | added (wxMSW-only) wxToolTip::SetMaxWidth() and improve... |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Forgot header with OSX prefix |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Give some OSX specific methods OSX prefix, fixes hidden... |
tree | commitdiff |
2009-01-23 |
Vadim Zeitlin | fix wxEVT_SPIN_XXX definitions in a nicer (compatible... |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Reorganized wxListCtrl's window layout (same as wxDataV... |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Further attempts at getting the header buttons right |
tree | commitdiff |
2009-01-22 |
Robert Roebling | First and other header buttons look different |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Override GetDefaultBorder, currently changes nothing |
tree | commitdiff |
2009-01-22 |
Francesco Montorsi | fix wxWindow::PushEventHandler and related wxWindow... |
tree | commitdiff |
2009-01-21 |
Vadim Zeitlin | fix problem with using wxEVT_SPIN in event tables after... |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Call SetDataSource() from OnEnter() so that querying... |
tree | commitdiff |
2009-01-21 |
Vadim Zeitlin | allocate size for the extra controls in the file dialog... |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Add wxDataFormat GetMatchingPair() which wxGTK and... |
tree | commitdiff |
2009-01-21 |
Vadim Zeitlin | added wxStandardPaths::GetAppDocumentsDir() and use... |
tree | commitdiff |
2009-01-21 |
Julian Smart | wxRTC now properly honours margin size |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Give GTK specific (but public) methods a Gtk prefix |
tree | commitdiff |
2009-01-20 |
Robert Roebling | Skeleton for generic Drag code |
tree | commitdiff |
2009-01-20 |
Vadim Zeitlin | set m_isBeingDeleted to true (only) in SendDestroyEvent... |
tree | commitdiff |
2009-01-20 |
Paul Cornett | build fixes and cleanup |
tree | commitdiff |
2009-01-20 |
Stefan Csomor | streamlining slider, scroller, spinbutton for osx carbo... |
tree | commitdiff |
2009-01-20 |
Robert Roebling | Add event based Drop API |
tree | commitdiff |
2009-01-20 |
Robert Roebling | Simplified event based Drag API for wxDataViewCtrl |
tree | commitdiff |
2009-01-19 |
Robert Roebling | New eventb based Drag interface for wxDataViewCtrl |
tree | commitdiff |
2009-01-19 |
Robert Roebling | Rename XxxxCol() -> XxxxColumn() and resolve inheritanc... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | compilation fix after NULL cast removal; also used... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | correct Id tags |
tree | commitdiff |
2009-01-19 |
Robert Roebling | Move model notification code of tree store from the... |
tree | commitdiff |
2009-01-18 |
Julian Smart | Applied Peter Most's EVT_SPIN crash fix |
tree | commitdiff |
2009-01-18 |
Stefan Csomor | mouse and cursor additions for cocoa, see #10361 |
tree | commitdiff |
2009-01-18 |
Julian Smart | Workaround for GTK+ sensitivity bug |
tree | commitdiff |
2009-01-18 |
Vadim Zeitlin | added forward declaration of FrameSite apparently neede... |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | fixing dangling includes |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | fixing dangling includes |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | reverting to former mimetype routing to core |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | wrong move |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | headermove osx - header files |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | testing header replace |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | testing header replace |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | adding NSPrintInfo support |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | streamlining printing support, adding printing support... |
tree | commitdiff |
2009-01-16 |
Francesco Montorsi | use enumerations instead of integers for wxFont style... |
tree | commitdiff |
2009-01-16 |
Vadim Zeitlin | use wcs(n)casecmp() if available; use wxStricmp() to... |
tree | commitdiff |
2009-01-16 |
Vadim Zeitlin | make the preview frame float on parent by default as... |
tree | commitdiff |
2009-01-16 |
Vadim Zeitlin | export wxActiveX stuff from core (not media) DLL (close... |
tree | commitdiff |
2009-01-16 |
Vadim Zeitlin | ensure that ProcessEvent() is called for all the event... |
tree | commitdiff |
2009-01-16 |
Robert Roebling | Document wxDataViewListCtrl, minor corrections |
tree | commitdiff |
2009-01-16 |
Stefan Csomor | fixing infinite recursion for rotated text, introduced... |
tree | commitdiff |
2009-01-16 |
Robert Roebling | Document wxDataViewListStore |
tree | commitdiff |
2009-01-16 |
Francesco Montorsi | Move SetDefaultTimeout to wxProtocol and set it to... |
tree | commitdiff |
2009-01-16 |
Robert Roebling | Added wxDataViewListCtrl, use it in the sample |
tree | commitdiff |
2009-01-16 |
Vadim Zeitlin | include wx/generic/grideditors.h for compatibility |
tree | commitdiff |
2009-01-16 |
Francesco Montorsi | make wxSocketBase::SetTimeout virtual and make it prote... |
tree | commitdiff |
2009-01-16 |
Václav Slavík | silence gcc warnings in "vararg" functions such as... |
tree | commitdiff |
2009-01-16 |
Robert Roebling | Change GetValue() and SetValue() to GetValueByRow(... |
tree | commitdiff |
2009-01-15 |
Robert Roebling | Use paint handler instead of wxClientDC to draw DnD... |
tree | commitdiff |
2009-01-15 |
Stefan Csomor | make sure group boxes don't get the big font |
tree | commitdiff |
2009-01-15 |
Stefan Csomor | fixing controls with content areas, correcting radiobox... |
tree | commitdiff |
2009-01-15 |
Julian Smart | Added font family to wxTextAttr |
tree | commitdiff |
2009-01-14 |
Francesco Montorsi | add some wxIMAGE_OPTION_PNG_xxx options to wxImage... |
tree | commitdiff |
2009-01-14 |
Francesco Montorsi | part of commit r58093 |
tree | commitdiff |
2009-01-14 |
Francesco Montorsi | don't use hardcoded constant 200; use wxSTACKWALKER_MAX... |
tree | commitdiff |
2009-01-14 |
Stefan Csomor | cleaning up warnings, more common event code |
tree | commitdiff |
2009-01-14 |
Stefan Csomor | routing native events first to the wx class and only... |
tree | commitdiff |
2009-01-14 |
Vadim Zeitlin | disable new event code unconditionally for now |
tree | commitdiff |
2009-01-13 |
Vadim Zeitlin | fix memory leak of FrameSite (see #3935) |
tree | commitdiff |
2009-01-13 |
Francesco Montorsi | fix typo |
tree | commitdiff |
next |