modified arguments syntax to be wx-config [options] [libraries list]
[wxWidgets.git] / include /
2004-07-16  Václav Slavíkadded wxXRC_NO_RELOADING
2004-07-16  Václav Slavíkmade SelectionToText and ToText public
2004-07-16  Václav Slavíkadded wxHtmlWindow::ToText
2004-07-16  Vadim Zeitlinfixed fatal bug in wxString ctor from wxCharBuffer...
2004-07-16  Roger Gammans * add documentation for wxMemoryBuffer
2004-07-15  Václav SlavíkDLL export fixes (patch 991760)
2004-07-15  Václav Slavíkfixed dllexports: wxClientData is now in wxBase, not...
2004-07-15  Włodzimierz SkibaMore broken compilers with enum/wxString& ambiguity.
2004-07-14  Stefan Csomormaking getter const
2004-07-13  Stefan Csomoradding correct events
2004-07-12  Václav Slavíkoops, reverted clntdata.h change, it _is_ needed
2004-07-12  Václav Slavíkclntdata.h is needed only if wxUSE_GUI
2004-07-11  Stefan Csomorfurther separating implementation
2004-07-09  Vadim Zeitlinadded wxNavigationKeyEvent::IsBackward to be able to...
2004-07-05  Dimitri Schoolwerthuse slashes in #include, not backslashes
2004-07-04  Vadim Zeitlintypo/spelling fixes (patch 983448)
2004-07-03  Václav Slavíka better way of applying style changes to label_widget
2004-07-03  Robert Roebling Not sure how important that is, but now you
2004-07-03  Stefan Csomorgoing on with wxMacControl functionality
2004-07-03  Robin DunnInvalidate notebook best size when pages are added...
2004-07-03  Václav Slavíkimplemented tab order in wxGTK2
2004-07-03  Václav Slavíkm_queuedFullRedraw is not used anymore
2004-07-02  Václav Slavíkfixed memory leak in wxNativeFontInfo when using Pango
2004-07-02  Stefan Csomormoving implementation out of class declaration
2004-07-01  Vadim Zeitlinfix wxTolower/upper() behaviour with signed chars ...
2004-07-01  Vadim Zeitlinadded wxMilli/MicroSleep(), deprecated wxUsleep()
2004-07-01  Vadim Zeitlinadded and documented wxWindow::MoveBefore/AfterInTabOrder()
2004-07-01  Vadim Zeitlinremoved spurious semicolon
2004-07-01  Vadim Zeitlinadded and documented wxKey/MouseEvent::CmdDown()
2004-06-30  Robin DunnLayout fixes due to measuring with the wrong font....
2004-06-30  Václav SlavíkSetDefaultXXX -> SetOwnXXX
2004-06-30  Vadim Zeitlinadded WindowHDC similar to Screen/MemoryHDC
2004-06-30  Vadim Zeitlinfix VC++ warning about redeclaring wxHtmlHelpMergedInde...
2004-06-30  Václav Slavíkdecoupled attributes inheritance and m_hasXXX flags
2004-06-30  Václav Slavíkmade GetEntitiesParser public, it's useful for some...
2004-06-29  Václav Slavíkimplemented nested index entries and index entries...
2004-06-29  Robin DunnwxTreeListCtrl still uses the wxTR_TWIST_BUTTONS style
2004-06-28  Václav Slavíkimplemented nested index entries and index entries...
2004-06-28  Václav SlavíkwxHTML_REALLOC_STEP not used anymore
2004-06-28  Václav SlavíkwxObjArray::empty() was missing
2004-06-28  Mattia Barbon Compilation fixes.
2004-06-27  Václav Slavíkmore fixes to HTML entities parsing when loading .hhk...
2004-06-27  Václav Slavíkfixed setting colour of wxStaticText in case the label...
2004-06-27  Václav Slavíkfixes to charset conversion when loading non-Latin1...
2004-06-26  Václav Slavíkimplemented 3state checkboxes in wxGTK with GTK2
2004-06-26  Václav Slavíkmore fixes to keypress handling in wxGTK:
2004-06-26  Vadim Zeitlinadded and documented wxKeyEvent::GetUnicodeKey(); made...
2004-06-25  Dimitri Schoolwerthfixed include dependency
2004-06-24  Robin DunnOptimized sizers to not call CalcMin more often than...
2004-06-24  Robin Dunn* Implemented BestSize cache
2004-06-24  Václav Slavíkuse GtkIMContext variable, not GtkIMMulticontext, we...
2004-06-24  David Elliott* Do not use class posing to handle target/action.
2004-06-24  Václav Slavíkfixed warnings after GetFont prototype change
2004-06-24  Václav Slavíkdeprecated wxBookCtrlSizer and wxNotebookSizer, they...
2004-06-24  Robin DunnwxDefaultCoord
2004-06-23  Václav Slavíkallow msgids in !=English languages (based on Stefan...
2004-06-23  Václav Slavíkno need to update default colours and refresh if syscol...
2004-06-23  Włodzimierz SkibaMake some long #ifs shorter but multiline so diffs...
2004-06-23  David ElliottwxCocoa: Added wxScrollBar
2004-06-23  Włodzimierz SkibaMake some long #ifs shorter but multiline so diffs...
2004-06-23  Dimitri Schoolwerthfixed unresolved symbol main (occurred with wxMac)
2004-06-23  Włodzimierz SkibaPrivate macro moved in waiting for DektopPolicy impleme...
2004-06-23  Václav Slavíkremoved non-const wxWindow::GetFont and GetCursor
2004-06-23  Włodzimierz SkibaShortcuts for avoiding #ifdef __SMARTPHONE__ conditions.
2004-06-23  Václav Slavíkinclude bitmap.h not needed anymore
2004-06-22  Vadim Zeitlinfix for a warning in DLL build (patch 966823)
2004-06-22  Vadim Zeitlinfixed assertion failure if Ok or Cancel button is click...
2004-06-22  Vadim Zeitlinremove unnecessary (and provoking a warning under IRIX...
2004-06-22  Włodzimierz SkibawxParseWildcard renamed to wxParseCommonDialogsFilter...
2004-06-22  Vadim Zeitlinmoved wxEntry(HINSTANCE, ...) declaration to wx/msw...
2004-06-22  Vadim Zeitlinfixed wxEntry() signature
2004-06-22  Włodzimierz SkibaMaximized dialogs for SmartPhone.
2004-06-22  David ElliottObserve NSControlTintDidChangeNotification in the appli...
2004-06-21  Robin Dunnreverted m_adjustMinSize change prepatory for a new...
2004-06-21  Vadim Zeitlinremoved Direction_Max from Direction enum for consisten...
2004-06-21  Włodzimierz SkibaArray of strings is needed regardless of wxUSE_CMDLINE_...
2004-06-21  Václav Slavíkreverted previous revision, old clipboard API is still...
2004-06-21  Václav Slavíkdon't export deprecated interface to clipboard from DLL
2004-06-21  Václav SlavíkwxClipboard changes compilation fixes
2004-06-21  Václav Slavíkidentify more compilers
2004-06-20  Václav Slavíkcreate wxTheClipboard on first use, not startup --...
2004-06-20  Václav Slavíkcheck for wputc wputchar putws fputws availability
2004-06-20  Mattia Barbon Fix for declaring arrays for non-numeric/non-pointer...
2004-06-20  Mattia Barbon Compilation fixes.
2004-06-19  Václav Slavíkdon't explicitly set font and bg colour
2004-06-19  Václav Slavíkmoved DoApplyWidgetStyle to wxWindowGTK
2004-06-19  Mattia Barbon Remove no longer used header.
2004-06-19  Robin DunnControls will readjust their size and minsize when...
2004-06-18  Václav Slavíkreset fg/bg colour and font to default if set to wxNull...
2004-06-17  Włodzimierz SkibaSeparation of wxUSE_FILEDLG and wxUSE_DIRDLG in generic...
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-06-16  Václav SlavíkWXDLLEXPORT correction
2004-06-16  Włodzimierz SkibaSmartphone menus.
2004-06-16  Włodzimierz SkibaWarning fixes for WinCE.
2004-06-16  Włodzimierz SkibaSmartphone specific resource files.
2004-06-16  Robin DunnAdd SetMinSize and SetMaxSize to go along with the...
2004-06-15  Julian SmartEnum becomes public
2004-06-15  Julian SmartNavigate corrections
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...
next