wxWidgets.git
2009-02-13  Robert RoeblingGTK prefix for internal tooltip methods
2009-02-13  Robert RoeblingRemoved unneeded FixUpMouse() method, some more GTK...
2009-02-13  Robert RoeblingReorder code so that you can actually set the size...
2009-02-13  Robert RoeblingForgot to commit file for giving a GTK specific methid...
2009-02-13  Bryan PettyGTK compilo: looks like a header missed the r58850...
2009-02-12  Vadim Zeitlinadded a period at the end of a sentence (test commit...
2009-02-12  Vadim Zeitlinreturn radio box own help text when origin is Origin_Un...
2009-02-12  Benjamin Williamsmaximize pane should ignore floating windows (#4066)
2009-02-12  Robert RoeblingDon't use native file/dir picker buttons when using...
2009-02-12  Robert RoeblingwxFilePickerCtrl's button should know if it has an...
2009-02-12  Jaakko SalliFixed old font-related code that caused problems on...
2009-02-12  Vadim Zeitlinmade wxArrayString::assign(iterator, iterator) a templa...
2009-02-12  Julian SmartFixed wxRichTextRange != operator
2009-02-12  Stefan Csomorrenaming clickedAction callbacks to more generic contro...
2009-02-12  Stefan CsomorCGContextFlush is already called in SetNativeContext
2009-02-12  Kevin OllivierRestore DrawRadioButton to the main wxRenderer API...
2009-02-12  Kevin OllivierFix assertion when passing nil to setKeyEquivalent.
2009-02-10  Stefan Csomorsupporting graphics context on invisible views, icon...
2009-02-10  Paul Cornettcorrected build fix, new code does work with GTK+ ...
2009-02-10  Bryan PettyFixed section identifiers (the added section needed...
2009-02-10  Francesco Montorsifix for when wxUSE_DRAG_AND_DROP==0 (e.g. in wxX11)
2009-02-09  Vadim Zeitlincompilation fix for GTK+ < 2.10
2009-02-09  Kevin OllivierWe'll get an unhandled exception if the view is hidden...
2009-02-09  Stefan Csomorpaint event handling fixes and wxClientDC implementatio...
2009-02-09  Stefan Csomormake sure no delegates/impl ptrs are still set during...
2009-02-09  Stefan Csomorflipped accessor conforming to plain c++ impl
2009-02-09  Jaakko SalliFixed (hopefully) wx_dll.dsw regarding propgrid and...
2009-02-09  Vadim Zeitlindon't use invalid item indices in wxLC_HRULES-drawing...
2009-02-09  Vadim Zeitlinfix MSVC warnings about possibly uninitialized variable...
2009-02-09  Vadim Zeitlincompilation fix for wxUSE_STL build after latest changes
2009-02-09  Robert RoeblingMention wxTaskBarIcon reimplementation, other details
2009-02-09  Robert RoeblingCompile fix
2009-02-09  Stefan Csomordrawing code now in common file
2009-02-09  Stefan CsomorGetRegion is not needed anymore
2009-02-09  Stefan Csomorreplacing RgnHandle with HIShapeRef usage
2009-02-09  Stefan Csomorcommon drawing code for osx-cocoa and osx-carbon, also...
2009-02-09  Robert RoeblingFixes #10454, Applied patch for wxDataViewCtrl should...
2009-02-09  Kevin OllivierRemove delegates before releasing the native object...
2009-02-09  Kevin OllivierDo a sanity check to make sure GetWindow() has a valid...
2009-02-09  Kevin OllivierInitial support for EVT_ERASE_BACKGROUND for OS X Cocoa.
2009-02-09  Francesco Montorsifix memory leak; allocate the DC before SetFont() is...
2009-02-09  Kevin OllivierUpdate OS X Cocoa build files after recent changes...
2009-02-09  Francesco Montorsisave the current status text for each pane inside wxSta...
2009-02-08  Kevin OllivierEnable wxDVC on OS X Cocoa using the generic control.
2009-02-08  Kevin OllivierStub out GetMatchingPair() for now to allow us to use...
2009-02-08  Kevin OllivierCrash fix for when a wxNullBitmap is passed in as the...
2009-02-08  Kevin OllivierHeader fix for OS X Cocoa build.
2009-02-08  Francesco Montorsirevert changes erroneously committed (sorry)
2009-02-08  Francesco Montorsigit-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets...
2009-02-08  Paul Cornettnew wxTaskBarIcon implementation for GTK2
2009-02-08  Francesco Montorsiallow the user to set the status bar font
2009-02-08  Francesco Montorsiuse a single update UI handler for all menu commands...
2009-02-08  Paul Cornettnon-pch build fix
2009-02-08  Paul Cornettdo only what is necessary in SetScrollbars(), let the...
2009-02-08  Václav Slavíkfixed creation of tests/benchmarks VC++ project files...
2009-02-08  Francesco Montorsido not deselect the item the user has just selected...
2009-02-08  Francesco Montorsioptimize rendering code by calling GetClientSize()...
2009-02-08  Francesco Montorsirevert insert=>append change; only for wxELLIPSIZE_END...
2009-02-08  Francesco Montorsiremove mobile samples from samples.bkl (last part of...
2009-02-08  Stefan Csomorturning on icons for osx-cocoa
2009-02-08  Vadim Zeitlinremove remaining traces of samples/mobile (continuation...
2009-02-08  Francesco Montorsiremove 'mobile' samples as they're not useful from...
2009-02-08  Francesco Montorsiupdate italian translation; add a Q+A for updating...
2009-02-08  Francesco Montorsiput MyFrame creation code in its ctor, not in MyApp...
2009-02-08  Vadim Zeitlindon't react to wxEVT_DESTROY events from child windows
2009-02-08  Francesco Montorsiuse Ellipsize() in wxStatusBarGeneric so that the text...
2009-02-08  Francesco Montorsisplit wxControl::Ellipsize() in two functions for bette...
2009-02-08  Stefan Csomormenu fixes, also fixes #10479
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-08  Stefan Csomoradding scroll wheel support
2009-02-08  Vadim Zeitlinonly do (c) and (C) translation in Unicode build
2009-02-08  Vadim Zeitlinmake dtor public to fix VC6 build
2009-02-08  Vadim Zeitlinuse bitmap mask if any in splash screen (closes #10470)
2009-02-08  Francesco Montorsisome more SetIcon() calls added; cleanup indentation...
2009-02-08  Francesco Montorsialways call SetIcon() on the main frame of the sample...
2009-02-08  Francesco Montorsimerge wxEditableListBox sample in widgets sample (it...
2009-02-07  Vadim Zeitlinfix other insert() overloads to work when inserting...
2009-02-07  Vadim Zeitlinremoved wrong check from splice(it, list, first)
2009-02-07  Kevin OllivierImplement GetDashCount() for Carbon/Cocoa.
2009-02-07  Kevin OllivierAdd (currently unimplemented) missing wxRegion construc...
2009-02-07  Kevin OllivierAssert if these methods are triggered to alert the...
2009-02-07  Francesco Montorsibuild wrapsizer sample when wxUSE_GUI==1
2009-02-07  Kevin OllivierThe GL library needs access to this.
2009-02-07  Vadim Zeitlinfix wxList::erase(it, end()) in non-STL build (see...
2009-02-07  Vadim Zeitlinfix (harmless for now) g++ warning about non-virtual...
2009-02-07  Francesco Montorsifix repaint problems when resizing the frame
2009-02-07  Vadim Zeitlinyet another wxUSE_DRAG_AND_DROP==0 compilation fix
2009-02-07  Vadim Zeitlinanother attempt to run tests with verbose logging in...
2009-02-07  Vadim Zeitlinadd semicolons after wxDEFINE_EVENT()
2009-02-07  Václav Slavíkwxrc: fix incorrectly generated code with --extra...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-02-07  Francesco Montorsiallow the user to set the contents of the status fields
2009-02-07  Vadim Zeitlinupdate custom event definition documentation; document...
2009-02-07  Vadim Zeitlinfix typo in last commit
2009-02-07  Vadim Zeitlinrename wxDECLARE_LOCAL_EVENT to just wxDECLARE_EVENT
2009-02-07  Vadim Zeitlinupdate/reorganize events overview and changed links...
2009-02-07  Francesco Montorsido not use preprocessor macros in interface headers...
2009-02-07  Vadim Zeitlinextract the important overviews in their own section...
2009-02-07  Stefan CsomorOSX currently doesn't expose an OnPaint anymore
2009-02-07  Francesco Montorsidocument the wxWindow::Get/SetLayoutDirection functions
next