]> git.saurik.com Git - wxWidgets.git/history - src/gtk1
Rewrite generic message box
[wxWidgets.git] / src / gtk1 /
1999-05-01  Robert Roebling Rewrite generic message box
1999-04-30  Robert Roebling Added hotkeys to menus "E&xit\tAlt-X" and such.
1999-04-30  Robin DunnFixed wxValidator::Clone and friends to return a wxObje...
1999-04-29  Robert Roebling Compile fixes for SGI
1999-04-29  Ove KaavenUnicode fixes.
1999-04-29  Robert Roebling controls sample tests a bit more
1999-04-28  Robert Roebling MiniFrame title are back.
1999-04-28  Robert Roebling Added configure patch for DEC
1999-04-28  Karsten BallüderFixed gtk 1.0.6 corruped menu entry names.
1999-04-28  Robert Roebling background colour changes for listbox and combobox
1999-04-28  Karsten BallüderFixed gtk 1.0.6 floating subwindow bug.
1999-04-28  Robert Roebling Chnages to focus code with debug code
1999-04-27  Robert Roebling New idle handling. Only that.
1999-04-26  Robert Roebling combobox buglet when inserting item
1999-04-26  Robert Roebling added check for GTK 1.2
1999-04-26  Robert Roebling Another attempts at getting dialog positions right
1999-04-26  Robert Roebling Layout things in wxMessageBox
1999-04-25  Robert Roebling The colour is called Aquamarine, not Aquaramine. No,
1999-04-25  Robert Roebling Backgrounds work again
1999-04-25  Robert Roebling Fixed a layout bug in MyFixed
1999-04-24  Ove KaavenGetValue() converts using wxConv_current...
1999-04-24  Robert Roebling Had to change the time point, when widgets are
1999-04-24  Robert Roebling DnD with Unicode fixes
1999-04-24  Robert Roebling small change required for OLE component
1999-04-24  Robert Roebling wxGLCanvas works again
1999-04-22  Ove KaavenAnother Unicode fix.
1999-04-22  Ove KaavenUnicode fix.
1999-04-21  Robert Roebling fixed bitmap constructor for monochrome bitmaps
1999-04-20  Robert Roebling little doc updates
1999-04-19  Vadim Zeitlina wxCHECK added
1999-04-16  Ove KaavenwxGetUserHome() returns a const value in Unicode mode.
1999-04-15  Robert Roebling removed some test code
1999-04-15  Vadim Zeitlinlog messages given during program initialization are...
1999-04-15  Ove Kaaven(ugh, I need to get a faster computer)
1999-04-15  Ove KaavenCompilation problem in non-Unicode mode. (Will fix...
1999-04-15  Ove KaavenCompiler warning in non-Unicode mode fixed.
1999-04-15  Ove KaavenOK, while I wait for the non-Unicode build to compile...
1999-04-15  Ove KaavenA couple more.
1999-04-15  Ove KaavenSo far so good. These now compiles in Unicode mode.
1999-04-15  Robert Roebling added update UI event code to toolbar, could
1999-04-15  Robert Roebling egcs compilation fix
1999-04-14  Ove KaavenOK, enough for today. To be continued tomorrow...
1999-04-14  Ove KaavenThese at least compiles in Unicode mode...
1999-04-14  Ove KaavenThis seems to be compiling.
1999-04-14  Robert Roebling wxGTK's built-in dockable menu now give their
1999-04-14  Robert Roebling mini frame rewrite (titlebar still missing)
1999-04-14  Robert Roebling added wxCB_READONLY
1999-04-13  Robert Roebling Drag'n'Drop works in a basic form
1999-04-13  Ove KaavenThis is the way to go (well, close enough).
1999-04-13  Ove KaavenBy this commit, I guess I'm announcing intent to add...
1999-04-13  Robert Roebling Drag works.
1999-04-13  Vadim ZeitlinPending() and Dispatch() implemented
1999-04-12  Robert Roebling wxDropTarget starts to work
1999-04-12  Robert Roebling Fixing a few fixes..
1999-04-12  Robert Roebling added moving subwindow when scrolling (tested in...
1999-04-12  Robert Roebling clipboards tests
1999-04-12  Vadim ZeitlinGTK 1.0.x compilation fixes
1999-04-11  Robert Roebling Rewrote MDI system
1999-04-09  Robert Roebling Removed this Maximize() overridden bug
1999-04-09  Robert Roebling Here it comes:
1999-04-08  Karsten BallüderFixed gtk 1.2.x wxYield() problem (tested).
1999-04-08  Julian SmartChanged the focus-window event handling back
1999-04-07  Julian SmartMenu/toolbar event handling now tries the window with...
1999-04-07  Vadim ZeitlinSetLabel() adjusts the label size
1999-04-06  Robert Roebling Chnaged text id for clipboard to "text/plain"
1999-04-06  Robert Roebling Changed clipboard text format id from "STRING" to...
1999-04-06  Julian SmartAdded some missing wxTextCtrl functions: Undo, Redo...
1999-04-06  Julian SmartJPEG and PNG code taken out of image.cpp
1999-04-03  Guilhem Lavaux* Changed "wxPendingEvents" to pointers (tested on...
1999-04-01  Robert Roebling With the exceptions of DnD, wxGTk now works with
1999-03-31  Robert Roebling added wxFrame::Command()
1999-03-31  Robert Roebling Added debug code to clipbard
1999-03-30  Vadim ZeitlinwxTopLevelWindows is now a wxWindowList, better compati...
1999-03-27  Guilhem Lavaux* Added threads event propagation. Should compile on...
1999-03-25  Julian SmartMany changes to the printing classes.
1999-03-24  Vadim ZeitlinwxMenu code clean up
1999-03-23  Vadim ZeitlinwxFileDialog::GetFilename and GetDir work now
1999-03-22  Vadim Zeitlinhack to implement right aligned checkboxes
1999-03-17  J. Russell Smyth1 - fixed listbox.cpp to work with events with m_comman...
1999-03-16  Vadim ZeitlinwxCommandEvent::SetString() change - now uses wxString
1999-03-14  J. Russell Smythadded wxSYS_COLOR_BTNTEXT case was missing.
1999-03-12  Vadim Zeitlinanother attempt to improve combobox behaviour
1999-03-12  Vadim Zeitlinsome UI adjustments
1999-03-12  Vadim Zeitlincrash for frames without children corrected
1999-03-12  Vadim ZeitlinwxYield() calls OnInternalIdle() of all top level windows
1999-03-06  Vadim Zeitlin1. the common helper functions are now in src/unix...
1999-03-06  Vadim Zeitlinthis code is now common (src/unix)
1999-03-05  Vadim Zeitlin(more) FreeBSD thread fixes
1999-03-03  Vadim ZeitlinwxUsleep() introduced (and documented) to try to work...
1999-03-02  Robert Roebling Removed warnings from tbarsimpl
1999-03-01  Vadim Zeitlinwarnings suppressed
1999-03-01  Vadim ZeitlinwxSpinButton works ok with negative values
1999-02-28  Julian SmartDoc mods; fixed return non-processing problem; fixed...
1999-02-28  Robert Roebling added wxMenu::Append( wxMenuItem )
1999-02-26  Vadim ZeitlinwxLog fix as for wxMSW
1999-02-25  Vadim ZeitlinInsertItems() implemented for wxGTK
1999-02-25  Vadim Zeitlinmore DG-UX compilation fixes (thanks to Benjamin Beckwith)
1999-02-24  Vadim ZeitlinwxGTK fixes for the yesterday's addition of m_isWindow...
1999-02-23  Vadim Zeitlinanother wxBeginBusyCursor fix
1999-02-23  Vadim Zeitlinsome feeble attempts at making wxBeginBusyCursor work
next