2000-12-14 |
Vadim Zeitlin | merged in fix for GetValue() from the 2.2 branch |
tree | commitdiff |
2000-11-27 |
Robert Roebling | Applied glcanvas patch. |
tree | commitdiff |
2000-11-26 |
Robert Roebling | Ported stable-tree refresh code to devel tree. |
tree | commitdiff |
2000-11-25 |
Vadim Zeitlin | fixed majorDim == 0 problem in wxGTK::wxRadioBox |
tree | commitdiff |
2000-11-24 |
Vadim Zeitlin | 1. added wxGTK::wxToolBar::SetToolShortHelp() and test... |
tree | commitdiff |
2000-11-24 |
Robert Roebling | matrix compile fix |
tree | commitdiff |
2000-11-24 |
Robert Roebling | Made dnd reentrent safe as per stable tree. |
tree | commitdiff |
2000-11-24 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-11-24 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-11-23 |
Robert Roebling | Ported new double idle handlers for pending events |
tree | commitdiff |
2000-11-23 |
Robert Roebling | Upported wxListBox key handling and SetFirstItem() |
tree | commitdiff |
2000-11-23 |
Robert Roebling | Busy cursor don't need wxYield(), SendIdleEvents() |
tree | commitdiff |
2000-11-18 |
Václav Slavík | added wxCursor ctor for creation from bits array |
tree | commitdiff |
2000-10-31 |
Vadim Zeitlin | compilation fix (sorry!) |
tree | commitdiff |
2000-10-30 |
Vadim Zeitlin | wxDC::GetSize() should work now in wxGTK |
tree | commitdiff |
2000-10-30 |
Vadim Zeitlin | wxDC::GetSize() should work now in wxGTK |
tree | commitdiff |
2000-10-20 |
Vadim Zeitlin | an implementation of wxListBox::SetFirstItem() which... |
tree | commitdiff |
2000-10-20 |
Vadim Zeitlin | fixed problem with calling SetFont() when (multiline... |
tree | commitdiff |
2000-10-11 |
Vadim Zeitlin | added (MSW/GTK) and documented new frame and dialog... |
tree | commitdiff |
2000-10-08 |
Vadim Zeitlin | wxFileDialog changed to use (new) wxCHANGE_DIR flag... |
tree | commitdiff |
2000-10-06 |
Julian Smart | Added DECLARE/IMLEMENT_CLASS for wxToolBarBase |
tree | commitdiff |
2000-09-30 |
Vadim Zeitlin | fix from Robert for extra refreshes |
tree | commitdiff |
2000-09-28 |
Václav Slavík | added wxNotebook::AssingImageList |
tree | commitdiff |
2000-09-26 |
Julian Smart | Removed assert complaining about out-focus without... |
tree | commitdiff |
2000-09-25 |
Ron Lee | implemented wxDisplaySizeMM for gtk, msw & motif. |
tree | commitdiff |
2000-09-18 |
Vadim Zeitlin | give frame a reasonable default size if none specified |
tree | commitdiff |
2000-09-16 |
Robert Roebling | Set the m_isFrame flag corrcetly. |
tree | commitdiff |
2000-09-15 |
Robert Roebling | Minor corrections to new theme code. |
tree | commitdiff |
2000-09-15 |
Julian Smart | Added Set/GetThemeEnabled and used this for determining... |
tree | commitdiff |
2000-09-15 |
Robert Roebling | wxFrame's m_mainWidget didn't have themes. |
tree | commitdiff |
2000-09-15 |
Robert Roebling | Notebook theme attampt. |
tree | commitdiff |
2000-09-14 |
Robert Roebling | Another theme fix. |
tree | commitdiff |
2000-09-14 |
Robert Roebling | More theme goodies. |
tree | commitdiff |
2000-09-13 |
Vadim Zeitlin | 1. wxFrame::IsIconized() fixed - seems to work |
tree | commitdiff |
2000-09-13 |
Robert Roebling | Did the unmap/map trick for wxFrame::IsIconized(). |
tree | commitdiff |
2000-09-12 |
Vadim Zeitlin | 1. removed 'B' flag from treebase.cpp and regenerated... |
tree | commitdiff |
2000-09-12 |
Robert Roebling | Corrcted accel keys for bitmap menus. |
tree | commitdiff |
2000-09-11 |
Robert Roebling | Added experim. support for wxFRAME_TOOL_WIN |
tree | commitdiff |
2000-09-11 |
Julian Smart | Corrected frame.cpp to recognise wxNO_BORDER properly |
tree | commitdiff |
2000-09-10 |
Vadim Zeitlin | wxTipWindow added and is now used by wxSimpleHelpProvider |
tree | commitdiff |
2000-09-08 |
Julian Smart | Fixed memory leak in listbox, fixed memory leak reporti... |
tree | commitdiff |
2000-09-08 |
Julian Smart | Fixed some broken things related to context help, fixed... |
tree | commitdiff |
2000-09-08 |
Julian Smart | Put wxContextHelp into cshelp.h/cpp, added wxContextHel... |
tree | commitdiff |
2000-09-07 |
Julian Smart | Applied memory allocation patch, and worked around... |
tree | commitdiff |
2000-09-07 |
Julian Smart | Got wxHelpContext working, plus wxFindWindowAtPointer... |
tree | commitdiff |
2000-09-07 |
Julian Smart | Made wxContextHelp implementation generic and added... |
tree | commitdiff |
2000-09-05 |
Robert Roebling | Applied DrawArc patch. |
tree | commitdiff |
2000-09-01 |
Julian Smart | Added to wxSystemSettings for better GTK+ themes compat... |
tree | commitdiff |
2000-08-30 |
Julian Smart | Added wxSYS_COLOUR_3DLIGHT |
tree | commitdiff |
2000-08-29 |
Julian Smart | Fixed CanCut |
tree | commitdiff |
2000-08-29 |
Julian Smart | Don't allow for status or toolbar size if they are... |
tree | commitdiff |
2000-08-15 |
Václav Slavík | added wxIcon::CopyFromBitmap to wxGTK |
tree | commitdiff |
2000-08-15 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-08-10 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-08-10 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-08-10 |
Vadim Zeitlin | wxMDIFrames define DoGetClientSize() and not GetClientS... |
tree | commitdiff |
2000-08-08 |
Bryan Petty | second merge of the 2.2 branch (RL) |
tree | commitdiff |
2000-08-04 |
Julian Smart | Modified generic wxTreeCtrl to work under non-Unix... |
tree | commitdiff |
2000-07-27 |
Julian Smart | Updated file list to include dirctrlg.cpp |
tree | commitdiff |
2000-07-25 |
Václav Slavík | gtk 1.2.8 compilation fix |
tree | commitdiff |
2000-07-24 |
Ove Kaaven | Fix gtk+ 1.2 compilation... |
tree | commitdiff |
2000-07-20 |
Unknown (NI) | another small error |
tree | commitdiff |
2000-07-20 |
Unknown (NI) | no comment :) |
tree | commitdiff |
2000-07-20 |
Unknown (NI) | umph, had made a dangerous mistake |
tree | commitdiff |
2000-07-20 |
Unknown (NI) | Applied the patch by Garrick Meeker |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | Really cheesy attempt to make wxDC::DrawText() utilize... |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | There's no ONSCREEN/OFFSCREEN flag in gtk+ 1.3.1, so... |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | Make this compile with gtk+ 1.3.1... not sure what... |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | Use GTK_OBJECT_GET_CLASS macro. |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | gtk+ 1.3.1's region transformation code no longer retur... |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | There's no gtk_widget_push_visual/pop_visual in gtk... |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | Still no such thing as gtkfeatures.h in gtk+ 1.3.1... |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | Casting to GdkColormapPrivate is neither possible nor... |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | If compiling with WXGTK20, set wxConvCurrent to wxConvU... |
tree | commitdiff |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
tree | commitdiff |
2000-03-27 |
Karsten Ballüder | joystick made conditional |
tree | commitdiff |
2000-03-22 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-03-20 |
Julian Smart | Fixed problem with CaptureMouse if cursor is null. |
tree | commitdiff |
2000-03-19 |
Robert Roebling | The Return of WM Size Hints Part IV. |
tree | commitdiff |
2000-03-19 |
Robert Roebling | Funny resize behaviour fix. |
tree | commitdiff |
2000-03-19 |
Václav Slavík | fixed KeySym handling ((keysym & 0xF000) != 0 instead... |
tree | commitdiff |
2000-03-19 |
Vadim Zeitlin | some more (apparently harmless) changes from Klass... |
tree | commitdiff |
2000-03-19 |
Robert Roebling | Highly experimental, unstable code (for determining the |
tree | commitdiff |
2000-03-18 |
Václav Slavík | changed titlebar text colour from white to fg[GTK_STATE... |
tree | commitdiff |
2000-03-18 |
Robert Roebling | wxAccel fix. |
tree | commitdiff |
2000-03-17 |
Vadim Zeitlin | fix in fontspec parsing |
tree | commitdiff |
2000-03-17 |
Vadim Zeitlin | wxHandleFatalExceptions() added, documented |
tree | commitdiff |
2000-03-16 |
Robert Roebling | Next take at getting mini-frames even with Life!... |
tree | commitdiff |
2000-03-16 |
Robert Roebling | Fixed mini-frame problems. |
tree | commitdiff |
2000-03-16 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-03-14 |
Robert Roebling | Fixed missing paint events when overriding DoMoveWindow() |
tree | commitdiff |
2000-03-14 |
Vadim Zeitlin | call wxMenubarSetInvokingWindow for submenus appended... |
tree | commitdiff |
2000-03-14 |
Robert Roebling | Corrected status bar redraw problems. |
tree | commitdiff |
2000-03-14 |
Vadim Zeitlin | 1. aapplied patch for bcc makefiles from Ricky Gonzales |
tree | commitdiff |
2000-03-14 |
Guillermo Rodrigue... | src\unix\gsocket.c |
tree | commitdiff |
2000-03-13 |
Vadim Zeitlin | 1. some patches from Janos Vegh to docview template... |
tree | commitdiff |
2000-03-13 |
Robert Roebling | Typo GtkPizza, |
tree | commitdiff |
2000-03-12 |
Robert Roebling | Corrected scrollwin thumb release event, |
tree | commitdiff |
2000-03-12 |
Ron Lee | separated wxDash type from platform specific wxGTKDash... |
tree | commitdiff |
2000-03-11 |
Václav Slavík | fixed GTK 1.2.7 vs. <= 1.2.6 API incompatibility: gdk_g... |
tree | commitdiff |
next |