]> git.saurik.com Git - wxWidgets.git/history - docs/changes.txt
added a way to create fonts with specified pixel size
[wxWidgets.git] / docs / changes.txt
2004-09-25  Vadim Zeitlinadded a way to create fonts with specified pixel size
2004-09-25  Vadim Zeitlinsupport for huge files (patch 1002226)
2004-09-25  Ryan NortonwxDrawerWindow - [ 909351 ] Drawer window for OS X...
2004-09-25  Ryan Nortonmark changes. Mac OSX taskbar implementation
2004-09-25  Dimitri Schoolwerthadded convience functions wxSizer::AddSpacer/AddStretch...
2004-09-23  Włodzimierz Skibawx(Choice/List/Note)book controls send CHANG(ED/ING...
2004-09-19  Vadim Zeitlinadded wxStringStream classes
2004-09-18  Vadim Zeitlinactive mode support for wxFTP (extremely heavily modifi...
2004-09-18  Václav Slavíkmoving XRC to the core
2004-09-18  Vadim Zeitlinfixed SetWindowStyleFlag() to not remove WS_VISIBLE...
2004-09-17  Vadim Zeitlinadded possibility to specify printer bin (patch 910272)
2004-09-16  Vadim Zeitlinfix for crash on 64 bit platforms (patch 1028942)
2004-09-16  Vadim Zeitlinsmoother time estimation updates in wxProgressDialog...
2004-09-16  Włodzimierz SkibawxChoicebook generic implementation.
2004-09-15  Vadim Zeitlinfixed sending duplicate EVT_COMBOBOX events; documented...
2004-09-15  Vadim Zeitlinfixed wxMaximizeEvent generation
2004-09-13  Włodzimierz SkibaRecursive wxSizer::Show for subsizer and return value...
2004-09-13  Vadim Zeitlinmention wxDateTime::SetToTheWeek() change
2004-09-10  Vadim Zeitlinmake background colour apply to choice/combobox dropdow...
2004-09-08  Włodzimierz SkibaNative Smartphone wxTextCtrl.
2004-09-07  Vadim Zeitlinadded wxTopLevelWindow::RequestUserAttention(); documen...
2004-08-30  Václav Slavíkload icons from current icon theme under GTK >= 2.4...
2004-08-25  Włodzimierz SkibaSupport for comma in contrib gizmo wxLEDNumberCtrl...
2004-08-23  Włodzimierz SkibaNative SmartPhone wxChoice implementation.
2004-08-22  Václav Slavíkadded GTK2 implementation of wxArtProvider
2004-08-21  Václav Slavíkadded alpha channel support to wxGTK2's wxBitmap
2004-08-15  Václav Slavíkadded stock buttons support
2004-08-09  Włodzimierz SkibaFixed bug with truncation of Unicode data in wxConnecti...
2004-08-09  Włodzimierz SkibawxUSE_GENERIC_DIALOGS_IN_MSW removed
2004-08-04  Włodzimierz SkibawxSplashScreen sample added.
2004-08-01  Vadim Zeitlinadded --version-full option to wx-config
2004-08-01  Julian SmartFixed flat style for toolbars under XP, Windows Classic...
2004-07-31  Julian SmartFixed wxTextCtrl::SetMaxLength for rich edit controls
2004-07-30  Vadim Zeitlinfixed wxDateTime::GetWeekDayName() for wday > Wed ...
2004-07-30  Vadim Zeitlinfixed MFC sample (bug 978194)
2004-07-25  Vadim ZeitlinIsTopLevel() may return true not only for wxTLW: this...
2004-07-25  Vadim Zeitlinimplemented moving the dialog (patch 996448)
2004-07-25  Vadim Zeitlinadded status bar fields styles support (patch 988292)
2004-07-25  Vadim Zeitlinsupport for alpha channel in toolbars (patch 949843)
2004-07-25  Vadim ZeitlinFindItem() implementation (patch 950021)
2004-07-25  Vadim Zeitlinbasic UDP support (patch 835128)
2004-07-23  Vadim Zeitlingenerate EVT_CONTEXT_MENU when right mouse button is...
2004-07-23  Vadim Zeitlinimplemented ScrollLines/Pages() for GTK+ 2
2004-07-23  Vadim Zeitlinimplemented HitTest() for GTK2; test it in the sample
2004-07-18  Václav Slavík*** empty log message ***
2004-07-17  Václav SlavíkwxTLW::IsMaximized for wxGTK2 (patch 992743)
2004-07-17  Václav Slavíkmade GTK+2 the default
2004-07-16  Robin DunnAdded notes about the sizer changes
2004-07-16  Vadim Zeitlinfixed fatal bug in wxString ctor from wxCharBuffer...
2004-07-12  Václav Slavíkdocumented wxWindow::GetFont changes
2004-07-01  Vadim Zeitlinadded wxMilli/MicroSleep(), deprecated wxUsleep()
2004-07-01  Vadim Zeitlinadded and documented wxWindow::MoveBefore/AfterInTabOrder()
2004-07-01  Vadim Zeitlinadded and documented wxKey/MouseEvent::CmdDown()
2004-06-30  Václav Slavíkimplemented wxSS::GetMetric on wxGTK2 (patch 950618)
2004-06-28  Václav Slavíkimplemented wxFRAME_NO_TASKBAR for wxGTK2
2004-06-28  Václav Slavíkimplemented nested index entries and index entries...
2004-06-27  Václav Slavíkimplemented underlined text drawing for GTK2
2004-06-26  Václav Slavíkimplemented 3state checkboxes in wxGTK with GTK2
2004-06-26  Václav Slavíkchange of msgids patch description was inaccurate;...
2004-06-26  Vadim Zeitlinadded and documented wxKeyEvent::GetUnicodeKey(); made...
2004-06-24  Václav Slavíkdeprecated wxBookCtrlSizer and wxNotebookSizer, they...
2004-06-23  Václav Slavíkfixed UNC paths handling (patch #975038)
2004-06-23  Vadim Zeitlinfixed bug in wxDateTime::Set(jdn) when DST was in effect
2004-06-23  Václav Slavíkallow msgids in !=English languages (based on Stefan...
2004-06-23  Václav Slavíkremoved non-const wxWindow::GetFont and GetCursor
2004-06-22  Włodzimierz SkibawxParseWildcard renamed to wxParseCommonDialogsFilter...
2004-06-19  Vadim Zeitlinfixed memory leak in wxURL when using a proxy
2004-06-16  Włodzimierz SkibaSmartphone menus.
2004-06-15  Włodzimierz SkibawxParseWildcard added instead of methods hidden under...
2004-06-15  Julian SmartWith wxTE_PROCESS_TAB, tabs are now inserted in the...
2004-06-14  Václav Slavíkfixed GTK styles handling:
2004-06-13  Julian SmartAdded event table macros to wxGrid that take window...
2004-06-09  Vadim Zeitlincount the root item in wxTreeCtrl::GetCount()
2004-06-06  Václav Slavíkfixed wxPluginLibrary unloading on failture (patch...
2004-06-05  Mattia Barbon Added code for 3 state checkbox.
2004-06-05  Václav SlavíkwxTaskBarIcon::OnXXX virtual methods are deprecated...
2004-06-05  Václav Slavíkmention EVT_ macros type safety
2004-06-04  Václav Slavíkadded wxTaskBarIcon::CreatePopupMenu API
2004-06-03  Václav Slavíkfixed wrong tooltip colour -- don't mess with widget...
2004-06-02  Julian SmartMention removal of wxHIDE_READONLY
2004-05-31  Václav Slavíksecurity fix to wxSingleInstanceChecker: check if the...
2004-05-31  Václav Slavíkimplemented freedesktop.org spec support for GTK versio...
2004-05-31  Dimitri Schoolwerthfixed typo
2004-05-25  Václav Slavíkimplemented wxTE_RIGHT, wxTE_CENTRE for wxGTK2 (patch...
2004-05-24  Julian SmartRegenerated makefiles for 2.5.2
2004-05-15  Vadim Zeitlinsubdindented paragraphs support (patch 933436)
2004-05-12  Vadim Zeitlinadded Portuguese (Brazilian) translations
2004-05-12  George TaskerAdded wxODBC change notes
2004-05-09  Vadim Zeitlinfixed wxFileDataObject in Unicode build
2004-05-08  Mattia Barbon When wxUSE_STL == 1 and STL provides quasi-standard...
2004-05-06  Vadim Zeitlinadded support for --libs=std,... syntax in wx-config
2004-05-05  Vadim Zeitlinmention non-const wxDC::GetPen/Font/Brush() removal
2004-05-04  Julian SmartName change replacements
2004-05-02  Mattia Barbon Make wxMotif buttons smaller (and nicer) by default,
2004-05-01  Mattia Barbon Use new wxHashTable implementation not using keyed...
2004-04-30  Vadim Zeitlinuse an internal wxFileSystem in wxHtmlListBox so that...
2004-04-28  Vadim Zeitlinlet wxFileName::GetModificationTime() work with files...
2004-04-21  Václav Slavíkadded wxRegEx::GetMatchCount
2004-04-16  Vadim Zeitlinuse wx_static_cast() inside wxDynamicCast to catch...
2004-04-15  Vadim Zeitlinfixed priority of the mailcap entries (patch 935954)
next