2003-12-11 |
Julian Smart | Applied [ 799292 ] wxWizard and Validator Bug and Fix |
tree | commitdiff |
2003-12-08 |
David Elliott | Implement wxMask given a wxBitmap and a mask wxColour. |
tree | commitdiff |
2003-12-06 |
David Elliott | Added simple implementation of (Get|Unget)RawData. |
tree | commitdiff |
2003-12-06 |
David Elliott | wxCocoa: Added wxNativePixelFormat and defined wxPIXEL_... |
tree | commitdiff |
2003-12-03 |
Robin Dunn | Use InheritAttributes for wxGTK widgets so they will... |
tree | commitdiff |
2003-12-03 |
Robin Dunn | Give wxTimer a GetId accessor |
tree | commitdiff |
2003-11-30 |
Vadim Zeitlin | removed wxLogTrace() without mask to fix DMC compilation |
tree | commitdiff |
2003-11-30 |
Vadim Zeitlin | marked FindColour() as deprecated; removed AddColour... |
tree | commitdiff |
2003-11-26 |
Vadim Zeitlin | resolved conflict (because I forgot to commit before) |
tree | commitdiff |
2003-11-26 |
Dimitri Schoolwerth | Declaration of CopySelection is bool instead of void. |
tree | commitdiff |
2003-11-26 |
Václav Slavík | assert if wxLocale::Init called twice |
tree | commitdiff |
2003-11-24 |
Dimitri Schoolwerth | Applied patch #809019 (Adds embedded/plugin capabilitie... |
tree | commitdiff |
2003-11-23 |
Stefan Neis | Try to insure usability of this file in non-PM ports. |
tree | commitdiff |
2003-11-23 |
Stefan Neis | Insure suitable choices of path/drive separator on... |
tree | commitdiff |
2003-11-23 |
Mattia Barbon | Avoid double free in wxComboBox::SetClientObject. |
tree | commitdiff |
2003-11-23 |
Mattia Barbon | New wxHashTable implementation when wxUSE_STL ==... |
tree | commitdiff |
2003-11-23 |
Mattia Barbon | Compilation fix. |
tree | commitdiff |
2003-11-22 |
Vadim Zeitlin | fixed HAVE_STD_WSTRING test |
tree | commitdiff |
2003-11-19 |
Václav Slavík | don't define ngettext, causes problems |
tree | commitdiff |
2003-11-19 |
Dimitri Schoolwerth | Implemented missing pure virt functions (stub functions... |
tree | commitdiff |
2003-11-19 |
George Tasker | Added a parameter 'failOnDataTypeUnsupported' to getDbI... |
tree | commitdiff |
2003-11-19 |
Robin Dunn | Added accessors for m_rowHeights, m_colWidths |
tree | commitdiff |
2003-11-18 |
Julian Smart | WinCE fixes from "Viktor Voroshylo" <viktor@voroshylo... |
tree | commitdiff |
2003-11-18 |
Robin Dunn | Added FindItemAtPoint |
tree | commitdiff |
2003-11-16 |
Mattia Barbon | Changes corresponding to patch #841324 from Ian... |
tree | commitdiff |
2003-11-15 |
Julian Smart | Fixes for previous fixes |
tree | commitdiff |
2003-11-15 |
Dimitri Schoolwerth | Initial revision; Ignore setup.h. |
tree | commitdiff |
2003-11-14 |
Julian Smart | Fixes for later WinCE versions |
tree | commitdiff |
2003-11-14 |
Dimitri Schoolwerth | Fixed wxUniv+OpenGL compilation for MSW; Cosmetic cleanup. |
tree | commitdiff |
2003-11-13 |
David Elliott | wxCocoa: Use the new native MDI implementation instead... |
tree | commitdiff |
2003-11-13 |
David Elliott | Added implementation of MDI using top level windows |
tree | commitdiff |
2003-11-13 |
David Elliott | Added a mechanism allowing a toplevel window to delay... |
tree | commitdiff |
2003-11-13 |
David Elliott | Renamed UpdateWindowMenuBar to UpdateMenuBar and remove... |
tree | commitdiff |
2003-11-10 |
Dimitri Schoolwerth | Added wxUnusedVar for Borland and fixed 2 release mode... |
tree | commitdiff |
2003-11-07 |
Robin Dunn | Fixed an accidental name clash, and added back a wxCHECK |
tree | commitdiff |
2003-11-07 |
Robin Dunn | Set m_rows, m_cols so GetRows/GetCols in the base class... |
tree | commitdiff |
2003-11-07 |
Robin Dunn | Refactored wxSizerXmlHandler and added support for... |
tree | commitdiff |
2003-11-07 |
Robin Dunn | Added default ctor |
tree | commitdiff |
2003-11-07 |
Robin Dunn | Calling sizerItem->SetWindow shoudl set the minsize... |
tree | commitdiff |
2003-11-06 |
David Elliott | Add wxCocoaNSWindow* parameter to GetAppMenuBar so... |
tree | commitdiff |
2003-11-06 |
David Elliott | * Removed CocoaInternalIdle() |
tree | commitdiff |
2003-11-06 |
David Elliott | Add virtual wxMenuBar* GetAppMenuBar(); |
tree | commitdiff |
2003-11-06 |
David Elliott | wxMenuBarManager::InstallMenuBarForWindow no longer... |
tree | commitdiff |
2003-11-06 |
David Elliott | Replaced all occurences of id with winid for Objective... |
tree | commitdiff |
2003-11-06 |
Robin Dunn | Added wxGridBagSizer, a grid sizer where item positions... |
tree | commitdiff |
2003-11-02 |
Mattia Barbon | Updated not to use deprecated wxList methods. |
tree | commitdiff |
2003-11-02 |
Mattia Barbon | Updated wxHashTable::Next documentation to use wxHash... |
tree | commitdiff |
2003-10-31 |
Václav Slavík | added resolution option to JPEG handler (patch #833234) |
tree | commitdiff |
2003-10-31 |
Vadim Zeitlin | removed InitBase() |
tree | commitdiff |
2003-10-31 |
Robin Dunn | Patch #826420, and also adapted to new SWIG |
tree | commitdiff |
2003-10-30 |
Vadim Zeitlin | removed calls to wxWindowBase::InitBase(), it is called... |
tree | commitdiff |
2003-10-30 |
Václav Slavík | #if around deprecated macros |
tree | commitdiff |
2003-10-29 |
Robin Dunn | Added SetMin/SetMax |
tree | commitdiff |
2003-10-27 |
David Elliott | Changed all symbols with the name "id" to "winid" to... |
tree | commitdiff |
2003-10-27 |
David Elliott | Changed all symbols with the name "id" to "winid" to... |
tree | commitdiff |
2003-10-27 |
David Elliott | Changed all symbols with the name "id" to "timerid... |
tree | commitdiff |
2003-10-24 |
Mattia Barbon | Match changes in DECLARE_*_CLASS. |
tree | commitdiff |
2003-10-23 |
Mattia Barbon | Suboptimal wxColour::CreateByName implementation... |
tree | commitdiff |
2003-10-23 |
Stefan Csomor | fix for gcc MacOS |
tree | commitdiff |
2003-10-22 |
Vadim Zeitlin | moved wxUSE_UNICODE <-> _UNICODE checks to wx/platform... |
tree | commitdiff |
2003-10-22 |
Václav Slavík | include wx/platform, to get __WINDOWS__ etc |
tree | commitdiff |
2003-10-22 |
Vadim Zeitlin | added default value (0) for flags argument of AdjustFor... |
tree | commitdiff |
2003-10-22 |
Stefan Csomor | adding support for mach unicode builds |
tree | commitdiff |
2003-10-20 |
Vadim Zeitlin | Open Watcom doesn't like typename, use class (patch... |
tree | commitdiff |
2003-10-19 |
Stefan Csomor | VC6 template fixes |
tree | commitdiff |
2003-10-18 |
Vadim Zeitlin | replaced all occurences of wxColourDatabase::FindColour... |
tree | commitdiff |
2003-10-18 |
Vadim Zeitlin | use #if WXWIN_COMPAT and not #ifdef (patch 826160) |
tree | commitdiff |
2003-10-18 |
Vadim Zeitlin | use wxColourDatabase::Find() instead of deprecated... |
tree | commitdiff |
2003-10-17 |
Stefan Csomor | adjusting to changes in object.h |
tree | commitdiff |
2003-10-17 |
Stefan Csomor | removing RTTI classinfo #define redirections, not neede... |
tree | commitdiff |
2003-10-17 |
Vadim Zeitlin | added CreateByName(), use it in wxColourDatabase |
tree | commitdiff |
2003-10-17 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2003-10-16 |
Vadim Zeitlin | fixed bug with wxcolourDatabase::FindColour(); added... |
tree | commitdiff |
2003-10-16 |
Vadim Zeitlin | fixed wxMouseEvent::Moving() and Dragging() after the... |
tree | commitdiff |
2003-10-16 |
Vadim Zeitlin | made wxRTTI macros namespace-friendly (patch 799434) |
tree | commitdiff |
2003-10-16 |
Vadim Zeitlin | compilation fix for Watcom (part of patch 813225) |
tree | commitdiff |
2003-10-16 |
Vadim Zeitlin | added wxSYS_ICONTITLE_FONT (patch 816026) |
tree | commitdiff |
2003-10-16 |
Vadim Zeitlin | moved DLL import/export declarations from wx/defs.h... |
tree | commitdiff |
2003-10-16 |
Vadim Zeitlin | added ShouldInheritColours() |
tree | commitdiff |
2003-10-16 |
Vadim Zeitlin | use ShouldInheritColours() instead of IsContainerWindow() |
tree | commitdiff |
2003-10-16 |
Vadim Zeitlin | added missing wxCMPFUNC_CONVs (patch 820862) |
tree | commitdiff |
2003-10-16 |
Vadim Zeitlin | wxMouseEvent::Moving() shouldn't return true when we... |
tree | commitdiff |
2003-10-15 |
Vadim Zeitlin | removed the weird m_style which was never initialized... |
tree | commitdiff |
2003-10-14 |
Mattia Barbon | Implemented wxPopupWindow for wxMotif. |
tree | commitdiff |
2003-10-13 |
Vadim Zeitlin | oops, compilation fix |
tree | commitdiff |
2003-10-13 |
Vadim Zeitlin | added CanConvert() |
tree | commitdiff |
2003-10-13 |
Václav Slavík | 1) use ngettext instead of _N, 2) cleanup of gettext... |
tree | commitdiff |
2003-10-13 |
Mattia Barbon | wxMotif now uses wxGLCanvas implementation from wxX11, |
tree | commitdiff |
2003-10-13 |
Mattia Barbon | Fixes for application not closing after last top... |
tree | commitdiff |
2003-10-12 |
Vadim Zeitlin | added LVSICF_NOINVALIDATEALL |
tree | commitdiff |
2003-10-10 |
Václav Slavík | return false from wxXmlResource::Load if the resource... |
tree | commitdiff |
2003-10-09 |
Robert Roebling | Added wxBitmap::Rescale() from 2_4 |
tree | commitdiff |
2003-10-09 |
Stefan Csomor | added newline conversion |
tree | commitdiff |
2003-10-08 |
Vadim Zeitlin | check directories passed to Append/Insert/PrependDir... |
tree | commitdiff |
2003-10-08 |
Vadim Zeitlin | renamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR |
tree | commitdiff |
2003-10-07 |
Vadim Zeitlin | restore status bar text after a menu has been shown |
tree | commitdiff |
2003-10-07 |
Václav Slavík | added .chm support for Unix (Markus Sinner) |
tree | commitdiff |
2003-10-07 |
Vadim Zeitlin | fixed FixedSizeTabs() |
tree | commitdiff |
2003-10-07 |
Vadim Zeitlin | send END_EDIT label if label editing is cancelled |
tree | commitdiff |
2003-10-06 |
David Elliott | Use NSWindow delegate notification windowWillClose... |
tree | commitdiff |
next |