2004-07-31 |
Robin Dunn | Avoid warnings in the DLL builds |
tree | commitdiff |
2004-07-31 |
Dimitri Schoolwerth | applied patch #997019: '[wxMac] updated wxSound', adds... |
tree | commitdiff |
2004-07-31 |
Robin Dunn | Fixed compilation error |
tree | commitdiff |
2004-07-30 |
Vadim Zeitlin | invalidate m_selection in DoRemovePage(), not in Delete... |
tree | commitdiff |
2004-07-30 |
Vadim Zeitlin | switched to wxEventLoopBase/wxEventLoop implementation... |
tree | commitdiff |
2004-07-30 |
Vadim Zeitlin | define WXMSG same as Win32 MSG instead of untyped pointer |
tree | commitdiff |
2004-07-30 |
Włodzimierz Skiba | Additional configuration check. |
tree | commitdiff |
2004-07-28 |
David Elliott | wxWindowMSW::OnInitDialog is only implemented for WinCE |
tree | commitdiff |
2004-07-28 |
Vadim Zeitlin | fixed subrelease test in wxCHECK_VERSION_FULL |
tree | commitdiff |
2004-07-28 |
Julian Smart | Worked around static box opaqueness problem on WinCE... |
tree | commitdiff |
2004-07-27 |
Włodzimierz Skiba | Missing DMC OFN_* values. |
tree | commitdiff |
2004-07-27 |
Stefan Csomor | region from polygon added |
tree | commitdiff |
2004-07-27 |
David Elliott | Incorporated src/unix/gsocket.c 1.86 to 1.92 changes... |
tree | commitdiff |
2004-07-26 |
Vadim Zeitlin | removed GSocket_[Un]Streamed(), GSocket_SetNonOriented... |
tree | commitdiff |
2004-07-26 |
Vadim Zeitlin | removed _GSocket::m_oriented |
tree | commitdiff |
2004-07-26 |
Julian Smart | Stub out SetToolTip to avoid massive ifdefing when... |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | replace wxHashTable with a type safe hash map of Window... |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | insert now returns pair<iterator, bool>, as for the... |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | compilation fixes |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | use wxWindowDisabler instead of ShowModal() for showing... |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | replaced my recent GSocket_SetReuseAddr() addition... |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | implemented moving the dialog (patch 996448) |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | don't define _CRTDBG_MAP_ALLOC as it is apparently... |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | don't include wx/wxprec.h from the headers (patch 993136) |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | dc.h shouldn't include itself (patch 992933) |
tree | commitdiff |
2004-07-25 |
Dimitri Schoolwerth | added shortcut functions AddSpacer and AddStretchSpacer... |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | fixed header include guard position (patch 992443) |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | update the caret bitmap size in EVT_SIZE (patch 990361) |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | added status bar fields styles support (patch 988292) |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | fixed wxList copy ctor (patch 985473) |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | added DoCreate/Load/SaveDocument() (patches 983570... |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | added GetHeaderValue() (patch 974427) |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | added and documented SplitVolume() and GetPathTerminato... |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | don't set SO_REUSEADDR by default; added GSocket_SetReu... |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | added IsFrozen() (part of patch 925808) |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | wxGTK/Cygwin fix (patch 914565) |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | use Unix path separators under Cygwin |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | basic UDP support (patch 835128) |
tree | commitdiff |
2004-07-23 |
Vadim Zeitlin | unhide the other HitTest() overload |
tree | commitdiff |
2004-07-23 |
Robin Dunn | Fix for unhiding the other version of the base class... |
tree | commitdiff |
2004-07-23 |
Vadim Zeitlin | fixed inserting styled text into an empty control under... |
tree | commitdiff |
2004-07-23 |
Vadim Zeitlin | don't modify all wxBitmaps sharing the same wxBitmapRef... |
tree | commitdiff |
2004-07-23 |
Vadim Zeitlin | implement HitTest(pos) variant and not HitTest(x, y... |
tree | commitdiff |
2004-07-23 |
Vadim Zeitlin | implemented HitTest() for GTK2; test it in the sample |
tree | commitdiff |
2004-07-23 |
Vadim Zeitlin | compilation fix for gcc (closes bug 996701) |
tree | commitdiff |
2004-07-23 |
Robin Dunn | Changed to match wxPython's current subrelease number |
tree | commitdiff |
2004-07-23 |
Vadim Zeitlin | added wxSUBRELEAS_NUMBER and macro to check for it |
tree | commitdiff |
2004-07-23 |
Włodzimierz Skiba | wxUSE_BUTTONBAR removed. |
tree | commitdiff |
2004-07-22 |
Mattia Barbon | Added compatibility functions for wxUSE_STL = 1: |
tree | commitdiff |
2004-07-22 |
Vadim Zeitlin | added wxDIB(HBITMAP) ctor and corresponding Create... |
tree | commitdiff |
2004-07-22 |
Václav Slavík | use sizers instead of constraints in wxProgressDialog... |
tree | commitdiff |
2004-07-22 |
Václav Slavík | removed enum that was causing more problems than it... |
tree | commitdiff |
2004-07-21 |
Stefan Csomor | ryan's QT implementation |
tree | commitdiff |
2004-07-21 |
Vadim Zeitlin | implemented wxNativeFontInfo::operator=() when wxUSE_PA... |
tree | commitdiff |
2004-07-21 |
Stefan Csomor | first attempt for full screen implementation |
tree | commitdiff |
2004-07-20 |
Vadim Zeitlin | don't suppose that all 32bpp DIBs have alpha, this... |
tree | commitdiff |
2004-07-20 |
Vadim Zeitlin | AddFile(wxImage&) -> AddFile(const wxImage&) |
tree | commitdiff |
2004-07-20 |
Robin Dunn | DoPrepareDC needs the dc. |
tree | commitdiff |
2004-07-20 |
Stefan Csomor | background handling |
tree | commitdiff |
2004-07-20 |
Vadim Zeitlin | added DoPrepareDC() |
tree | commitdiff |
2004-07-20 |
Włodzimierz Skiba | wxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord. |
tree | commitdiff |
2004-07-20 |
Stefan Csomor | avoid unimplemented wx stubs being used |
tree | commitdiff |
2004-07-19 |
Włodzimierz Skiba | Fixes for wxUSE_STATUSBAR. |
tree | commitdiff |
2004-07-18 |
Václav Slavík | HAVE_XIM is disabled in GTK2 build, don't include usele... |
tree | commitdiff |
2004-07-17 |
Robin Dunn | Use DeafultAttributes instead of hard coded defaults |
tree | commitdiff |
2004-07-16 |
Václav Slavík | added wxXRC_NO_RELOADING |
tree | commitdiff |
2004-07-16 |
Václav Slavík | made SelectionToText and ToText public |
tree | commitdiff |
2004-07-16 |
Václav Slavík | added wxHtmlWindow::ToText |
tree | commitdiff |
2004-07-16 |
Vadim Zeitlin | fixed fatal bug in wxString ctor from wxCharBuffer... |
tree | commitdiff |
2004-07-16 |
Roger Gammans | * add documentation for wxMemoryBuffer |
tree | commitdiff |
2004-07-15 |
Václav Slavík | DLL export fixes (patch 991760) |
tree | commitdiff |
2004-07-15 |
Václav Slavík | fixed dllexports: wxClientData is now in wxBase, not... |
tree | commitdiff |
2004-07-15 |
Włodzimierz Skiba | More broken compilers with enum/wxString& ambiguity. |
tree | commitdiff |
2004-07-14 |
Stefan Csomor | making getter const |
tree | commitdiff |
2004-07-13 |
Stefan Csomor | adding correct events |
tree | commitdiff |
2004-07-12 |
Václav Slavík | oops, reverted clntdata.h change, it _is_ needed |
tree | commitdiff |
2004-07-12 |
Václav Slavík | clntdata.h is needed only if wxUSE_GUI |
tree | commitdiff |
2004-07-11 |
Stefan Csomor | further separating implementation |
tree | commitdiff |
2004-07-09 |
Vadim Zeitlin | added wxNavigationKeyEvent::IsBackward to be able to... |
tree | commitdiff |
2004-07-05 |
Dimitri Schoolwerth | use slashes in #include, not backslashes |
tree | commitdiff |
2004-07-04 |
Vadim Zeitlin | typo/spelling fixes (patch 983448) |
tree | commitdiff |
2004-07-03 |
Václav Slavík | a better way of applying style changes to label_widget |
tree | commitdiff |
2004-07-03 |
Robert Roebling | Not sure how important that is, but now you |
tree | commitdiff |
2004-07-03 |
Stefan Csomor | going on with wxMacControl functionality |
tree | commitdiff |
2004-07-03 |
Robin Dunn | Invalidate notebook best size when pages are added... |
tree | commitdiff |
2004-07-03 |
Václav Slavík | implemented tab order in wxGTK2 |
tree | commitdiff |
2004-07-03 |
Václav Slavík | m_queuedFullRedraw is not used anymore |
tree | commitdiff |
2004-07-02 |
Václav Slavík | fixed memory leak in wxNativeFontInfo when using Pango |
tree | commitdiff |
2004-07-02 |
Stefan Csomor | moving implementation out of class declaration |
tree | commitdiff |
2004-07-01 |
Vadim Zeitlin | fix wxTolower/upper() behaviour with signed chars ... |
tree | commitdiff |
2004-07-01 |
Vadim Zeitlin | added wxMilli/MicroSleep(), deprecated wxUsleep() |
tree | commitdiff |
2004-07-01 |
Vadim Zeitlin | added and documented wxWindow::MoveBefore/AfterInTabOrder() |
tree | commitdiff |
2004-07-01 |
Vadim Zeitlin | removed spurious semicolon |
tree | commitdiff |
2004-07-01 |
Vadim Zeitlin | added and documented wxKey/MouseEvent::CmdDown() |
tree | commitdiff |
2004-06-30 |
Robin Dunn | Layout fixes due to measuring with the wrong font.... |
tree | commitdiff |
2004-06-30 |
Václav Slavík | SetDefaultXXX -> SetOwnXXX |
tree | commitdiff |
2004-06-30 |
Vadim Zeitlin | added WindowHDC similar to Screen/MemoryHDC |
tree | commitdiff |
2004-06-30 |
Vadim Zeitlin | fix VC++ warning about redeclaring wxHtmlHelpMergedInde... |
tree | commitdiff |
2004-06-30 |
Václav Slavík | decoupled attributes inheritance and m_hasXXX flags |
tree | commitdiff |
next |