2004-05-09 |
Stefan Neis | Remove duplicated typedef depending on header file... |
tree | commitdiff |
2004-05-09 |
Stefan Neis | Added missing "const" for operator== and operator!=. |
tree | commitdiff |
2004-05-09 |
Stefan Neis | Added missing const for comparision operators. |
tree | commitdiff |
2004-05-08 |
Mattia Barbon | When wxUSE_STL == 1 and STL provides quasi-standard... |
tree | commitdiff |
2004-05-08 |
Mattia Barbon | wxX11 compilation fixes. |
tree | commitdiff |
2004-05-08 |
Mattia Barbon | wxUniversal compilation fix. The fix is ok because... |
tree | commitdiff |
2004-05-08 |
Vadim Zeitlin | removed HandleSysCommand() and don't generate duplicate... |
tree | commitdiff |
2004-05-08 |
Mattia Barbon | Add missing WXDLLEXPORT. |
tree | commitdiff |
2004-05-08 |
Mattia Barbon | Remove duplicate definition. |
tree | commitdiff |
2004-05-08 |
Mattia Barbon | CHM help is not compiled for wxUniversal. |
tree | commitdiff |
2004-05-08 |
Mattia Barbon | Fix for pure virtual method call caused by wxHashTabl... |
tree | commitdiff |
2004-05-07 |
Vadim Zeitlin | split wxUSE_MDI from wxUSE_MDI_ARCHITECTURE (which... |
tree | commitdiff |
2004-05-07 |
Dimitri Schoolwerth | applied patch #931719: "ESC closes dialog instead of... |
tree | commitdiff |
2004-05-07 |
Robin Dunn | SetInitialBestSize changes for wxMac |
tree | commitdiff |
2004-05-06 |
Robin Dunn | Use wxVisualAttributes (partially #if'd out until teste... |
tree | commitdiff |
2004-05-06 |
Robin Dunn | Get(Class)DefaultAttributes() for wxGTK controls |
tree | commitdiff |
2004-05-05 |
Vadim Zeitlin | use ResetClipping() instead of simply setting m_clippin... |
tree | commitdiff |
2004-05-05 |
Vadim Zeitlin | made GetClippingBox() work even for clipping region... |
tree | commitdiff |
2004-05-05 |
Vadim Zeitlin | removed non-const accessors for pens, brushes, &c from... |
tree | commitdiff |
2004-05-04 |
Robin Dunn | Added wxControl::PostCreation for wxGTK. Moved calls to |
tree | commitdiff |
2004-05-04 |
Robin Dunn | Book controls also shouldn't do anything for SetInitial... |
tree | commitdiff |
2004-05-03 |
Robin Dunn | Initial/Best size fixes for wxRadioBox, wxSlider and... |
tree | commitdiff |
2004-05-03 |
Vadim Zeitlin | override SetInitialBestSize() to do nothing (we must... |
tree | commitdiff |
2004-05-03 |
Vadim Zeitlin | call SetInitialBestSize(), not SetBestSize(), when... |
tree | commitdiff |
2004-05-03 |
Vadim Zeitlin | moved SetBestSize() to .cpp file; set min size from it |
tree | commitdiff |
2004-05-02 |
Vadim Zeitlin | moved OnExceptionInMainLoop() in .cpp from header |
tree | commitdiff |
2004-05-02 |
Mattia Barbon | Make wxMotif buttons smaller (and nicer) by default, |
tree | commitdiff |
2004-05-02 |
Mattia Barbon | Added missing NO_GCC_PRAGMA check. |
tree | commitdiff |
2004-05-02 |
Robin Dunn | Implement some base class virtuals to avoid errors... |
tree | commitdiff |
2004-05-01 |
Robin Dunn | Reverted last change |
tree | commitdiff |
2004-05-01 |
Václav Slavík | compilation fixes (apparently, gcc <3.4 didn't validate... |
tree | commitdiff |
2004-05-01 |
Robin Dunn | In wxGTK2 the wxMessageDialog is not a real wxDialog... |
tree | commitdiff |
2004-05-01 |
Mattia Barbon | Use new wxHashTable implementation not using keyed... |
tree | commitdiff |
2004-05-01 |
Mattia Barbon | Native wxControl::DoGetBestSize() implementation |
tree | commitdiff |
2004-05-01 |
Mattia Barbon | MSVC 5 fix. |
tree | commitdiff |
2004-05-01 |
Mattia Barbon | GCC 3.4 fixes. |
tree | commitdiff |
2004-04-30 |
Vadim Zeitlin | use an internal wxFileSystem in wxHtmlListBox so that... |
tree | commitdiff |
2004-04-30 |
Vadim Zeitlin | made TestDestroy public and virtual |
tree | commitdiff |
2004-04-29 |
Dimitri Schoolwerth | changed hand cursor to look like Windows' hand cursor |
tree | commitdiff |
2004-04-29 |
Stefan Csomor | precompiled headers changed |
tree | commitdiff |
2004-04-27 |
Robin Dunn | Change SetStringSelection to return bool like in other... |
tree | commitdiff |
2004-04-27 |
Stefan Csomor | specific workaround for XCODE native |
tree | commitdiff |
2004-04-27 |
Julian Smart | SmartPhone windows are always maximized: Patch 942118 |
tree | commitdiff |
2004-04-26 |
Stefan Csomor | on xcode native we end up with several definitions... |
tree | commitdiff |
2004-04-25 |
Václav Slavík | removed wxGzipStreams (supported by wxZlibStreams now) |
tree | commitdiff |
2004-04-25 |
Václav Slavík | removed wxGzipStreams (supported by wxZlibStreams now) |
tree | commitdiff |
2004-04-23 |
Stefan Csomor | always use opaque structs |
tree | commitdiff |
2004-04-22 |
Robin Dunn | Fix wxGTK's menu and menubar so Insert does something... |
tree | commitdiff |
2004-04-22 |
Robin Dunn | Add SetKind accessor |
tree | commitdiff |
2004-04-21 |
Václav Slavík | applied patch 939076: __SMARTPHONE__ define |
tree | commitdiff |
2004-04-21 |
Václav Slavík | added wxRegEx::GetMatchCount (patch 938995) |
tree | commitdiff |
2004-04-21 |
Stefan Csomor | added define for Aug 2003 gcc update compatibility... |
tree | commitdiff |
2004-04-21 |
Vadim Zeitlin | fixed recent modeless dialog breakage caused by removin... |
tree | commitdiff |
2004-04-20 |
Julian Smart | Don't use wxUSE_POCKETPC_UI, determine appropriate... |
tree | commitdiff |
2004-04-20 |
Julian Smart | Compile fix for eVC++ 4 with PocketPC 2003 |
tree | commitdiff |
2004-04-20 |
Chris Elliott | SF patch #938489 (for VC5) |
tree | commitdiff |
2004-04-20 |
Vadim Zeitlin | made Update() virtual |
tree | commitdiff |
2004-04-20 |
Chris Elliott | SF patch #938489 |
tree | commitdiff |
2004-04-19 |
Julian Smart | Don't infinitely recurse when setting the child focus... |
tree | commitdiff |
2004-04-18 |
Vadim Zeitlin | removed work around for 16 bit compilers not defining... |
tree | commitdiff |
2004-04-18 |
Robert Roebling | Set default dialog style to 0. |
tree | commitdiff |
2004-04-18 |
Robert Roebling | Applied patch for hiding statusbar. |
tree | commitdiff |
2004-04-18 |
Stefan Csomor | added fix for MSL under Win32 (by Steve Hartwell) |
tree | commitdiff |
2004-04-17 |
Robin Dunn | Make InheritAttributes and ShouldInheritColours public... |
tree | commitdiff |
2004-04-17 |
Robin Dunn | Fix or add some DoGetBestSize's |
tree | commitdiff |
2004-04-16 |
Vadim Zeitlin | use wx_static_cast() inside wxDynamicCast to catch... |
tree | commitdiff |
2004-04-16 |
Vadim Zeitlin | added and documented wx_const/static_cast<> |
tree | commitdiff |
2004-04-16 |
Vadim Zeitlin | wxEVT_MOVING = 442, not 4442, in event compatibility... |
tree | commitdiff |
2004-04-16 |
Vadim Zeitlin | GetChildrenCount() should be const |
tree | commitdiff |
2004-04-15 |
Vadim Zeitlin | changed return type of wxCommandEvent::GetClientObject... |
tree | commitdiff |
2004-04-15 |
Vadim Zeitlin | use iostream.h and not iostream with OpenWatcom (part... |
tree | commitdiff |
2004-04-15 |
Vadim Zeitlin | make XTI compile with VC6 (patch 896614) |
tree | commitdiff |
2004-04-15 |
Vadim Zeitlin | define _puttchar for mingw32 as it doesn't have it... |
tree | commitdiff |
2004-04-15 |
Vadim Zeitlin | show/hide static box when the wxStaticBoxSizer is shown... |
tree | commitdiff |
2004-04-15 |
Václav Slavík | commdlg.lib is not in evc3 |
tree | commitdiff |
2004-04-15 |
Dimitri Schoolwerth | made GetAlpha(x, y) const (the docs are already correct) |
tree | commitdiff |
2004-04-15 |
Dimitri Schoolwerth | improved const-ness of find/Find functions |
tree | commitdiff |
2004-04-14 |
Robin Dunn | Added wxSizerItem::SetMinSize that calls m_window-... |
tree | commitdiff |
2004-04-14 |
Robin Dunn | Keep track of the initial size that the window was... |
tree | commitdiff |
2004-04-14 |
David Elliott | Quick hack removing wxDIALOG_MODAL |
tree | commitdiff |
2004-04-14 |
David Elliott | Quick hack to rid the code of wxDIALOG_MODAL |
tree | commitdiff |
2004-04-14 |
David Elliott | Added wxRegion construction from an NSRect or an array... |
tree | commitdiff |
2004-04-14 |
David Elliott | Rework modal dialog code to not depend on now obsolete... |
tree | commitdiff |
2004-04-13 |
David Elliott | wxCocoa: wxRegion using wxRegionGeneric |
tree | commitdiff |
2004-04-13 |
David Elliott | Added wxRegionGeneric and wxRegionIteratorGeneric using... |
tree | commitdiff |
2004-04-13 |
David Elliott | s/m_clientData/m_itemClientData/ so it doesn't conflict... |
tree | commitdiff |
2004-04-13 |
David Elliott | Make ObjcRelease() return void like [NSObject -release... |
tree | commitdiff |
2004-04-13 |
Vadim Zeitlin | define WS_XXX constants missing in (some) CE SDKs |
tree | commitdiff |
2004-04-13 |
Vadim Zeitlin | removed m_bestSize |
tree | commitdiff |
2004-04-13 |
Vadim Zeitlin | moved dialog/frame styles to their own headers; don... |
tree | commitdiff |
2004-04-13 |
Vadim Zeitlin | (blind) compilation fix for wxUniv |
tree | commitdiff |
2004-04-13 |
Stefan Csomor | adding event construction |
tree | commitdiff |
2004-04-13 |
Stefan Csomor | switching to native focus and control hit handling |
tree | commitdiff |
2004-04-12 |
Václav Slavík | aygshell is available on PocketPC and sometimes needed |
tree | commitdiff |
2004-04-12 |
David Elliott | Change m_windowCurrent to m_currentNSWindow such that... |
tree | commitdiff |
2004-04-11 |
Václav Slavík | added some cppunit convenience macros (part of patch... |
tree | commitdiff |
2004-04-11 |
Václav Slavík | improvements to zlib streams (patch 929416): |
tree | commitdiff |
2004-04-11 |
Stefan Csomor | expose find window method |
tree | commitdiff |
2004-04-11 |
Václav Slavík | added wx/msw/wince/libraries.h to workaround SDK differ... |
tree | commitdiff |
2004-04-11 |
Vadim Zeitlin | added GetEncodingFromName(); documented it and rearrang... |
tree | commitdiff |
next |