2005-09-09 |
Włodzimierz Skiba | Fixed wxListbook and wxChoicebook internal layout. |
blob | commitdiff | raw |
2005-09-03 |
Vadim Zeitlin | fix showing keyboard cues under Win2k/XP |
blob | commitdiff | raw | diff to current |
2005-09-03 |
Vadim Zeitlin | made wxRegKey bugfix note more detailed |
blob | commitdiff | raw | diff to current |
2005-08-30 |
Vadim Zeitlin | return a more useful value from wxJoystick::GetProductN... |
blob | commitdiff | raw | diff to current |
2005-08-30 |
Vadim Zeitlin | corrected wording of last commit |
blob | commitdiff | raw | diff to current |
2005-08-30 |
Vadim Zeitlin | generate mouse events for all static controls, not... |
blob | commitdiff | raw | diff to current |
2005-08-29 |
Mart Raudsepp | Remove assert from wxNativeFontInfo::GetFamily() due... |
blob | commitdiff | raw | diff to current |
2005-08-28 |
Vadim Zeitlin | fixed status bar positioning to work both with and... |
blob | commitdiff | raw | diff to current |
2005-08-28 |
Vadim Zeitlin | fixed bug in wxStreamBuffer::Read(wxStreamBuffer *... |
blob | commitdiff | raw | diff to current |
2005-08-28 |
Vadim Zeitlin | Fixed several bugs in wxDateTime timezone handling: |
blob | commitdiff | raw | diff to current |
2005-08-28 |
Mattia Barbon | Add recent wxMotif changes. |
blob | commitdiff | raw | diff to current |
2005-08-28 |
Vadim Zeitlin | added wxLongLong::ToDouble() |
blob | commitdiff | raw | diff to current |
2005-08-25 |
Włodzimierz Skiba | RTTI and exceptions settings for WinCE are restored. |
blob | commitdiff | raw | diff to current |
2005-08-17 |
Mart Raudsepp | Specify that "Backward compatibility" is a topic overvi... |
blob | commitdiff | raw | diff to current |
2005-08-17 |
Vadim Zeitlin | made wxChoice and wxComboBox::GetSelection() return... |
blob | commitdiff | raw | diff to current |
2005-08-16 |
Vadim Zeitlin | added wxStaticText::Wrap() |
blob | commitdiff | raw | diff to current |
2005-08-13 |
Julian Smart | Fixed dangling pointers bug; radio button was not remov... |
blob | commitdiff | raw | diff to current |
2005-08-12 |
Julian Smart | Adaptations for PDA-sized screens |
blob | commitdiff | raw | diff to current |
2005-08-12 |
Julian Smart | Added support for "help" parameter (context help text). |
blob | commitdiff | raw | diff to current |
2005-08-06 |
Michael Wetherell | Add wxMGL and Cygwin changes to the changelog |
blob | commitdiff | raw | diff to current |
2005-08-04 |
Mart Raudsepp | [wxGTK2] wxTextCtrl: Implemented support for wxTEXT_ALI... |
blob | commitdiff | raw | diff to current |
2005-08-03 |
Mart Raudsepp | Document wxTextCtrl::XYToPosition, PositionToXY and... |
blob | commitdiff | raw | diff to current |
2005-07-31 |
Mattia Barbon | Allow displaying Japanese character with wxMotif... |
blob | commitdiff | raw | diff to current |
2005-07-29 |
Vadim Zeitlin | take border into account in best size calculations |
blob | commitdiff | raw | diff to current |
2005-07-29 |
Vadim Zeitlin | added wxDynamicLibrary::GetSymbolAorW() |
blob | commitdiff | raw | diff to current |
2005-07-29 |
Vadim Zeitlin | compilation fix for IBM xlC (closes 1230392) |
blob | commitdiff | raw | diff to current |
2005-07-29 |
Vadim Zeitlin | async playback and object lifetime remarks |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Vadim Zeitlin | many improvements/bug fixes to media control: new wxEVT... |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Mart Raudsepp | wxGTK: Implemented wxTLW::RequestUserAttention() |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Vadim Zeitlin | don't reserve space in the header for the column image... |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Vadim Zeitlin | added wxImage::RotateHue() and RGB <-> HSV conversions... |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Vadim Zeitlin | mention VC8 support |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Vadim Zeitlin | Ctrl+mouse wheel changes zoom factor in print preview... |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Vadim Zeitlin | ShowFullScreen() shows the window if it was still hidde... |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Vadim Zeitlin | corrected event type for standalone scrollbars (patch... |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Vadim Zeitlin | added wxZipFSHandler::Cleanup() (modified patch 1213615) |
blob | commitdiff | raw | diff to current |
2005-07-27 |
Włodzimierz Skiba | Defaults in wxWinCE documented. |
blob | commitdiff | raw | diff to current |
2005-07-25 |
Włodzimierz Skiba | Typo. |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Włodzimierz Skiba | wxOS2 with Open Watcom. |
blob | commitdiff | raw | diff to current |
2005-07-21 |
Vadim Zeitlin | position of wxEVT_MOUSEWHEEL events is now in client... |
blob | commitdiff | raw | diff to current |
2005-07-16 |
Vadim Zeitlin | fixed a rare crash due to malformed HTML |
blob | commitdiff | raw | diff to current |
2005-07-16 |
Vadim Zeitlin | fixed handling of the accelerators of menu items added... |
blob | commitdiff | raw | diff to current |
2005-07-15 |
Włodzimierz Skiba | Possibility of modeless wxWizard dialog (with presentat... |
blob | commitdiff | raw | diff to current |
2005-07-14 |
Mart Raudsepp | "Separators are now correctly shown in the toolbars... |
blob | commitdiff | raw | diff to current |
2005-07-13 |
Vadim Zeitlin | added wxXmlResource::Unload() (replaces patch 1178853) |
blob | commitdiff | raw | diff to current |
2005-06-23 |
Václav Slavík | rolled back exceptions handling patch, it relied on... |
blob | commitdiff | raw | diff to current |
2005-06-20 |
Václav Slavík | changed exceptions handling to work under wxGTK |
blob | commitdiff | raw | diff to current |
2005-06-17 |
Vadim Zeitlin | fixed typo in GetSelEnd() which made that the function... |
blob | commitdiff | raw | diff to current |
2005-06-17 |
Włodzimierz Skiba | Patch #1222244: Fixes for bug #1212853 with unit test. |
blob | commitdiff | raw | diff to current |
2005-06-16 |
Vadim Zeitlin | documented wxScopeGuard; this class is too useful to... |
blob | commitdiff | raw | diff to current |
2005-06-16 |
Julian Smart | Change log update |
blob | commitdiff | raw | diff to current |
2005-06-14 |
Włodzimierz Skiba | Due to wxStringBase::CopyBeforeWrite() we need to resen... |
blob | commitdiff | raw | diff to current |
2005-06-09 |
Vadim Zeitlin | always set flat toolbar style, even under XP with theme... |
blob | commitdiff | raw | diff to current |
2005-06-02 |
Julian Smart | Added changes |
blob | commitdiff | raw | diff to current |
2005-06-01 |
Vadim Zeitlin | added wxPLURAL() macro |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Vadim Zeitlin | send wxEVT_SCROLL_CHANGED when using mouse wheel as... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Vadim Zeitlin | added wxEVT_SCROLL_CHANGED as synonym for wxEVT_SCROLL_... |
blob | commitdiff | raw | diff to current |
2005-05-27 |
Julian Smart | Fix wrong deletion |
blob | commitdiff | raw | diff to current |
2005-05-27 |
Julian Smart | Removed ugly separators toolbars again |
blob | commitdiff | raw | diff to current |
2005-05-25 |
Robin Dunn | When converting a wxIcon to a bitmap check if the icon... |
blob | commitdiff | raw | diff to current |
2005-05-25 |
Julian Smart | Some change logs |
blob | commitdiff | raw | diff to current |
2005-05-21 |
Kevin Hock | Add wxSTAY_ON_TOP for wxGTK |
blob | commitdiff | raw | diff to current |
2005-05-18 |
Vadim Zeitlin | setting foreground colour for wxCheckBox now works... |
blob | commitdiff | raw | diff to current |
2005-05-13 |
Włodzimierz Skiba | Fixed wrong positioning of marks and enumerations in... |
blob | commitdiff | raw | diff to current |
2005-05-10 |
Włodzimierz Skiba | Do not send event for already selected menu radio item... |
blob | commitdiff | raw | diff to current |
2005-05-06 |
Julian Smart | Take src x, y into account when blitting with alpha |
blob | commitdiff | raw | diff to current |
2005-05-04 |
Vadim Zeitlin | fixed GetLongPath(): it never used ::GetLongPath()... |
blob | commitdiff | raw | diff to current |
2005-05-03 |
Julian Smart | A control's text colour now reflects the system colour... |
blob | commitdiff | raw | diff to current |
2005-04-29 |
Julian Smart | Removed previous broken fix for deferred positioning... |
blob | commitdiff | raw | diff to current |
2005-04-29 |
Julian Smart | AdjustScrollbars can go into an infinite loop, so bail... |
blob | commitdiff | raw | diff to current |
2005-04-28 |
Julian Smart | Reverted/commented out unsuccessful defer fix |
blob | commitdiff | raw | diff to current |
2005-04-28 |
Julian Smart | Worked around an apparent bug in Windows whereby some... |
blob | commitdiff | raw | diff to current |
2005-04-25 |
Julian Smart | Fixed erroneous selection of content in comboboxes... |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Ryan Norton | Add wxLaunchDefaultBrowser, note wxGetKeyState change |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Ryan Norton | Add support for launching APPL bundles with wxExecute |
blob | commitdiff | raw | diff to current |
2005-04-17 |
Julian Smart | wxHelpController now wxCHMHelpController on Windows |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Robert Roebling | Mention GTK+ fixes. |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Ryan Norton | Implement wxMimeTypesManager on mac |
blob | commitdiff | raw | diff to current |
2005-04-15 |
Michael Wetherell | New syntax for --with-gtk |
blob | commitdiff | raw | diff to current |
2005-04-13 |
Julian Smart | wxBestHelpController now used as default on Windows |
blob | commitdiff | raw | diff to current |
2005-04-05 |
Vadim Zeitlin | fixed wxStaticBox::SetBackgroundColour(): this should... |
blob | commitdiff | raw | diff to current |
2005-04-05 |
Vadim Zeitlin | mention static box border fir under wxMSW |
blob | commitdiff | raw | diff to current |
2005-04-05 |
Włodzimierz Skiba | Deprecate wxPathExists, make wxDirExists used everywher... |
blob | commitdiff | raw | diff to current |
2005-04-02 |
Vadim Zeitlin | added wxMemoryInputStream(wxMemoryOutputStream&) ctor... |
blob | commitdiff | raw | diff to current |
2005-04-02 |
Vadim Zeitlin | added wxImage::IsTransparent(x, y) |
blob | commitdiff | raw | diff to current |
2005-03-31 |
Julian Smart | Applied patch 1173802: Reimplementation of GtkFileChoos... |
blob | commitdiff | raw | diff to current |
2005-03-30 |
Julian Smart | Applied patch [ 1166587 ] [wxMSW] Removes all flicker... |
blob | commitdiff | raw | diff to current |
2005-03-28 |
Vadim Zeitlin | corrected GTK wrapping line |
blob | commitdiff | raw | diff to current |
2005-03-27 |
Vadim Zeitlin | send wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED only once... |
blob | commitdiff | raw | diff to current |
2005-03-27 |
Vadim Zeitlin | added wxTE_BESTWRAP style (which is the default now... |
blob | commitdiff | raw | diff to current |
2005-03-26 |
Vadim Zeitlin | changed wxWindow::Refresh() to refresh the window child... |
blob | commitdiff | raw | diff to current |
2005-03-26 |
Julian Smart | Added C/wxString array constructors to wxArrayString |
blob | commitdiff | raw | diff to current |
2005-03-24 |
Vadim Zeitlin | fix handling Alt-key events in wxComboBox |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Vadim Zeitlin | wxTextCtrl with wxTE_RICH2 style now uses RichEdit... |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Vadim Zeitlin | added support for wxTE_LINEWRAP; use GTK_WRAP_WORD_CHAR... |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Vadim Zeitlin | added orient parameter to wxMDIParentFrame::Tile() |
blob | commitdiff | raw | diff to current |
2005-03-20 |
Vadim Zeitlin | Seek(-1, mode) should work instead of giving an error... |
blob | commitdiff | raw | diff to current |
2005-03-19 |
Julian Smart | Added wxDialog::GetToolBar for PocketPC |
blob | commitdiff | raw | diff to current |
2005-03-18 |
Julian Smart | Added WXK_SPECIAL... keycodes for special hardware... |
blob | commitdiff | raw | diff to current |
2005-03-18 |
Julian Smart | Doc tweaks |
blob | commitdiff | raw | diff to current |
next |