2004-06-30 |
Vadim Zeitlin | trying to fix missing new line before a heading start |
tree | commitdiff |
2004-06-30 |
Václav Slavík | implemented wxSS::GetMetric on wxGTK2 (patch 950618) |
tree | commitdiff |
2004-06-30 |
Václav Slavík | wxXXChoiceDialog documentation fixes |
tree | commitdiff |
2004-06-29 |
Vadim Zeitlin | documented return value of Find[Absolute]ValidPath... |
tree | commitdiff |
2004-06-29 |
Václav Slavík | implemented wxFRAME_NO_TASKBAR for wxGTK2 |
tree | commitdiff |
2004-06-28 |
Václav Slavík | implemented wxFRAME_NO_TASKBAR for wxGTK2 |
tree | commitdiff |
2004-06-28 |
Václav Slavík | implemented nested index entries and index entries... |
tree | commitdiff |
2004-06-28 |
Vadim Zeitlin | added include files section |
tree | commitdiff |
2004-06-27 |
Václav Slavík | implemented underlined text drawing for GTK2 |
tree | commitdiff |
2004-06-26 |
Václav Slavík | implemented 3state checkboxes in wxGTK with GTK2 |
tree | commitdiff |
2004-06-26 |
Václav Slavík | change of msgids patch description was inaccurate;... |
tree | commitdiff |
2004-06-26 |
Vadim Zeitlin | added and documented wxKeyEvent::GetUnicodeKey(); made... |
tree | commitdiff |
2004-06-24 |
Robin Dunn | * Implemented BestSize cache |
tree | commitdiff |
2004-06-24 |
Václav Slavík | Removed references to now-deprecated wxNotebookSizer... |
tree | commitdiff |
2004-06-24 |
Václav Slavík | deprecated wxBookCtrlSizer and wxNotebookSizer, they... |
tree | commitdiff |
2004-06-23 |
Václav Slavík | fixed UNC paths handling (patch #975038) |
tree | commitdiff |
2004-06-23 |
Vadim Zeitlin | fixed bug in wxDateTime::Set(jdn) when DST was in effect |
tree | commitdiff |
2004-06-23 |
Václav Slavík | ngettext() macro was removed |
tree | commitdiff |
2004-06-23 |
Václav Slavík | allow msgids in !=English languages (based on Stefan... |
tree | commitdiff |
2004-06-23 |
Václav Slavík | removed non-const wxWindow::GetFont and GetCursor |
tree | commitdiff |
2004-06-22 |
Václav Slavík | corrected Cygwin instructions |
tree | commitdiff |
2004-06-22 |
Włodzimierz Skiba | wxParseWildcard renamed to wxParseCommonDialogsFilter... |
tree | commitdiff |
2004-06-21 |
Robin Dunn | reverted m_adjustMinSize change prepatory for a new... |
tree | commitdiff |
2004-06-19 |
Vadim Zeitlin | fixed memory leak in wxURL when using a proxy |
tree | commitdiff |
2004-06-19 |
Julian Smart | Tex2RTF doesn't like {\tt{ thing}} |
tree | commitdiff |
2004-06-19 |
Robin Dunn | Controls will readjust their size and minsize when... |
tree | commitdiff |
2004-06-18 |
Julian Smart | Latex corrections from Marc Albrecht |
tree | commitdiff |
2004-06-18 |
Václav Slavík | new logic applies to SetFont(wxNullFont), too |
tree | commitdiff |
2004-06-17 |
Robin Dunn | Updated docs for Set[Fore|Back]groundColour with more... |
tree | commitdiff |
2004-06-17 |
Włodzimierz Skiba | Better markup. |
tree | commitdiff |
2004-06-16 |
Włodzimierz Skiba | Smartphone menus. |
tree | commitdiff |
2004-06-16 |
Włodzimierz Skiba | Missed decoration. |
tree | commitdiff |
2004-06-16 |
Julian Smart | Corrected some spacing and typo errors. |
tree | commitdiff |
2004-06-16 |
Włodzimierz Skiba | Corrections to wxWinCE port descriptions. |
tree | commitdiff |
2004-06-15 |
Julian Smart | Navigate corrections |
tree | commitdiff |
2004-06-15 |
Włodzimierz Skiba | wxParseWildcard added instead of methods hidden under... |
tree | commitdiff |
2004-06-15 |
Julian Smart | With wxTE_PROCESS_TAB, tabs are now inserted in the... |
tree | commitdiff |
2004-06-14 |
Václav Slavík | fixed GTK styles handling: |
tree | commitdiff |
2004-06-14 |
Vadim Zeitlin | corrected erroneous description of Update() argument |
tree | commitdiff |
2004-06-13 |
Julian Smart | Added event table macros to wxGrid that take window... |
tree | commitdiff |
2004-06-13 |
Julian Smart | Tweaks to announcement |
tree | commitdiff |
2004-06-13 |
Julian Smart | Corrected return type of SetBackgroundColour |
tree | commitdiff |
2004-06-13 |
Julian Smart | Domain name corrections |
tree | commitdiff |
2004-06-11 |
Dimitri Schoolwerth | fixed typo, used word 'assigned' instead of 'allotted' |
tree | commitdiff |
2004-06-10 |
Dimitri Schoolwerth | clarified the parameters of MB2WC and WC2MB a little... |
tree | commitdiff |
2004-06-09 |
Vadim Zeitlin | fixed OnFrameClose() return type |
tree | commitdiff |
2004-06-09 |
Vadim Zeitlin | count the root item in wxTreeCtrl::GetCount() |
tree | commitdiff |
2004-06-09 |
Václav Slavík | removed unneeded prototype |
tree | commitdiff |
2004-06-09 |
Václav Slavík | documented wxString's ctors that convert between wc... |
tree | commitdiff |
2004-06-07 |
Julian Smart | Added Marco to credits |
tree | commitdiff |
2004-06-06 |
Václav Slavík | fixed wxPluginLibrary unloading on failture (patch... |
tree | commitdiff |
2004-06-05 |
Mattia Barbon | Added code for 3 state checkbox. |
tree | commitdiff |
2004-06-05 |
Václav Slavík | wxTaskBarIcon::OnXXX virtual methods are deprecated... |
tree | commitdiff |
2004-06-05 |
Václav Slavík | mention EVT_ macros type safety |
tree | commitdiff |
2004-06-04 |
Václav Slavík | added wxTaskBarIcon::CreatePopupMenu API |
tree | commitdiff |
2004-06-04 |
Václav Slavík | changed wxColourData default palette to NULL colours... |
tree | commitdiff |
2004-06-03 |
Václav Slavík | split wxRegion(wxBitmap) ctor into two ctors with clear... |
tree | commitdiff |
2004-06-03 |
Václav Slavík | fixed wrong tooltip colour -- don't mess with widget... |
tree | commitdiff |
2004-06-03 |
Julian Smart | Separated creation and initialisation of a document... |
tree | commitdiff |
2004-06-03 |
Václav Slavík | use current mouse position as default position in wxWin... |
tree | commitdiff |
2004-06-03 |
Julian Smart | Fixed typo |
tree | commitdiff |
2004-06-02 |
Julian Smart | Mention removal of wxHIDE_READONLY |
tree | commitdiff |
2004-06-02 |
Julian Smart | Removed wxHIDE_READONLY flag |
tree | commitdiff |
2004-05-31 |
Václav Slavík | security fix to wxSingleInstanceChecker: check if the... |
tree | commitdiff |
2004-05-31 |
Václav Slavík | implemented freedesktop.org spec support for GTK versio... |
tree | commitdiff |
2004-05-31 |
Václav Slavík | security fix to wxSingleInstanceChecker: check if the... |
tree | commitdiff |
2004-05-31 |
Dimitri Schoolwerth | fixed typo |
tree | commitdiff |
2004-05-30 |
Václav Slavík | somebody forgot to keep tex2rtf.ini and tex2rtf_css... |
tree | commitdiff |
2004-05-30 |
Julian Smart | Adjusted readme |
tree | commitdiff |
2004-05-25 |
Václav Slavík | implemented wxTE_RIGHT, wxTE_CENTRE for wxGTK2 (patch... |
tree | commitdiff |
2004-05-24 |
Julian Smart | Regenerated makefiles for 2.5.2 |
tree | commitdiff |
2004-05-23 |
Julian Smart | Use old licence name |
tree | commitdiff |
2004-05-23 |
Julian Smart | Name and version changes |
tree | commitdiff |
2004-05-19 |
Dimitri Schoolwerth | applied patch #940914 "Minor cleaning of warnings in... |
tree | commitdiff |
2004-05-18 |
Włodzimierz Skiba | Patch #940808: Updated list of contributors according... |
tree | commitdiff |
2004-05-15 |
Vadim Zeitlin | subdindented paragraphs support (patch 933436) |
tree | commitdiff |
2004-05-13 |
Robin Dunn | Patch #953131 |
tree | commitdiff |
2004-05-12 |
Vadim Zeitlin | added Portuguese (Brazilian) translations |
tree | commitdiff |
2004-05-12 |
George Tasker | Updates to match current class info |
tree | commitdiff |
2004-05-12 |
George Tasker | For some reason, the ending '}' for the {\small ... |
tree | commitdiff |
2004-05-12 |
George Tasker | \begin(verbatim) lines should start at the beginning... |
tree | commitdiff |
2004-05-12 |
George Tasker | Fixed a '(' that should have been a '{' |
tree | commitdiff |
2004-05-12 |
George Tasker | Added wxODBC change notes |
tree | commitdiff |
2004-05-10 |
Robin Dunn | Add wxTimerEvent to Events category |
tree | commitdiff |
2004-05-09 |
Vadim Zeitlin | fixed wxFileDataObject in Unicode build |
tree | commitdiff |
2004-05-08 |
Mattia Barbon | When wxUSE_STL == 1 and STL provides quasi-standard... |
tree | commitdiff |
2004-05-06 |
Vadim Zeitlin | added support for --libs=std,... syntax in wx-config |
tree | commitdiff |
2004-05-05 |
Vadim Zeitlin | mention non-const wxDC::GetPen/Font/Brush() removal |
tree | commitdiff |
2004-05-04 |
Vadim Zeitlin | GetThumbLength() doesn't exist, GetThumbSize() does |
tree | commitdiff |
2004-05-04 |
Julian Smart | Name change replacements |
tree | commitdiff |
2004-05-04 |
Julian Smart | Improved real Latex support |
tree | commitdiff |
2004-05-02 |
Mattia Barbon | Make wxMotif buttons smaller (and nicer) by default, |
tree | commitdiff |
2004-05-02 |
Mattia Barbon | Fixed MinGW compilation with GCC 3.x when wxUSE_STL... |
tree | commitdiff |
2004-05-01 |
Mattia Barbon | Use new wxHashTable implementation not using keyed... |
tree | commitdiff |
2004-05-01 |
Mattia Barbon | Some wxPerl notes. |
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-30 |
George Tasker | Updated the embedded sample program to reflect latest... |
tree | commitdiff |
2004-04-28 |
Dimitri Schoolwerth | convert all M8.mcp files in a folder, not just the... |
tree | commitdiff |
2004-04-28 |
Vadim Zeitlin | backport wxFileName::GetModificationTime() fix allowing... |
tree | commitdiff |
next |