2009-01-18 |
Robert Roebling | Really set standard cursor when over title bar and... |
tree | commitdiff |
2009-01-18 |
Jaakko Salli | Translate keycode(s) into character more consistenly... |
tree | commitdiff |
2009-01-18 |
Vadim Zeitlin | move ClassRegInfo out from anonymous namespace to work... |
tree | commitdiff |
2009-01-18 |
Stefan Csomor | mouse and cursor additions for cocoa, see #10361 |
tree | commitdiff |
2009-01-18 |
Vadim Zeitlin | compilation fix for old SDKs (VC6...) which don't defin... |
tree | commitdiff |
2009-01-18 |
Vadim Zeitlin | reduce the margins around bitmaps to avoid truncating... |
tree | commitdiff |
2009-01-18 |
Julian Smart | Workaround for GTK+ sensitivity bug |
tree | commitdiff |
2009-01-18 |
Jaakko Salli | Fixed bug: splitter was not drawn for nested categories |
tree | commitdiff |
2009-01-17 |
Robert Roebling | Fix scrolled window bug when reducing the virtual size... |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | fixing screen coordinate transformation |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | fixing include style |
tree | commitdiff |
2009-01-17 |
Jaakko Salli | Fix wxEnumProperty unspecified value by taking it into... |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | missing commit |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | fixing dangling includes |
tree | commitdiff |
2009-01-17 |
Jaakko Salli | Fixed relaying of wxEVT_MOUSEWHEEL to popup control |
tree | commitdiff |
2009-01-17 |
Vadim Zeitlin | implement wxTreeCtrl::ItemHasChildren() properly for... |
tree | commitdiff |
2009-01-17 |
Vadim Zeitlin | define [us]ptr_t properly for mingw64 compilation |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | printing adjustment |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | streamlining printing support, adding printing support... |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | avoiding warning for unused var in cocoa build |
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 | implement SetTimes() for directories too under MSW... |
tree | commitdiff |
2009-01-16 |
Vadim Zeitlin | add missing header for mingw32 PCH-less build |
tree | commitdiff |
2009-01-16 |
Vadim Zeitlin | ensure that ProcessEvent() is called for all the event... |
tree | commitdiff |
2009-01-16 |
Stefan Csomor | fixing infinite recursion for rotated text, introduced... |
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 |
Jouk Jansen | Add combo sample to compile list of OpenVMS |
tree | commitdiff |
2009-01-16 |
Francesco Montorsi | fix motif combobox for Motif < 2.0 |
tree | commitdiff |
2009-01-16 |
Francesco Montorsi | fix wxMotif build |
tree | commitdiff |
2009-01-16 |
Francesco Montorsi | no real change; just reorder functions |
tree | commitdiff |
2009-01-16 |
Vadim Zeitlin | don't use wxString::FromASCII() with possibly non-ASCII... |
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 |
Bryan Petty | Initialize m_action_window to NULL in wxAuiManager... |
tree | commitdiff |
2009-01-15 |
Stefan Csomor | adding missing header for non-precomp build |
tree | commitdiff |
2009-01-15 |
Vadim Zeitlin | fix PCH-less build with wxUSE_URL_NATIVE (see #10338) |
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 |
Robert Roebling | Fixes #10382: Memory leak in wxDataViewMainWindow:... |
tree | commitdiff |
2009-01-14 |
Robert Roebling | Don't make wxFrame grow when adding a native wxToolbar |
tree | commitdiff |
2009-01-14 |
Vadim Zeitlin | reduce IPC buffer size to be less than typical Ethernet... |
tree | commitdiff |
2009-01-14 |
Francesco Montorsi | use wxStrnlen() and add NULL-checks in wxMsgCatalogFile... |
tree | commitdiff |
2009-01-14 |
Francesco Montorsi | do not assert when the validator style == wxFILTER_NONE |
tree | commitdiff |
2009-01-14 |
Francesco Montorsi | add some wxIMAGE_OPTION_PNG_xxx options to wxImage... |
tree | commitdiff |
2009-01-14 |
Francesco Montorsi | fix ANI loading; check for errors when calling Read() |
tree | commitdiff |
2009-01-14 |
Vadim Zeitlin | don't assert if the locale couldn't be set in AddCatalo... |
tree | commitdiff |
2009-01-14 |
Vadim Zeitlin | don't try to destroy the already destroyed OCX HWND |
tree | commitdiff |
2009-01-14 |
Francesco Montorsi | call event.Enable(true) in OnUpdateFileOpen and OnUpdat... |
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-13 |
Vadim Zeitlin | don't define wxHeaderColumnsRearrangeDialog if !wxUSE_R... |
tree | commitdiff |
2009-01-13 |
Vadim Zeitlin | fix memory leak of FrameSite (see #3935) |
tree | commitdiff |
2009-01-13 |
Vadim Zeitlin | use wxWindow::GetClientSize() instead of ::GetClientRec... |
tree | commitdiff |
2009-01-13 |
Robert Roebling | Also update cursor when over toolbar and titlebar |
tree | commitdiff |
2009-01-13 |
Francesco Montorsi | check for wxInputStream::Read errors |
tree | commitdiff |
2009-01-13 |
Francesco Montorsi | always properly check if SeekI() calls succeded; this... |
tree | commitdiff |
2009-01-13 |
Stefan Csomor | using subclass as impl ptr, common code in macro becaus... |
tree | commitdiff |
2009-01-13 |
Stefan Csomor | common event code |
tree | commitdiff |
2009-01-13 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2009-01-13 |
Jouk Jansen | Avoid warning on OpenVMS system |
tree | commitdiff |
2009-01-13 |
Jouk Jansen | change int->wxRasterOperationMode was omitted at one... |
tree | commitdiff |
2009-01-13 |
Stefan Csomor | make sure that code is always available when compiling... |
tree | commitdiff |
2009-01-13 |
Stefan Csomor | removing duplicate code |
tree | commitdiff |
2009-01-13 |
Francesco Montorsi | fix wxMSW shared builds |
tree | commitdiff |
2009-01-12 |
Francesco Montorsi | ensure correct linking of the socket manager initialize... |
tree | commitdiff |
2009-01-12 |
Stefan Csomor | adding 10.4 build compatibility for osx cocoa, see... |
tree | commitdiff |
2009-01-12 |
Francesco Montorsi | assert when the item index is out of range in wxMSW... |
tree | commitdiff |
2009-01-12 |
Jaakko Salli | Let wxVariantDataDateTime::Write() and Read() work... |
tree | commitdiff |
2009-01-12 |
Jaakko Salli | Better support for unspecified property value in wxDate... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | fix VC6 ICE; don't call the function which doesn't... |
tree | commitdiff |
2009-01-12 |
Jaakko Salli | Added wxPGProperty::OnValidationFailure(); needed it... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | don't use wxVector<wxDataFormat> from wx/clipbrd.h... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | fix MSVC warning about possibly unused variable in... |
tree | commitdiff |
2009-01-12 |
Jouk Jansen | Fixing/Testing sockets on OpenVMS |
tree | commitdiff |
2009-01-12 |
Paul Cornett | return index of first added image in Add(), like MSW... |
tree | commitdiff |
2009-01-12 |
Paul Cornett | use text cursor only when control is enabled, #10347 |
tree | commitdiff |
2009-01-11 |
Robert Roebling | Added interface for getting/setting text converter... |
tree | commitdiff |
2009-01-11 |
Jaakko Salli | Fixed bug: SetPropertyValueUnspecified(p) and p->SetVal... |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | fix for PCH-less builds |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | split wxGrid implementation in grideditors.cpp (for... |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | just fix some $Id$ tokens |
tree | commitdiff |
2009-01-11 |
Vadim Zeitlin | fix handling of locale names without county info (close... |
tree | commitdiff |
2009-01-11 |
Vadim Zeitlin | correct typo: s/wxUSE_MENU/&S/ |
tree | commitdiff |
2009-01-11 |
Vadim Zeitlin | added wxUSE_HEADERCTRL |
tree | commitdiff |
2009-01-11 |
Vadim Zeitlin | added wxUSE_REARRANGECTRL |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | do not return true when no data is read by the stream... |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | use IsOk() instead of Ok(); fix crash when loading... |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | guard against NULL parents |
tree | commitdiff |
2009-01-11 |
Vadim Zeitlin | fix build with wxUSE_MENU==0 (closes #10330) |
tree | commitdiff |
2009-01-10 |
Francesco Montorsi | no change; just fix indentation |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | fixes #10358 |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | making sure enabling the menus works |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | guarding against NULL peers |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | fixing wrong constant |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | fixing default location for cocoa, see #10361 |
tree | commitdiff |
next |