2007-12-05 |
Paul Cornett | fix deferred show when min size has been set |
blob | commitdiff | raw |
2007-12-04 |
Paul Cornett | Only account for WM frame extents in tlw size if WM... |
blob | commitdiff | raw | diff to current |
2007-12-02 |
Paul Cornett | keep initial size from changing when frame extents... |
blob | commitdiff | raw | diff to current |
2007-11-29 |
Václav Slavík | 1. added wxEvtHandler::SafelyProcessEvent() and wxWindo... |
blob | commitdiff | raw | diff to current |
2007-11-22 |
Paul Cornett | store size of WM decorations separately for each TLW... |
blob | commitdiff | raw | diff to current |
2007-11-19 |
Vadim Zeitlin | only call hildon_program_remove_window() when destroyin... |
blob | commitdiff | raw | diff to current |
2007-11-17 |
Vadim Zeitlin | rename g_openDialogs to wxOpenModalDialogsCount and... |
blob | commitdiff | raw | diff to current |
2007-11-12 |
Vadim Zeitlin | some Hildon integration work: use HildonProgram (for... |
blob | commitdiff | raw | diff to current |
2007-11-09 |
Paul Cornett | modified fix for empty client area, first one broke... |
blob | commitdiff | raw | diff to current |
2007-11-08 |
Paul Cornett | fix for blank client area after restoring a "rolled... |
blob | commitdiff | raw | diff to current |
2007-11-07 |
Robert Roebling | Upport hint window improvement using custom GTK+ code |
blob | commitdiff | raw | diff to current |
2007-11-06 |
Paul Cornett | New "pizza" widget implementation. Window border widths... |
blob | commitdiff | raw | diff to current |
2007-11-05 |
Vadim Zeitlin | removed all compile- and run-time checks for GTK+ ... |
blob | commitdiff | raw | diff to current |
2007-10-27 |
Julian Smart | Implementation of wxSysColourChangedEvent on wxGTK |
blob | commitdiff | raw | diff to current |
2007-10-24 |
Paul Cornett | Use a GtkVBox to do TLW layout. Rework some of the... |
blob | commitdiff | raw | diff to current |
2007-10-23 |
Vadim Zeitlin | use -Wunused-parameter with gcc for consistency with... |
blob | commitdiff | raw | diff to current |
2007-10-20 |
Paul Cornett | don't need to paint tlw background, GTK does it |
blob | commitdiff | raw | diff to current |
2007-09-13 |
Paul Cornett | get more accurate TLW sizing by using a window decorati... |
blob | commitdiff | raw | diff to current |
2007-08-30 |
Paul Cornett | X property data is long for format 32 |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Paul Cornett | restructure fullscreen code dealing with hiding bars |
blob | commitdiff | raw | diff to current |
2007-05-25 |
Paul Cornett | Remove unneeded wxTLW child inserter function. |
blob | commitdiff | raw | diff to current |
2007-05-19 |
Paul Cornett | simplify DoSetClientSize |
blob | commitdiff | raw | diff to current |
2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily... |
blob | commitdiff | raw | diff to current |
2007-05-02 |
Paul Cornett | remove miniframe stuff from GtkOnSize(), it's handled... |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Paul Cornett | replace 5 copies of size constraining code with one... |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Paul Cornett | really fix window being repositioned after hiding,... |
blob | commitdiff | raw | diff to current |
2007-04-24 |
Paul Cornett | Fix window being repositioned after hiding, then reshowing. |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Paul Cornett | revert move events change, it blocks programmatic move... |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Vadim Zeitlin | remove wxWindow::m_needParent and use GTKNeedsParent... |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Paul Cornett | don't send move events for size changes |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Paul Cornett | fix return type for "map_event" and "unmap_event" handlers |
blob | commitdiff | raw | diff to current |
2007-04-21 |
Paul Cornett | remove redundant GTK_WIDGET casts |
blob | commitdiff | raw | diff to current |
2007-04-19 |
Paul Cornett | Reorganize idle system code. |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Vadim Zeitlin | made wxTLW::SetIcon() non-virtual, it was already imple... |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Vadim Zeitlin | don't try to access empty wxIconBundle in gtk_frame_rea... |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Vadim Zeitlin | 1. changed wxIconBundle to use m_refData and COW to... |
blob | commitdiff | raw | diff to current |
2007-03-31 |
Vadim Zeitlin | added gtk.tlw.can-set-transparency system option (repla... |
blob | commitdiff | raw | diff to current |
2007-03-26 |
Vadim Zeitlin | use native TAB traversal for GTK+ 2 |
blob | commitdiff | raw | diff to current |
2007-02-15 |
Vadim Zeitlin | return size without decorations from size_request GTK... |
blob | commitdiff | raw | diff to current |
2007-02-11 |
Vadim Zeitlin | wxTopLevelWindow::GetClientSize() returns 0x0 when... |
blob | commitdiff | raw | diff to current |
2007-02-10 |
Vadim Zeitlin | make GetSize() return the size of the window including... |
blob | commitdiff | raw | diff to current |
2007-02-06 |
Paul Cornett | simplify wxGTK DoSetSizeHints logic, respect size incre... |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Robert Roebling | [ 1603704 ] Fix g++ -Wall warning in gtk/src/toplevel.cpp |
blob | commitdiff | raw | diff to current |
2006-11-02 |
Robert Roebling | Return to just using the official API for setting |
blob | commitdiff | raw | diff to current |
2006-11-02 |
Robert Roebling | Correct code for TLW placement, this fixes several |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Robert Roebling | Moved overridden SetMinSize() to base class. |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Robert Roebling | Make SetMinSize() and SetMaxSize() virtual so they |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Robert Roebling | Make wxWindow::SetSizeHints() do nothing. |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Robert Roebling | Add EnableCloseButton() as wxMSW does. Use it in |
blob | commitdiff | raw | diff to current |
2006-10-18 |
Robert Roebling | Support wxFULLSCREEN_NOMENUBAR |
blob | commitdiff | raw | diff to current |
2006-10-17 |
Robin Dunn | Need to subtract the m_miniTitle to get client size... |
blob | commitdiff | raw | diff to current |
2006-10-14 |
Robert Roebling | Better place for coordinate mirroring and removal |
blob | commitdiff | raw | diff to current |
2006-09-19 |
Mart Raudsepp | Fix a few warnings that appear with -Wextra (unused... |
blob | commitdiff | raw | diff to current |
2006-09-10 |
Robert Roebling | Implemented window coord mirroring for RTL. This |
blob | commitdiff | raw | diff to current |
2006-09-09 |
Paul Cornett | don't set negative window size |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Paul Cornett | don't use negative windows sizes |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Paul Cornett | GtkOnSize parameters aren't useful |
blob | commitdiff | raw | diff to current |
2006-09-02 |
Robert Roebling | Don't use wxWindows::DoGetClientSize() from |
blob | commitdiff | raw | diff to current |
2006-08-27 |
Paul Cornett | returning true is sufficient to stop signal emission |
blob | commitdiff | raw | diff to current |
2006-08-26 |
Paul Cornett | use "event" signal emission hook to install idle handle... |
blob | commitdiff | raw | diff to current |
2006-08-26 |
Paul Cornett | add needed includes, remove unneeded ones |
blob | commitdiff | raw | diff to current |
2006-08-24 |
Robert Roebling | Added resize support to wxMiniFrame. |
blob | commitdiff | raw | diff to current |
2006-08-21 |
Robert Roebling | Don't emit bogus size events if a child window |
blob | commitdiff | raw | diff to current |
2006-08-01 |
Robert Roebling | Do nothing in wxTLW::Show() if t already is |
blob | commitdiff | raw | diff to current |
2006-07-21 |
Mart Raudsepp | Don't check with CanSetTransparent from within SetTrans... |
blob | commitdiff | raw | diff to current |
2006-07-19 |
Mart Raudsepp | [wxGTK] Be pessimistic about transparency being visuall... |
blob | commitdiff | raw | diff to current |
2006-07-19 |
Mart Raudsepp | Initial wxTLW::(Can)SetTransparent support for wxGTK... |
blob | commitdiff | raw | diff to current |
2006-06-05 |
Mart Raudsepp | Do not set the wmclass for toplevels. This MUST be... |
blob | commitdiff | raw | diff to current |
2006-05-26 |
Paul Cornett | move some data definitions to more appropriate places |
blob | commitdiff | raw | diff to current |
2006-05-26 |
Włodzimierz Skiba | Include wx/control.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-24 |
Włodzimierz Skiba | Include wx/settings.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Włodzimierz Skiba | Include wx/timer.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-22 |
Włodzimierz Skiba | Include wx/dialog.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Włodzimierz Skiba | Include wx/dcclient.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-03 |
Paul Cornett | wxASSERT(false) --> wxFAIL |
blob | commitdiff | raw | diff to current |
2006-04-28 |
Włodzimierz Skiba | Include wx/app.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-26 |
Włodzimierz Skiba | Include wx/log.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Włodzimierz Skiba | wx/wxprec.h already includes wx/defs.h (with other... |
blob | commitdiff | raw | diff to current |
2006-04-06 |
Mart Raudsepp | wxGTK2: No need to check for __WXGTK20__ here |
blob | commitdiff | raw | diff to current |
2006-03-15 |
Włodzimierz Skiba | wxTinderbox warning fix. |
blob | commitdiff | raw | diff to current |
2006-03-09 |
Vadim Zeitlin | moved wxapp_install_idle_handler and g_isIdle from... |
blob | commitdiff | raw | diff to current |
2006-02-23 |
Mart Raudsepp | Use correct return type for some of the signal callbacks |
blob | commitdiff | raw | diff to current |
2006-02-16 |
Robert Roebling | Use g_signal_connect_after for GTK+ native controls |
blob | commitdiff | raw | diff to current |
2006-02-15 |
Robert Roebling | The focus handling change in wxTopLevelWindows broke |
blob | commitdiff | raw | diff to current |
2006-02-15 |
Robert Roebling | Alter focus handling to disable GTK+ standard |
blob | commitdiff | raw | diff to current |
2006-02-05 |
Mart Raudsepp | GTK2: Revert one set_resizable back to set_policy for... |
blob | commitdiff | raw | diff to current |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_timeout_add -> g_timeout_add; gtk_timeout_rem... |
blob | commitdiff | raw | diff to current |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_window_set_policy -> gtk_window_set_resizable... |
blob | commitdiff | raw | diff to current |
2006-01-22 |
Mart Raudsepp | Use g_signal* instead of deprecated gtk_signal*. Use... |
blob | commitdiff | raw | diff to current |
2006-01-22 |
Mart Raudsepp | Nuke GTK1 from src/gtk |
blob | commitdiff | raw | diff to current |
2005-12-24 |
Vadim Zeitlin | GTK+ 1 compilation fixes |
blob | commitdiff | raw | diff to current |
2005-11-07 |
Mart Raudsepp | [wxGTK] Support run-time changing of the wxFRAME_NO_TAS... |
blob | commitdiff | raw | diff to current |
2005-11-07 |
Mart Raudsepp | [wxGTK] Support changing the wxSTAY_ON_TOP style value... |
blob | commitdiff | raw | diff to current |
2005-11-04 |
Włodzimierz Skiba | Get/SetTitle only for wxTopLevelWindow (wxGTK part). |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-09-21 |
Mart Raudsepp | [wxGTK] Remove wxTLW::RequestUserAttention related... |
blob | commitdiff | raw | diff to current |
2005-09-04 |
Mart Raudsepp | [wxTLW-GTK] Don't connect to the configure_event twice... |
blob | commitdiff | raw | diff to current |
2005-07-29 |
Mart Raudsepp | slight CPP logic fix in my wxTLW::RequestUserAttention... |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Mart Raudsepp | wxGTK: Implemented wxTLW::RequestUserAttention() |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Vadim Zeitlin | ShowFullScreen() shows the window if it was still hidde... |
blob | commitdiff | raw | diff to current |
next |