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 |
2003-10-06 |
David Elliott | * Add bool parameter to WindowDidResignKey indicating... |
tree | commitdiff |
2003-10-06 |
David Elliott | Use an application delegate object |
tree | commitdiff |
2003-10-04 |
Václav Slavík | added gettext plural forms support (patch #785660 with... |
tree | commitdiff |
2003-10-04 |
Robin Dunn | Add some WXDLLIMPEXP's |
tree | commitdiff |
2003-10-03 |
Vadim Zeitlin | fixed wxMOUSE_BTN_XXX values, use them instead of hard... |
tree | commitdiff |
2003-10-03 |
Stefan Neis | Added dummies for Enable and SetDelay. |
tree | commitdiff |
2003-10-03 |
David Elliott | Removed MainLoop, ExitMainLoop, Pending, and Dispatch |
tree | commitdiff |
2003-10-02 |
Robin Dunn | Added a const to be consistent with the generic class |
tree | commitdiff |
2003-10-02 |
Stefan Neis | Switches OS/2 back to generic ListCtrl and TreeCtrl... |
tree | commitdiff |
2003-09-30 |
Stefan Neis | Fixed compilation problem. |
tree | commitdiff |
2003-09-30 |
Vadim Zeitlin | use wxEvent::ShouldPropagate() instead of its own propg... |
tree | commitdiff |
2003-09-30 |
Vadim Zeitlin | Unicode fixes for Watcom (part of patch 813225) |
tree | commitdiff |
2003-09-29 |
Vadim Zeitlin | support creating larger minidumps; support WX_CRASH_FLA... |
tree | commitdiff |
2003-09-28 |
Vadim Zeitlin | SetValue() takes just bool, not const bool |
tree | commitdiff |
2003-09-28 |
Vadim Zeitlin | SetValue() takes just bool, not const bool |
tree | commitdiff |
2003-09-28 |
Mattia Barbon | MinGW compilation fixes. |
tree | commitdiff |
2003-09-28 |
Vadim Zeitlin | added 3-state checkboxes (patch 813790) |
tree | commitdiff |
2003-09-27 |
Vadim Zeitlin | removed Initialized() |
tree | commitdiff |
2003-09-27 |
Vadim Zeitlin | removed duplicate UTF16/32 values |
tree | commitdiff |
2003-09-27 |
Vadim Zeitlin | removed wxApp::Initialized() (replaced with a dummy... |
tree | commitdiff |
2003-09-27 |
Vadim Zeitlin | define wxFONTENCODING_UNICODE as UTF16/32 depending... |
tree | commitdiff |
2003-09-27 |
Vadim Zeitlin | made UTF-16/32 equivalent to the corresponding LE/BE... |
tree | commitdiff |
2003-09-27 |
Vadim Zeitlin | merged wxDisplayModeInfo and wxVideoMode in a single... |
tree | commitdiff |
2003-09-27 |
Vadim Zeitlin | compilation fix for Mac (patch 813378) |
tree | commitdiff |
2003-09-26 |
Vadim Zeitlin | make it possible to give focus to the notebook itself... |
tree | commitdiff |
next |