]> git.saurik.com Git - wxWidgets.git/history - src/gtk1
Removed the SaveBG hack. The real incompatibility is that the MemoryDC
[wxWidgets.git] / src / gtk1 /
2004-02-16  Robert Roebling Added better visual feedback for tree control
2004-02-15  Robert Roebling wxGPE updates to HEAD.
2004-02-12  Vadim Zeitlinsuppress triple clicks generation completely for GTK2...
2004-02-10  Vadim Zeitlinrestored defaults in switchs removed in the last commit
2004-02-09  Vadim Zeitlindon't just drop click events resulting from triple...
2004-02-08  Robert Roebling Improvements for splitter sash hack. GTK2 look
2004-02-08  Robert Roebling Draw listctrls's headers right for themes.
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2004-01-22  Vadim Zeitlinimplemented SetSelection
2004-01-22  Vadim Zeitlinimplemented HitTest() (modified patch 875957)
2004-01-22  Vadim Zeitlinfix what seems to be a big memory leaks in SetPageImage()
2004-01-19  Julian SmartSometimes the clipping region can become bigger than the
2004-01-18  David ElliottCopied gsockgtk.c revision 1.16
2004-01-17  Mattia Barbon Handle client data correctly.
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 838940 ] notebook labels are not shown...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2004-01-03  Julian SmartRemoved code duplication introduced during wxUniv merge...
2003-12-26  Julian SmartWXK_PRIOR/WXK_NEXT are aliases for WXK_PAGEUP/WXK_PAGEDOWN
2003-12-12  Václav Slavíkcompilation fix
2003-12-11  Julian SmartApplied patch [ 829367 ] Correctly handle mouse wheel...
2003-12-11  Julian SmartApplied [ 828322 ] Use gdk_draw_polygon for the outline...
2003-12-11  Julian SmartApplied patch [ 828303 ] Slight wxColour cleanup
2003-12-11  Julian SmartAplied patch [ 816113 ] Inconsistent GetCharWidth over...
2003-12-11  Julian SmartApplied patch [ 816021 ] SetFont without m_widget
2003-12-11  Julian SmartApplied patch [ 818941 ] Initialize vars and clear...
2003-12-11  Julian SmartApplied patch [ 810585 ] wxTextCtrl::GetTextLine return...
2003-12-03  Robin DunnUse InheritAttributes for wxGTK widgets so they will...
2003-11-08  Mattia Barbon Compilation fix for !WXWN_COMPATIBILITY_2_4.
2003-10-30  Vadim Zeitlinremoved calls to wxWindowBase::InitBase(), it is called...
2003-10-27  Vadim Zeitlinreally applied Robert's patch (and not the converse...
2003-10-23  Vadim Zeitlindon't refresh the font unnecessarily (patch from Robert...
2003-10-23  Vadim Zeitlindon't crash on startup (fix for last change)
2003-10-21  Vadim Zeitlindon't allocate system fonts/colours dynamically
2003-10-18  Vadim Zeitlinreplaced all occurences of wxColourDatabase::FindColour...
2003-10-18  Robert Roebling Further corrections to bitmap and blit code.
2003-10-17  Vadim Zeitlinadded CreateByName(), use it in wxColourDatabase
2003-10-17  Robert Roebling\
2003-10-15  Vadim Zeitlinupdate the selection properly after deleting the page
2003-10-09  Robert Roebling Applied new DoDrawBitmap() and DoBlit() from 2_4
2003-10-09  Robert Roebling Added wxBitmap::Rescale() from 2_4
2003-10-06  Robert Roebling Compilo.
2003-10-06  Robert Roebling Implemented wxChoice::SetString()
2003-10-06  Robert Roebling Fixed bitmap problem reported last week.
2003-10-02  Robin DunnAdded a const to be consistent with the generic class
2003-09-30  Vadim Zeitlinand now it even compiles
2003-09-30  Vadim Zeitlinmake Delete() work in presence of client data
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-26  Vadim Zeitlinfixes to radio button handling (patch 803360)
2003-09-24  Vadim Zeitlincompilation fix after GetNativeFontInfo() change
2003-09-24  Vadim Zeitlinpointer returned by GetNativeFontInfo() is now const...
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-23  Vadim Zeitlinadded wxTextCtrl::MarkDirty()
2003-09-22  Vadim Zeitlinfix for crash when using user-dashed lines (patch 801663)
2003-09-22  Jouk Jansen Committing in .
2003-09-22  Chris Elliottfix for gtk swapped colors
2003-09-20  Vadim Zeitlinmemory leak fixes in file dialogs (patch 783812)
2003-09-20  Vadim Zeitlinderive wxComboBox from wxItemContainer (via wxComboBoxB...
2003-09-19  Robin DunnCheck wxSIZE_ALLOW_MINUS_ONE for x and y too.
2003-09-18  Vadim Zeitlinfix text scrolling in GTK2 (patch 703988)
2003-09-16  Robert Roebling Left in some debug code.
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-09-15  Vadim Zeitlincall RemoveChild() in ~wxWindowBase instead of doing...
2003-09-11  Robert Roebling Filter out triple click events entirely.
2003-09-10  Robert Roebling Test if G_threads already are initialized.
2003-09-09  Robert Roebling Upported a number of patches to HEAD.
2003-09-01  Jouk Jansen Committing in .
2003-08-30  Vadim Zeitlincompilation fix
2003-08-30  Vadim Zeitlinreturn the index of the inserted/appended item
2003-08-24  Stefan NeisUse "Base" version of wxBell on OS/2.
2003-08-23  Robin DunnInitialize default values for the tool button size
2003-08-21  Mattia Barbon wxGTK compilation fixes.
2003-08-15  Julian SmartApplied patch2 of [ 703990 ] attrib support in wxGTK2...
2003-08-14  Václav SlavíkGTK2 compilation fix for Vadim's compilation fix
2003-08-14  Jouk Jansen Committing in .
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() for...
2003-08-13  Jouk Jansen Committing in .
2003-08-11  Vadim Zeitlincompilation fix
2003-08-11  Vadim Zeitlininitialize the font fields properly when it corresponds...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-08  Robin DunnFix for wxTextCtrl::GetSelection for singel line contro...
2003-08-07  Václav Slavíkfixed wxBase and GUI separation for sockets code
2003-08-04  Václav Slavíkadded build options sanity checks into all main libraries
2003-08-03  Vadim Zeitlinset event object correctly for the menu events
2003-08-02  Václav Slavíkreturn wxToolkitInfo by reference and not by pointer
2003-08-02  Václav Slavíkreplaced wxAppTraits::GetOSVersion with GetToolkitInfo...
2003-08-02  Václav Slavíkmoved wxWave, wxJoystick and wxTaskBarIcon to wxAdvanced
2003-08-01  Vadim Zeitlin1. added flags to splitter drawing functions and replaced
2003-07-30  Vadim Zeitlinreverted GTK 1.x part of the last patch, it breaks...
2003-07-28  Vadim Zeitlinadded wxAppTraits::CreateRenderer() which may be used...
2003-07-28  Václav Slavíkcompilation fix
2003-07-27  Vadim Zeitlinimplemented native GTK drawing for the splitter
2003-07-22  Vadim Zeitlinfailed attempts to implement native GTK look for the...
2003-07-22  Robert Roebling Applied pop menu patch.
2003-07-22  Vadim Zeitlinmore warning fixes; removed references to wxToolBarBase...
2003-07-21  Vadim Zeitlinbitmaps of size 0 shouldn't be valid
2003-07-20  Vadim Zeitlincompilation fix
2003-07-20  Václav Slavík(incomplete) compilation fix
2003-07-20  Mattia Barbon Always initialize variable.
next