]> git.saurik.com Git - wxWidgets.git/history - src/gtk
compilation fix for !WXWIN_COMPATIBILITY_2 and some code cleanup + smarter
[wxWidgets.git] / src / gtk /
2000-10-31  Vadim Zeitlincompilation fix (sorry!)
2000-10-30  Vadim ZeitlinwxDC::GetSize() should work now in wxGTK
2000-10-30  Vadim ZeitlinwxDC::GetSize() should work now in wxGTK
2000-10-20  Vadim Zeitlinan implementation of wxListBox::SetFirstItem() which...
2000-10-20  Vadim Zeitlinfixed problem with calling SetFont() when (multiline...
2000-10-11  Vadim Zeitlinadded (MSW/GTK) and documented new frame and dialog...
2000-10-08  Vadim ZeitlinwxFileDialog changed to use (new) wxCHANGE_DIR flag...
2000-10-06  Julian SmartAdded DECLARE/IMLEMENT_CLASS for wxToolBarBase
2000-09-30  Vadim Zeitlinfix from Robert for extra refreshes
2000-09-28  Václav Slavíkadded wxNotebook::AssingImageList
2000-09-26  Julian SmartRemoved assert complaining about out-focus without...
2000-09-25  Ron Leeimplemented wxDisplaySizeMM for gtk, msw & motif.
2000-09-18  Vadim Zeitlingive frame a reasonable default size if none specified
2000-09-16  Robert Roebling Set the m_isFrame flag corrcetly.
2000-09-15  Robert Roebling Minor corrections to new theme code.
2000-09-15  Julian SmartAdded Set/GetThemeEnabled and used this for determining...
2000-09-15  Robert Roebling wxFrame's m_mainWidget didn't have themes.
2000-09-15  Robert Roebling Notebook theme attampt.
2000-09-14  Robert Roebling Another theme fix.
2000-09-14  Robert Roebling More theme goodies.
2000-09-13  Vadim Zeitlin1. wxFrame::IsIconized() fixed - seems to work
2000-09-13  Robert Roebling Did the unmap/map trick for wxFrame::IsIconized().
2000-09-12  Vadim Zeitlin1. removed 'B' flag from treebase.cpp and regenerated...
2000-09-12  Robert Roebling Corrcted accel keys for bitmap menus.
2000-09-11  Robert Roebling Added experim. support for wxFRAME_TOOL_WIN
2000-09-11  Julian SmartCorrected frame.cpp to recognise wxNO_BORDER properly
2000-09-10  Vadim ZeitlinwxTipWindow added and is now used by wxSimpleHelpProvider
2000-09-08  Julian SmartFixed memory leak in listbox, fixed memory leak reporti...
2000-09-08  Julian SmartFixed some broken things related to context help, fixed...
2000-09-08  Julian SmartPut wxContextHelp into cshelp.h/cpp, added wxContextHel...
2000-09-07  Julian SmartApplied memory allocation patch, and worked around...
2000-09-07  Julian SmartGot wxHelpContext working, plus wxFindWindowAtPointer...
2000-09-07  Julian SmartMade wxContextHelp implementation generic and added...
2000-09-05  Robert Roebling Applied DrawArc patch.
2000-09-01  Julian SmartAdded to wxSystemSettings for better GTK+ themes compat...
2000-08-30  Julian SmartAdded wxSYS_COLOUR_3DLIGHT
2000-08-29  Julian SmartFixed CanCut
2000-08-29  Julian SmartDon't allow for status or toolbar size if they are...
2000-08-15  Václav Slavíkadded wxIcon::CopyFromBitmap to wxGTK
2000-08-15  Jouk Jansen Committing in .
2000-08-10  Jouk Jansen Committing in .
2000-08-10  Jouk Jansen Committing in .
2000-08-10  Vadim ZeitlinwxMDIFrames define DoGetClientSize() and not GetClientS...
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-08-04  Julian SmartModified generic wxTreeCtrl to work under non-Unix...
2000-07-27  Julian SmartUpdated file list to include dirctrlg.cpp
2000-07-25  Václav Slavíkgtk 1.2.8 compilation fix
2000-07-24  Ove KaavenFix gtk+ 1.2 compilation...
2000-07-20  Unknown (NI)another small error
2000-07-20  Unknown (NI)no comment :)
2000-07-20  Unknown (NI)umph, had made a dangerous mistake
2000-07-20  Unknown (NI)Applied the patch by Garrick Meeker
2000-07-19  Ove KaavenReally cheesy attempt to make wxDC::DrawText() utilize...
2000-07-19  Ove KaavenThere's no ONSCREEN/OFFSCREEN flag in gtk+ 1.3.1, so...
2000-07-19  Ove KaavenMake this compile with gtk+ 1.3.1... not sure what...
2000-07-19  Ove KaavenUse GTK_OBJECT_GET_CLASS macro.
2000-07-19  Ove Kaavengtk+ 1.3.1's region transformation code no longer retur...
2000-07-19  Ove KaavenThere's no gtk_widget_push_visual/pop_visual in gtk...
2000-07-19  Ove KaavenStill no such thing as gtkfeatures.h in gtk+ 1.3.1...
2000-07-19  Ove KaavenCasting to GdkColormapPrivate is neither possible nor...
2000-07-19  Ove KaavenIf compiling with WXGTK20, set wxConvCurrent to wxConvU...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-27  Karsten Ballüderjoystick made conditional
2000-03-22  Jouk Jansen Committing in .
2000-03-20  Julian SmartFixed problem with CaptureMouse if cursor is null.
2000-03-19  Robert Roebling The Return of WM Size Hints Part IV.
2000-03-19  Robert Roebling Funny resize behaviour fix.
2000-03-19  Václav Slavíkfixed KeySym handling ((keysym & 0xF000) != 0 instead...
2000-03-19  Vadim Zeitlinsome more (apparently harmless) changes from Klass...
2000-03-19  Robert Roebling Highly experimental, unstable code (for determining the
2000-03-18  Václav Slavíkchanged titlebar text colour from white to fg[GTK_STATE...
2000-03-18  Robert Roebling wxAccel fix.
2000-03-17  Vadim Zeitlinfix in fontspec parsing
2000-03-17  Vadim ZeitlinwxHandleFatalExceptions() added, documented
2000-03-16  Robert Roebling Next take at getting mini-frames even with Life!...
2000-03-16  Robert Roebling Fixed mini-frame problems.
2000-03-16  Jouk Jansen Committing in .
2000-03-14  Robert Roebling Fixed missing paint events when overriding DoMoveWindow()
2000-03-14  Vadim Zeitlincall wxMenubarSetInvokingWindow for submenus appended...
2000-03-14  Robert Roebling Corrected status bar redraw problems.
2000-03-14  Vadim Zeitlin1. aapplied patch for bcc makefiles from Ricky Gonzales
2000-03-14  Guillermo Rodrigue... src\unix\gsocket.c
2000-03-13  Vadim Zeitlin1. some patches from Janos Vegh to docview template...
2000-03-13  Robert Roebling Typo GtkPizza,
2000-03-12  Robert Roebling Corrected scrollwin thumb release event,
2000-03-12  Ron Leeseparated wxDash type from platform specific wxGTKDash...
2000-03-11  Václav Slavíkfixed GTK 1.2.7 vs. <= 1.2.6 API incompatibility: gdk_g...
2000-03-11  Robin DunnSplit up wxEntry so wxPython can use the bits it needs...
2000-03-10  Robert Roebling Small oops in redrawing code.
2000-03-10  Robert Roebling Fixed various bugs (from - err - various authors...
2000-03-09  Robert Roebling Disabled horizontal report mode scrolling in wxListCtrl
2000-03-09  Vadim Zeitlin(failed) attempts at fixing menu bar swapping
2000-03-09  Robert Roebling Some make corrections for HP and related,
2000-03-07  Jouk Jansen Committing in .
2000-03-07  Jouk Jansen Committing in .
2000-03-05  Ron Leeset m_clipXX to resultant clipping region
2000-03-05  Ron Leecouple of typo/thinko bug fixes
2000-03-05  Robert Roebling Various makefile and installation things.
2000-03-04  Robert Roebling Some more drawing things,
2000-03-04  Robert Roebling Lotta stuff for drawing etc.
next