2004-10-15 |
Vadim Zeitlin | removed pragma interface which resulted in link errors... |
tree | commitdiff |
2004-10-15 |
Vadim Zeitlin | use wxPtrToUInt instead of (lossy) wxPtrToULong |
tree | commitdiff |
2004-10-15 |
Włodzimierz Skiba | Unnecessary wxString(wxString). |
tree | commitdiff |
2004-10-15 |
Włodzimierz Skiba | Parts of wxSizer::Show() extracted into wxSizer::GetIte... |
tree | commitdiff |
2004-10-15 |
Włodzimierz Skiba | DMC fix. |
tree | commitdiff |
2004-10-15 |
Vadim Zeitlin | VC++ warning fixes for /Wp64 |
tree | commitdiff |
2004-10-15 |
David Elliott | Allow the wxMenu to be owned by the NSMenu so that... |
tree | commitdiff |
2004-10-15 |
David Elliott | Allow the dealloc message to be caught |
tree | commitdiff |
2004-10-15 |
David Elliott | Use wxObjcAutoRefFromAlloc for sm_cocoaTarget. |
tree | commitdiff |
2004-10-15 |
Vadim Zeitlin | fixed wxFileSize_t definition under Unix |
tree | commitdiff |
2004-10-15 |
Vadim Zeitlin | made Tell/Seek/Length() return wxFileSize_t as well |
tree | commitdiff |
2004-10-15 |
Vadim Zeitlin | added wxFileSize_t, changed types of wxFile methods... |
tree | commitdiff |
2004-10-14 |
Ryan Norton | Reverted and fixed really broken overcommit |
tree | commitdiff |
2004-10-14 |
Julian Smart | Added SetScrollLinesX, SetScrollLinesY so apps can... |
tree | commitdiff |
2004-10-14 |
David Elliott | Removed empty wxCocoa wxFileDialog implementation |
tree | commitdiff |
2004-10-14 |
David Elliott | Reverted broken test to determine wxHAS_TASK_BAR_ICON |
tree | commitdiff |
2004-10-14 |
David Elliott | Removed empty wxCocoa taskbar files and broken files... |
tree | commitdiff |
2004-10-13 |
Włodzimierz Skiba | Darwin fixes (OW,BCC,MinGW,DMC tested). |
tree | commitdiff |
2004-10-13 |
Włodzimierz Skiba | Semicolon fixes according to Vadim's note about being... |
tree | commitdiff |
2004-10-12 |
Robert Roebling | Added new wxPrintFactory code and made wxPrinter |
tree | commitdiff |
2004-10-12 |
Włodzimierz Skiba | Reverted due to Darwin and other conflicts. |
tree | commitdiff |
2004-10-12 |
Włodzimierz Skiba | Reverted conflict with Darwin. |
tree | commitdiff |
2004-10-12 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
tree | commitdiff |
2004-10-12 |
Włodzimierz Skiba | Remove old pragmas for avoiding warnings with Open... |
tree | commitdiff |
2004-10-12 |
Ryan Norton | compilo fix (blind) |
tree | commitdiff |
2004-10-12 |
Václav Slavík | added \ escaping in XRC (patch 1042675) |
tree | commitdiff |
2004-10-11 |
Vadim Zeitlin | wxPuts() should output a trailing newline even in Unix... |
tree | commitdiff |
2004-10-11 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
tree | commitdiff |
2004-10-11 |
Ryan Norton | temp. solution to get unicode to work on 10.3 |
tree | commitdiff |
2004-10-11 |
Ryan Norton | cocoa doesn't need system framework - string conversion... |
tree | commitdiff |
2004-10-09 |
Julian Smart | SetSizeHints -> DoSetSizeHints |
tree | commitdiff |
2004-10-08 |
Václav Slavík | propagate invalidated best size upstream |
tree | commitdiff |
2004-10-08 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
tree | commitdiff |
2004-10-08 |
Ryan Norton | final compilo fixups for 10.2 unicode - c/c++ fixes... |
tree | commitdiff |
2004-10-08 |
Ryan Norton | various cleanups |
tree | commitdiff |
2004-10-08 |
Ryan Norton | wxSound for wxCocoa |
tree | commitdiff |
2004-10-08 |
Ryan Norton | wxDisplay for wxCocoa |
tree | commitdiff |
2004-10-08 |
Vadim Zeitlin | (blind) fix for Metrowerks/Win32 compilation |
tree | commitdiff |
2004-10-08 |
Vadim Zeitlin | renamed __HUGEFILES_SUPPORTED to wxHAS_HUGE_FILES |
tree | commitdiff |
2004-10-08 |
Ryan Norton | wxCocoa link fixes |
tree | commitdiff |
2004-10-07 |
Ryan Norton | fix darwin defines |
tree | commitdiff |
2004-10-07 |
Robin Dunn | Make sure that WXMAKINGDLL_XRC is defined correctly... |
tree | commitdiff |
2004-10-07 |
Ryan Norton | 1.10.2 and less mbtowc and wctomb HAVE THE COOTIEScd... |
tree | commitdiff |
2004-10-07 |
Ryan Norton | fix a bunch of warnings in unicode build |
tree | commitdiff |
2004-10-07 |
Julian Smart | Applied patch [ 1039940 ] Prevent redefinition of MM_xx... |
tree | commitdiff |
2004-10-07 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
tree | commitdiff |
2004-10-07 |
Ryan Norton | 2.5.3 - cleanups, fixes, etc. etc. - |
tree | commitdiff |
2004-10-06 |
Ryan Norton | cursors for cocoa |
tree | commitdiff |
2004-10-06 |
Ryan Norton | cocoa tooltips. Remove runtime warning from 10.2 ... |
tree | commitdiff |
2004-10-05 |
Vadim Zeitlin | cleaning up strdup/isascii definitions for compilers... |
tree | commitdiff |
2004-10-05 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
tree | commitdiff |
2004-10-05 |
David Elliott | Implement wxBitmapButton::DoGetBestSize() to call wxBut... |
tree | commitdiff |
2004-10-05 |
David Elliott | Implement wxButtonBase::GetDefaultSize() |
tree | commitdiff |
2004-10-04 |
Vadim Zeitlin | made IsMainLoopRunning() static and implemented it... |
tree | commitdiff |
2004-10-04 |
Vadim Zeitlin | added wxApp::IsMainLoopRunnning() (see bug 994293) |
tree | commitdiff |
2004-10-04 |
Vadim Zeitlin | forward declare wxOutputStream (compilation fix for... |
tree | commitdiff |
2004-10-04 |
Vadim Zeitlin | blind warning fix in wxUmaskChanger |
tree | commitdiff |
2004-10-03 |
Vadim Zeitlin | added wxFileConfig::Save(stream); documented it in... |
tree | commitdiff |
2004-10-03 |
Vadim Zeitlin | don't keep a dirty flag in each entry/group, this is... |
tree | commitdiff |
2004-10-03 |
Vadim Zeitlin | added wxUmaskChanger class and wxCHANGE_UMASK macro... |
tree | commitdiff |
2004-10-03 |
Vadim Zeitlin | update the disabled buttons appearance when system... |
tree | commitdiff |
2004-10-03 |
Vadim Zeitlin | Metrowerks fixes after huge file patch (patch 1037951) |
tree | commitdiff |
2004-10-02 |
Vadim Zeitlin | Metrowerks doesn't have isascii() |
tree | commitdiff |
2004-10-02 |
Ryan Norton | warning for 2.5.3 |
tree | commitdiff |
2004-10-02 |
Vadim Zeitlin | added wxVaCopy() and use it to fix wxVsnprintf() crash... |
tree | commitdiff |
2004-10-02 |
Vadim Zeitlin | removed trailing comma from enum (gcc 3.4 compilation... |
tree | commitdiff |
2004-10-01 |
David Elliott | wxCocoa: Added (mostly) stubs for wxGLCanvas and friends. |
tree | commitdiff |
2004-10-01 |
Vadim Zeitlin | hack: hide the MDI parent frame by moving it off screen |
tree | commitdiff |
2004-10-01 |
Vadim Zeitlin | relayout frame contents when tool/statusbar is shown... |
tree | commitdiff |
2004-10-01 |
Vadim Zeitlin | extracted OnSize() body in a new DoLayout() method... |
tree | commitdiff |
2004-09-30 |
Vadim Zeitlin | don't deprecate SetItemImage() with 3 parameters; just... |
tree | commitdiff |
2004-09-30 |
David Elliott | Use struct qualifier with objc_object (it is and always... |
tree | commitdiff |
2004-09-30 |
Julian Smart | Deprecated SetItemImage with 2 image ids |
tree | commitdiff |
2004-09-30 |
Václav Slavík | moved wxWindow::GetBestSize implementation into DoGetBe... |
tree | commitdiff |
2004-09-30 |
Ryan Norton | have it work the old way with PopupMenu(), and have... |
tree | commitdiff |
2004-09-30 |
Vadim Zeitlin | compilation fix for wxGetEmptyString() with wxUSE_STL... |
tree | commitdiff |
2004-09-29 |
Václav Slavík | fixed flicker during MDI children creation: the frame... |
tree | commitdiff |
2004-09-29 |
Julian Smart | Temp fix for VC6/XTI |
tree | commitdiff |
2004-09-29 |
Václav Slavík | changes to make wxWindow::FindFocus work as expected... |
tree | commitdiff |
2004-09-29 |
Julian Smart | Applied patch [ 1036833 ] Hiding declaration of wxScrol... |
tree | commitdiff |
2004-09-29 |
Vadim Zeitlin | more 64 bit correctness fixes |
tree | commitdiff |
2004-09-29 |
Włodzimierz Skiba | Hardware defines spec. |
tree | commitdiff |
2004-09-29 |
Włodzimierz Skiba | C++ removed from C syntax. |
tree | commitdiff |
2004-09-29 |
David Elliott | wxStaticBox constructor is not supposed to take a wxVal... |
tree | commitdiff |
2004-09-28 |
Robin Dunn | TRUE/FALSE/etc. cleanup in the *.in files, regenerated... |
tree | commitdiff |
2004-09-28 |
Vadim Zeitlin | wxListItem::m_data is now of type wxUIntPtr, not long... |
tree | commitdiff |
2004-09-28 |
Vadim Zeitlin | added wxPtrToUInt() to cast pointer to an integer type... |
tree | commitdiff |
2004-09-28 |
Vadim Zeitlin | added wx_reinterpret_cast() macro |
tree | commitdiff |
2004-09-28 |
Vadim Zeitlin | suppress VC7.1 64 bit correctness warnings |
tree | commitdiff |
2004-09-28 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, TRUE/true, FALSE... |
tree | commitdiff |
2004-09-28 |
Ryan Norton | remove unfinished impl |
tree | commitdiff |
2004-09-28 |
Julian Smart | Use generic font dialog on MacOS X |
tree | commitdiff |
2004-09-28 |
Vadim Zeitlin | blind fix for wxGetEmptyString() compilation with wxUSE... |
tree | commitdiff |
2004-09-28 |
Julian Smart | __WINCE__ -> __WXWINCE__ |
tree | commitdiff |
2004-09-27 |
Ryan Norton | source nice-ness and remove erronous files |
tree | commitdiff |
2004-09-27 |
Ryan Norton | revert bad change |
tree | commitdiff |
2004-09-27 |
Robin Dunn | Allow style spec strings to contain colour names as... |
tree | commitdiff |
2004-09-27 |
Julian Smart | Don't try to typedef off_t twice (eVC++) |
tree | commitdiff |
2004-09-27 |
Robin Dunn | Updated wxSTC's copy of Scintilla to version 1.61 |
tree | commitdiff |
2004-09-27 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY, TRUE... |
tree | commitdiff |
next |