1999-10-29 |
Robert Roebling | Renamed GtkMyFixed to GtkPizza, |
tree | commitdiff |
1999-10-29 |
Ove Kaaven | Unicode fixes |
tree | commitdiff |
1999-10-28 |
Vadim Zeitlin | wxGTK::wxSpinCtrl API synchronised with wxMSW |
tree | commitdiff |
1999-10-26 |
Vadim Zeitlin | 1. added wxMenuBarBase |
tree | commitdiff |
1999-10-26 |
Vadim Zeitlin | 1. corrected uninitialised variable (which led to crash... |
tree | commitdiff |
1999-10-26 |
Vadim Zeitlin | fix for items without accelerators |
tree | commitdiff |
1999-10-25 |
Vadim Zeitlin | 1. moved fontenum.cpp to unix because implementation... |
tree | commitdiff |
1999-10-25 |
Robert Roebling | Mem leak in new accelerator code. |
tree | commitdiff |
1999-10-25 |
Vadim Zeitlin | 1. small dnd compilation fixes (no attempt to make... |
tree | commitdiff |
1999-10-24 |
Robert Roebling | wxFrame::Set/GetClientSize() uses toolbar area again, |
tree | commitdiff |
1999-10-24 |
Robert Roebling | Small distrib changes, |
tree | commitdiff |
1999-10-24 |
Vadim Zeitlin | 1. corrected client data deletion in wxListBox (no... |
tree | commitdiff |
1999-10-23 |
Vadim Zeitlin | 1. wxDropTarget::OnData() returns wxDragResult now... |
tree | commitdiff |
1999-10-23 |
Robert Roebling | Fixed resizing problem with GTK 1.2.3 notebooks. |
tree | commitdiff |
1999-10-22 |
Robert Roebling | Added wxDropSource::GiveFeedBack(). |
tree | commitdiff |
1999-10-22 |
Vadim Zeitlin | 1. sorted wxListBox and wxComboBox seem to work under... |
tree | commitdiff |
1999-10-22 |
Vadim Zeitlin | wxChoice and wxListBox GTK+ changes (wxChoice works... |
tree | commitdiff |
1999-10-22 |
Robert Roebling | Compile fix for wxDataFormat cast, |
tree | commitdiff |
1999-10-22 |
Vadim Zeitlin | 1. some fixes for wxSortedArrayString |
tree | commitdiff |
1999-10-22 |
Vadim Zeitlin | wxDataFormat default ctor doesn't crash for global... |
tree | commitdiff |
1999-10-21 |
Vadim Zeitlin | compilation fixes for old gcc |
tree | commitdiff |
1999-10-21 |
Vadim Zeitlin | minor change: disable debug messages flood from OnDragOver |
tree | commitdiff |
1999-10-21 |
Vadim Zeitlin | OnEnter/OnDragOver API update (compiles, links, somewha... |
tree | commitdiff |
1999-10-21 |
Robert Roebling | A bit more or multi-format clipboard. |
tree | commitdiff |
1999-10-21 |
Robert Roebling | wxSlider should now display int values, |
tree | commitdiff |
1999-10-21 |
Vadim Zeitlin | wxClipboard::IsOpened() and wxCLipboardLocker helper... |
tree | commitdiff |
1999-10-21 |
Robert Roebling | More DnD. |
tree | commitdiff |
1999-10-21 |
Robert Roebling | Made wxGTK compile and link again. Broke wxMSW a... |
tree | commitdiff |
1999-10-21 |
Vadim Zeitlin | wxDataObejct and related changes (won't compile right... |
tree | commitdiff |
1999-10-20 |
Robert Roebling | Fixed problem with mouse events getting sent to wrong |
tree | commitdiff |
1999-10-20 |
Robin Dunn | Since wxPanel is now AutoLayout aware, removed indirect... |
tree | commitdiff |
1999-10-20 |
Robert Roebling | Minor Reparent() and SetToolBar() fix for wxFrame. |
tree | commitdiff |
1999-10-19 |
Robert Roebling | Further DnD changes. Untested. |
tree | commitdiff |
1999-10-19 |
Robert Roebling | Changed two conflicting defines in defs.h |
tree | commitdiff |
1999-10-19 |
Robert Roebling | Added size hints to dialog, |
tree | commitdiff |
1999-10-18 |
Robert Roebling | New wxDataObject etc. Almost works. |
tree | commitdiff |
1999-10-18 |
Vadim Zeitlin | wxControl and wxChoice derive from the base classes... |
tree | commitdiff |
1999-10-18 |
Vadim Zeitlin | 1. wxApp::ProcessPendingEvents() is now common, added... |
tree | commitdiff |
1999-10-17 |
Robert Roebling | Added temporary test to splitter. |
tree | commitdiff |
1999-10-17 |
Robert Roebling | Applied Diana's font patch II |
tree | commitdiff |
1999-10-17 |
Vadim Zeitlin | 1. wxPostEvent added and documented |
tree | commitdiff |
1999-10-16 |
Robert Roebling | Restored wxSizeEvent code form last week -> wxGLCanvas |
tree | commitdiff |
1999-10-15 |
Vadim Zeitlin | unused param |
tree | commitdiff |
1999-10-15 |
Vadim Zeitlin | don't draw with NULL font |
tree | commitdiff |
1999-10-15 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
1999-10-15 |
Vadim Zeitlin | let's not forget that \& has lower priority than =... |
tree | commitdiff |
1999-10-15 |
Vadim Zeitlin | removed wxDialog::Centre() |
tree | commitdiff |
1999-10-14 |
Robert Roebling | Changed time of sending the wxSizeEvent and assorted... |
tree | commitdiff |
1999-10-12 |
Robert Roebling | Refresh() problem from DialogEd solved |
tree | commitdiff |
1999-10-11 |
Robert Roebling | Added wxMenu::Delete() and fixed some menu deleted... |
tree | commitdiff |
1999-10-11 |
Robert Roebling | Tried to make wxGLCanvas work again. WIP. |
tree | commitdiff |
1999-10-11 |
Robert Roebling | added SpinCtrl, |
tree | commitdiff |
1999-10-10 |
Robert Roebling | TreeTest compiles again, |
tree | commitdiff |
1999-10-10 |
Robert Roebling | Scrolling updates. |
tree | commitdiff |
1999-10-09 |
Robert Roebling | Applied a few patches, |
tree | commitdiff |
1999-10-09 |
Robert Roebling | Makefile changes for static libs and HP-UX, |
tree | commitdiff |
1999-10-09 |
Robert Roebling | Changed SetToolBar() to behave a bit smarter. Untested. |
tree | commitdiff |
1999-10-08 |
Robert Roebling | New scrolling code. |
tree | commitdiff |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
tree | commitdiff |
1999-10-07 |
Vadim Zeitlin | some fixes after global _T() => T() change |
tree | commitdiff |
1999-10-06 |
Robin Dunn | now supports wxCURSOR_BULLSEYE |
tree | commitdiff |
1999-10-05 |
Robert Roebling | Updated configure (not only configure.in) |
tree | commitdiff |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
tree | commitdiff |
1999-10-04 |
Julian Smart | Removed some unused parameter warnings; compile error... |
tree | commitdiff |
1999-10-04 |
Robert Roebling | Applied a few old patches, |
tree | commitdiff |
1999-10-03 |
Robert Roebling | If we used 10% less inline functions in useless occas... |
tree | commitdiff |
1999-10-02 |
Robert Roebling | Added test for wxTreeCtrl::GetChildrenCount() |
tree | commitdiff |
1999-10-02 |
Václav Slavík | removed declarations of static wxLoadQueryFont, wxLoadQ... |
tree | commitdiff |
1999-10-02 |
Robert Roebling | Updated doc for wxFileExists() |
tree | commitdiff |
1999-10-01 |
Vadim Zeitlin | virtual functionsignature corrected |
tree | commitdiff |
1999-10-01 |
Robert Roebling | Improved wxFileDialog behaviour wrt to remembering... |
tree | commitdiff |
1999-10-01 |
Vadim Zeitlin | wxMotif::wxFont supports encodings too (and shares... |
tree | commitdiff |
1999-10-01 |
Vadim Zeitlin | fix from Ron for one-shot timers |
tree | commitdiff |
1999-09-30 |
Guillermo Rodrigue... | bugfixes |
tree | commitdiff |
1999-09-30 |
Robert Roebling | Corrected filelist.txt a little - one gsocket.c is... |
tree | commitdiff |
1999-09-29 |
Vadim Zeitlin | 1. added a brief overview of Unicode support |
tree | commitdiff |
1999-09-29 |
J. Russell Smyth | Added wxNB_RIGHT,LEFT,BOTTOM flags for tab placement |
tree | commitdiff |
1999-09-29 |
Vadim Zeitlin | param type of wxWindow::Reparent() fixed in wxGTK |
tree | commitdiff |
1999-09-18 |
Vadim Zeitlin | small underscores fix for GTK 1.0 |
tree | commitdiff |
1999-09-18 |
Vadim Zeitlin | underscores in menu items handled too under GTK+ 1.2 |
tree | commitdiff |
1999-09-18 |
Vadim Zeitlin | typo fixed |
tree | commitdiff |
1999-09-18 |
Vadim Zeitlin | unused parameter warnings suppressed |
tree | commitdiff |
1999-09-18 |
Vadim Zeitlin | font selector dialog doesn't work with GTK+ 1.0 |
tree | commitdiff |
1999-09-18 |
Vadim Zeitlin | unused parameter warnings suppressed |
tree | commitdiff |
1999-09-18 |
Vadim Zeitlin | 'static not in the beginning of the decl' warnings... |
tree | commitdiff |
1999-09-15 |
Vadim Zeitlin | underscors are handled better in the menu item labels |
tree | commitdiff |
1999-09-15 |
Vadim Zeitlin | corrected the bad patch |
tree | commitdiff |
1999-09-15 |
Vadim Zeitlin | patch for AIX compilation (Hans-Joachim Baader) |
tree | commitdiff |
1999-09-14 |
Harco de Hilster | Changed AppendCommon (called by all Append methods... |
tree | commitdiff |
1999-09-09 |
Karsten Ballüder | cosmetic fix |
tree | commitdiff |
1999-09-07 |
J. Russell Smyth | Fixed include gsockunix.h line |
tree | commitdiff |
1999-09-05 |
Julian Smart | Misc. 16-bit compilation fixes |
tree | commitdiff |
1999-09-05 |
Guilhem Lavaux | Added GSocket/wxSocket alias to socket.h to prevent... |
tree | commitdiff |
1999-08-24 |
Robert Roebling | Forgot to add the files. |
tree | commitdiff |
1999-08-24 |
Robert Roebling | Added new wxFontDialog, |
tree | commitdiff |
1999-08-22 |
Robert Roebling | Added wxFFileStream base on wxFFile (as opposed to... |
tree | commitdiff |
1999-08-22 |
Robert Roebling | Added wxCountingStream for measuring the size of... |
tree | commitdiff |
1999-08-20 |
Robert Roebling | Changed a few #include <xxx.h> to #include "xxx.h" |
tree | commitdiff |
1999-08-20 |
Sylvain Bougnoux | wxScrollBar::Create() produced always vertical scrollbar |
tree | commitdiff |
1999-08-19 |
Robert Roebling | Doc updates, wxsizer et al |
tree | commitdiff |
next |