2009-09-29 |
Julian Smart | Context menu now created in constructor; old context... |
tree | commitdiff |
2009-09-28 |
Bryan Petty | Forward port of r62191 to SVN trunk fixing regression... |
tree | commitdiff |
2009-09-28 |
Julian Smart | Moved WinPrinter from private.h to printdlg.cpp. |
tree | commitdiff |
2009-09-28 |
Paul Cornett | linking fix for wxUSE_VALIDATORS==0 |
tree | commitdiff |
2009-09-28 |
Paul Cornett | build fix for wxUSE_SOCKETS==0 |
tree | commitdiff |
2009-09-28 |
Julian Smart | Applied #9076 (scrolling bars grow box fix) |
tree | commitdiff |
2009-09-28 |
Jaakko Salli | Do not use wxS in array of const wxChar* |
tree | commitdiff |
2009-09-28 |
Jaakko Salli | wxUSE_THREAD -> wxUSE_THREADS |
tree | commitdiff |
2009-09-28 |
Julian Smart | Attempt at compile fix |
tree | commitdiff |
2009-09-27 |
Jaakko Salli | Do not process editor control events when propgrid... |
tree | commitdiff |
2009-09-27 |
Jaakko Salli | Store property name and value in wxPropertyGridEvent... |
tree | commitdiff |
2009-09-27 |
Jaakko Salli | wxFontProperty: Added support for wxFONTFAMILY_TELETYPE... |
tree | commitdiff |
2009-09-26 |
Julian Smart | Applied modified #10655 (Added Cookie (receive) support... |
tree | commitdiff |
2009-09-26 |
Stefan Csomor | adding ProcessPendingEvents as ProcessIdle doesn't... |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | No real changes, just small cleanup in wxMac wxDVC. |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Fixed wxDataViewCtrl::Set{Foreground,Background}Colour... |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Don't hard code white background colour in generic... |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Move wxControl::GetCompositeControlsDefaultAttributes... |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Fix harmless warning about -1 to WPARAM conversion. |
tree | commitdiff |
2009-09-26 |
Stefan Csomor | reducing key event handling complexity |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Don't use invalid pen in wxDCImpl::DoGradientFillConcen... |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Use checked bitmap for menu items under Vista. |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Fix another off-by-1 bug in wxMBConv::ToWChar(). |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Refactor wxStyledTextCtrl to share common file save... |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Compilation fix for non-MSW: don't use ProcessCommand(). |
tree | commitdiff |
2009-09-26 |
Stefan Csomor | cleaning up key handling, closes #10406 |
tree | commitdiff |
2009-09-26 |
Jaakko Salli | Have wxComboCtrl generate wxEVT_COMMAND_COMBOBOX_DROPDO... |
tree | commitdiff |
2009-09-25 |
Stefan Csomor | using native key handling, closes #10406 |
tree | commitdiff |
2009-09-25 |
Stefan Csomor | using common notification mechanism for selection chang... |
tree | commitdiff |
2009-09-25 |
Julian Smart | Raise the scrollbars on reparenting (part of patch... |
tree | commitdiff |
2009-09-25 |
Julian Smart | Applied #8804 ([wxMac] wxSpinCtrl behaviour) |
tree | commitdiff |
2009-09-25 |
Julian Smart | Applied #8697 (Improve error detection for MacFindFont ) |
tree | commitdiff |
2009-09-25 |
Julian Smart | Applied #11238: Wrong text positioning if fonts with... |
tree | commitdiff |
2009-09-25 |
Julian Smart | Applied #10007: SetWindowGroupParent hangs in Mac Carbo... |
tree | commitdiff |
2009-09-25 |
Julian Smart | Applied #10753: WarpPointer() for Mac |
tree | commitdiff |
2009-09-25 |
Julian Smart | Applied #9011: Native wxListCtrl::HitTest on OS X |
tree | commitdiff |
2009-09-25 |
Julian Smart | Applied #9520: Fix to allow repeated use of wxFileDialo... |
tree | commitdiff |
2009-09-25 |
Julian Smart | Applied #10858: wxListCtrl on Mac does not route Freeze... |
tree | commitdiff |
2009-09-25 |
Julian Smart | Removed comment |
tree | commitdiff |
2009-09-25 |
Julian Smart | Applied #9481: submenus for help menu |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #10917: wxGTK wxFileDialog::SetDirectory and... |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied part of #10034: wxImage::ConvertToDisabled() |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #9668: made wxGetTimeZone() dynamic |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #11106: wxGenericDirCtrl can get into a state... |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #11005: use purple instead of black as default... |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #10892: Remove wxDocManager instance check |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #11236: Event from thread not processed |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #9789: missing wxBORDER_THEME style in XRC |
tree | commitdiff |
2009-09-24 |
Julian Smart | wxTextCtrl::LoadFile no longer sends a text event,... |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #10828 (Hourglass in wxDocManager::OnPreview) |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied: wxDocument: Adding an asterix to the title |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied better/Win98-proof method of getting edit window |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #10799: using CallTipUseStyle() doesn't enable... |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #9127: patch to remove blank under wxFrame... |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied patch #9058 (add Hildon 2.0 support) |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applying patch #10784: eliminate gauge flicker |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied patch #9510: wxIAccessible access freed memory |
tree | commitdiff |
2009-09-24 |
Stefan Csomor | avoiding double define warnings on osx |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied patch #11078 - DEVMODE creation in wxWindowsPri... |
tree | commitdiff |
2009-09-24 |
Stefan Csomor | support PerformClick for NSControls, closes #11129 |
tree | commitdiff |
2009-09-24 |
Stefan Csomor | no focus on Show for toolwindows, closes #10872 |
tree | commitdiff |
2009-09-24 |
Stefan Csomor | removing unneeded method, closes #11073 |
tree | commitdiff |
2009-09-24 |
Stefan Csomor | removing unneeded method, closes #11073 |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #10025 (Patch to allow proper sizing of simple... |
tree | commitdiff |
2009-09-24 |
Julian Smart | Alternate fix for #9954 (simple combobox assert) except... |
tree | commitdiff |
2009-09-24 |
Stefan Csomor | supporting disabled items, closes #11130 |
tree | commitdiff |
2009-09-24 |
Stefan Csomor | fixing styles, closes #11128 |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #10659 (year change in copyright) |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #10639 (Not all previewed fonts are displayed... |
tree | commitdiff |
2009-09-24 |
Vadim Zeitlin | Handle deprecated background styles correctly in wxMSW. |
tree | commitdiff |
2009-09-24 |
Vadim Zeitlin | Fix wxGrid compilation with MSVC7. |
tree | commitdiff |
2009-09-24 |
Vadim Zeitlin | Display correct minimal and maximal pages numbers under... |
tree | commitdiff |
2009-09-23 |
Paul Cornett | build fixes for wxUSE_VALIDATORS==0 |
tree | commitdiff |
2009-09-23 |
Vadim Zeitlin | Suppress harmless mingw32 warning about unused value. |
tree | commitdiff |
2009-09-23 |
Vadim Zeitlin | Extract default grid header renderers from wxGridCellAt... |
tree | commitdiff |
2009-09-23 |
Vadim Zeitlin | Don't use deprecated integer mask with wxLogTrace(). |
tree | commitdiff |
2009-09-23 |
Julian Smart | Added wxRICHTEXT_HANDLER_USE_CSS flag for HTML handler... |
tree | commitdiff |
2009-09-23 |
Julian Smart | Fixed #10702 (encoding not used in HTML handler) |
tree | commitdiff |
2009-09-23 |
Julian Smart | Fix for wrong line placement when centering or right... |
tree | commitdiff |
2009-09-22 |
Julian Smart | Fix for #4696: added SetDefaultStyleToCursorStyle(... |
tree | commitdiff |
2009-09-22 |
Julian Smart | Returning WVR_REDRAW triggers Windows bug that moves... |
tree | commitdiff |
2009-09-22 |
Jouk Jansen | Include compile support for propgrid & ribbon on OpenVMS |
tree | commitdiff |
2009-09-22 |
Julian Smart | Fixed #9996 (incorrect XML output in Ansi build for... |
tree | commitdiff |
2009-09-22 |
Julian Smart | Fixed wxBORDER_THEME breakage |
tree | commitdiff |
2009-09-22 |
Julian Smart | Don't use deprecated background style |
tree | commitdiff |
2009-09-22 |
Jouk Jansen | Update OpenVMS makefile |
tree | commitdiff |
2009-09-22 |
Vadim Zeitlin | Call wxApp::ProcessPendingEvents() from wxX11 event... |
tree | commitdiff |
2009-09-22 |
Vadim Zeitlin | Override DrawLabel() to avoid crossing out disabled... |
tree | commitdiff |
2009-09-22 |
Vadim Zeitlin | Add a separate wxControlRenderer::DrawButtonLabel(... |
tree | commitdiff |
2009-09-22 |
Vadim Zeitlin | Implement wxGetActiveWindow() for wxX11. |
tree | commitdiff |
2009-09-22 |
Vadim Zeitlin | Implement wxWindow::DoGetBorderSize() in wxUniv. |
tree | commitdiff |
2009-09-22 |
Vadim Zeitlin | Define wxSetDetectableAutoRepeat() for X11-based ports... |
tree | commitdiff |
2009-09-22 |
Vadim Zeitlin | Move wxSetDetectableAutoRepeat() to a section compiled... |
tree | commitdiff |
2009-09-21 |
Vadim Zeitlin | Recognize old wx{CHB,LB}_XXX styles in XRC. |
tree | commitdiff |
2009-09-21 |
Vadim Zeitlin | Restore socket initialization times counter. |
tree | commitdiff |
2009-09-21 |
Vadim Zeitlin | Don't call wxSocketBase::IsInitialized() from worker... |
tree | commitdiff |
2009-09-21 |
Stefan Csomor | on iPhone default is to cover entire screen |
tree | commitdiff |
2009-09-21 |
Stefan Csomor | fixing cast warnings on OSX 10.6 |
tree | commitdiff |
2009-09-21 |
Stefan Csomor | fixing include type |
tree | commitdiff |
2009-09-21 |
Vadim Zeitlin | Account for the margins used by Windows around status... |
tree | commitdiff |
next |