]> git.saurik.com Git - wxWidgets.git/history - src
removed pragma interface/implementation (useless and they were in wrong order provoki...
[wxWidgets.git] / src /
2005-03-24  Vadim Zeitlinadded wxRendererNative::DrawDropArrow (patch 1166596)
2005-03-23  Vadim Zeitlinsrc/common/wxchar.cpps/wxConvLocal/wxConvLibs/g as...
2005-03-23  Vadim Zeitlinfixed broken wxCtime() implementation (wrong buffer...
2005-03-23  Vadim ZeitlinWait() should now return correct exit code even if...
2005-03-23  Vadim Zeitlinsimplifications of checks for themed-background sysopt...
2005-03-23  Vadim Zeitlinadjust the rectangle before calling DrawThemeBackground...
2005-03-23  Vadim Zeitlinuse GTK_WRAP_WORD instead of GTK_WRAP_WORD_CHAR which...
2005-03-23  Robin DunnFix wxRTTI for wxGnomePrintDC
2005-03-23  Robin DunnInitialize m_privData before doign the assignment
2005-03-23  Julian Smartuse default position, not 0, 0
2005-03-23  Julian SmartUse top_srcdir for finding version.rc
2005-03-23  Julian SmartUpdated version to 2.5.5
2005-03-23  David ElliottComment out extraneous include wx/wxprec.h (part of...
2005-03-23  David ElliottBlind bug fix to bug reported by Angel Kry.
2005-03-23  Vadim ZeitlinwxTextCtrl with wxTE_RICH2 style now uses RichEdit...
2005-03-22  Włodzimierz SkibaWrap <commdlgs.h> as <commctls.h>. Required makefiles...
2005-03-22  Włodzimierz SkibaBuild fixes.
2005-03-22  Julian SmartInclude frame.h to get wxFRAME_SHAPED
2005-03-22  Julian SmartDo the right thing for Smartphone if creating button...
2005-03-21  Vadim Zeitlinfixed unused function warning in GTK+ 2 compilation
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2005-03-21  Vadim Zeitlinspeed up SetColumnWidth() by caching max column width...
2005-03-21  Vadim Zeitlinadded support for wxTE_LINEWRAP; use GTK_WRAP_WORD_CHAR...
2005-03-21  Vadim Zeitlindocument (and check for it with assert) that wxGetKeySt...
2005-03-21  Vadim Zeitlinsupport wxFRAME_SHAPED, it works for dialogs too (patch...
2005-03-21  Vadim Zeitlinfixed Context_Current spelling
2005-03-21  Włodzimierz SkibaDummy warning fix.
2005-03-21  Włodzimierz Skiba32 bit range for wxSlider (#1166390).
2005-03-21  Włodzimierz SkibaCheck for empty page location to avoid crash in lack...
2005-03-21  Vadim Zeitlinfixed path to wx/debugrpt.h header (had extra include...
2005-03-21  Vadim Zeitlinfixed warnings about possibly uninitialized variables...
2005-03-21  Vadim Zeitlinunreachable code warning fix (Unicode build)
2005-03-21  Vadim Zeitlinadded orient parameter to wxMDIParentFrame::Tile()
2005-03-21  Vadim Zeitlinanother compilation fix after wxMenuBar ctor patch
2005-03-21  Vadim Zeitlinfixed SetColumnWidth() in wxLC_LIST mode (set column...
2005-03-21  Vadim Zeitlinadded closing parenthesis inside comment, no real changes
2005-03-21  Vadim Zeitlinadded qa library (currently consisting of wxDebugReport...
2005-03-20  Mattia Barbon Fix wxFileConf crash demonstrated by the 'DeleteLastG...
2005-03-20  David WebsterFixes compile warnings
2005-03-20  Vadim ZeitlinSeek(-1, mode) should work instead of giving an error...
2005-03-20  Julian SmartCompilo fix
2005-03-20  Vadim Zeitlinadded wxString ctor from std::string (inside #ifdef...
2005-03-20  Julian SmartFixes for WinCE toolbar
2005-03-20  Julian SmartFix wxFileConfig for WinCE
2005-03-19  Robin DunnFixed bug #1163384. Moved the code that handles activa...
2005-03-19  Julian SmartFixed toolbar bitmap bug introduced by deriving wxToolM...
2005-03-19  Vadim Zeitlinshow call stack in the assert dialog box
2005-03-19  Julian SmartAdded wxDialog::GetToolBar for PocketPC
2005-03-18  Julian Smart(Flickery) fix for droppings when there are no notebook...
2005-03-18  Ryan NortonFix recursiveness on error...
2005-03-18  Ryan Norton* Turn off by default...
2005-03-18  Ryan Norton* Dynamically load all quicktime stuff using a version...
2005-03-18  Włodzimierz SkibaFixed bug #1022383: 'several ComboBoxes appear selected'
2005-03-18  Ryan Norton* Fix refreshing bug with control not showing up intial...
2005-03-18  Vadim Zeitlincontinue with generating EVT_CONTEXT_MENU if EVT_TREE_I...
2005-03-18  Julian SmartAdded WXK_SPECIAL... keycodes for special hardware...
2005-03-18  Ryan NortonReworked directshow implementation.
2005-03-18  Dimitri Schoolwerthfixed signed/unsigned mismatch warning
2005-03-17  Vadim Zeitlinimplemented wxMenuBar ctor taking array of menus/titles...
2005-03-17  Vadim Zeitlinreturn if abort dialog couldn't be created (part of...
2005-03-17  Vadim Zeitlinfixed bug due to missing break in GetColourFromGTKWidge...
2005-03-17  Vadim Zeitlinmissing break in ParseFormat() (part of patch 1160117)
2005-03-17  Vadim Zeitliniterator methods fixes (patch 1164808)
2005-03-17  Vadim Zeitlinfixed wxDateTime::SetToWeekDayInSameWeek(Sun, Monday_First)
2005-03-17  Vadim Zeitlinrevert togglable tools to previous state if the change...
2005-03-17  Vadim Zeitlinremoved #ifdef __WXMAC__ as the code is now the same...
2005-03-17  Robin DunnUse Update() instead of yielding and waiting for the...
2005-03-17  Vadim ZeitlinGetVirtualSize() returns client size values for the...
2005-03-17  Vadim Zeitlindon't set virtual size of the window to (0, 0) if scrol...
2005-03-17  Vadim Zeitlinremoved commented out calls to ReleaseMouse() (no real...
2005-03-17  Julian SmartProvided GetBestVirtualSize and DoGetBestSize implement...
2005-03-17  Vadim Zeitlinadded wxSizerSpacer and modified wxSizerItem to contain...
2005-03-17  Włodzimierz SkibaFixed strange situation when we had wxPathExists and...
2005-03-17  Julian SmartSmall fixes for compiling Cygwin (with --disable-sockets)
2005-03-17  Julian SmartCorrect compilo for non-WinCE
2005-03-17  Julian Smartstopwatch.h needed for wxGetLocalTimeMillis
2005-03-17  Jouk Jansen Committing in .
2005-03-16  Julian SmartImplemented PocketPC menubar/toolbar as wxToolMenuBar...
2005-03-16  Włodzimierz SkibaUse defs.h (and automatically setup.h and chkconf.h...
2005-03-16  Kevin HockUnlike the preferences item which should only be enable...
2005-03-16  Julian SmartAdded wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE
2005-03-16  Julian SmartRemoved checklistbox test
2005-03-16  Kevin HockAllow using negative angles with DrawRotatedText. ...
2005-03-16  Kevin HockQuit application menu item needs special handling like...
2005-03-16  Kevin HockAdded comments explaining more about the changes in...
2005-03-15  Julian SmartFixed wxToolBar for WinCE so normal bitmaps can be...
2005-03-15  Julian SmartRegenerated files
2005-03-15  Julian SmartWinCE doesn't have wxCheckListBox, and doesn't like...
2005-03-15  Włodzimierz SkibaSetLeft|RightMenu is supposed to be API for all smartph...
2005-03-15  Julian SmartFixed wxPropertySheetDialog for Smartphone
2005-03-14  Julian SmartAdded wxPropertySheetDialog for implementing settings...
2005-03-14  Vadim Zeitlinsimplified code (removed 2 unnecessary tests) in CalcMi...
2005-03-14  Julian SmartImprove standard button spacing on Windows
2005-03-14  Włodzimierz Skiba'Dummy' warning fixes (might be used uninitialized).
2005-03-14  Julian SmartFrames have Ctrl+Q accelerator set automatically, as...
2005-03-14  Robin DunnIf the parents are nothing but a panel and a frame...
2005-03-14  Vadim Zeitlinmade GetDataDir() return the directory where the progra...
2005-03-14  Julian SmartDefine Ctrl+Q accelerator on PocketPC for quitting...
2005-03-14  George TaskerAdded support (barely tested) for MaxDB from MySQL
2005-03-14  Dimitri Schoolwerthrefactored scrollbar creation code to use CreateControl...
next